#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".