Copying Subtitles and additional audio streams - ffmpeg patch?

I have been using ffmpeg 2.8.1 for over a week now and have had no problems copying DVB subtitles. As an example, I had a failure with ffmpeg 2.8:
Code:
mpegts @ 0x47d5c0] Application provided invalid, non monotonically increasing dts to muxer in stream 2:
315460714 >= 315454816 av_interleaved_write_frame(): Invalid argument frame=87554 fps=292
q=-1.0 Lsize= 881085kB time=00:58:25.11 bitrate=2059.2kbits/s

video:732381kB audio:54733kB subtitle:1964kB other streams:0kB global headers:0kB muxing overhead: 11.660064%
Conversion failed!
I then tried again with ffmpeg 2.8.1. This time it worked:
Code:
[mpegts @ 0x47d5c0] Non-monotonic DTS in output stream 0:2; previous: 315460714,
current: 315454816; changing to 315460715. This may result in incorrect timestamps in the output file.

video:1278040kB audio:94741kB subtitle:3082kB other streams:0kB global headers:0   
kB muxing overhead: 11.648582%
 
Thanks for testing that MET.. I've moved 2.8-1 over to the main repository now.
 
Back
Top