View Single Post
  #2  
Old 03-29-2012, 11:21 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Question regarding .flv output


HandBrake cannot remux without reencoding.

You should be using FFmpeg.

Code:
ffmpeg -i input.flv -c copy output.mp4
Reply With Quote