2019-02-04 22:00 GMT+01:00, Felix Muster <[email protected]>: > I created the sample file: ffmpeg -ss 01:26:00 -i input.mkv -t 00:02:00 -map > 0:1 -c copy output.mkv
It may be better to use: $ ffmpeg -i input -map 0:1 -c copy -f rawvideo out.dts > The problem can easily be reproduced and occurs exactly at the > chapter mark. > > https://ufile.io/g1l40 The file looks broken to me, I don't know if this is because of a bug in FFmpeg or because your input file was already broken. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
