[FFmpeg-trac] #6037(avformat:open): Embedded subtitle stream may cause malfunction of "-max_interleave_delta"
FFmpeg
trac at avcodec.org
Wed May 22 09:42:27 EEST 2024
#6037: Embedded subtitle stream may cause malfunction of "-max_interleave_delta"
------------------------------------+------------------------------------
Reporter: q3cpma | Owner: (none)
Type: defect | Status: open
Priority: important | Component: avformat
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by mkver):
What makes you believe that max_interleave_delta "asserts" 10s content
length by default? It just means that if it the timestamps of the already
queued packets are more than 10s apart, then it will write something even
if it does not have a packet for all streams.
The bug here is not in lavf, but in ffmpeg (the cli tool), because it
sends all the audio packets first to the muxer because it still hasn't
encountered a subtitle packet.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6037#comment:24>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list