Quote:
Originally Posted by svnpenn
HandBrake cannot remux without reencoding.
You should be using FFmpeg.
Code:
ffmpeg -i input.flv -c copy output.mp4
|
I get this error when trying that:
Code:
[mp4 @ 0x101554600] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 462 >= 462
av_interleaved_write_frame(): Invalid argument
Any ideas?