[FFmpeg-devel] [PATCH v3] ffmpeg CLI multithreading
Marth64
marth64 at proxyid.net
Tue Jan 16 01:51:14 EET 2024
Hello, I wanted to call out 2 issues that I think are bugs from this, and
that I was able to trace to the exact commit.
*#1: Concat filter issues: *A user from IRC support reported it, and I was
able to successfully reproduce it.
When using concat filter on multiple inputs alongside -ss (same file or
different file), it doesn't work correctly: output EOF after the first
segment.
https://trac.ffmpeg.org/ticket/10803
*#2 Wrong duration reported muxing graphical subtitles: *After
re-architecture, ffmpeg CLI is printing incorrect output time and/or N/A
after a job when muxing video with graphical subtitles (have reproduced
with DVD and DVB). Issue is exaggerated with subtitle streams that have
long gap like forced subs.
https://trac.ffmpeg.org/ticket/10792
Thank you for your time and this improvement.
Respectfully,
On Mon, Dec 11, 2023 at 3:06 AM Anton Khirnov <anton at khirnov.net> wrote:
> both should now be fixed in my tree
>
> --
> Anton Khirnov
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list