View Single Post
  #3  
Old 03-29-2012, 11:56 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: Question regarding .flv output


Quote:
Originally Posted by svnpenn View Post
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?
Reply With Quote