Thank you guys!
I found the ffmpeg -i source.mp4 -c:a copy -c:v copy -movflags +faststart
destination.mp4 

to be faster than
qt-faststart <infile.mp4> <outfile.mp4> 


     On Friday, June 12, 2015 12:26 AM, Steve Boyer <[email protected]> 
wrote:
   

 On Jun 11, 2015 9:28 PM, "Dani A" <[email protected]> wrote:
>
> I want to make my video files to start fast, but I am not changing any
encoding, how can make ffmpeg do this task fast without going through the
whole encoding which is not needed??
>
> My command is below:
>
> ffmpeg -i countdown.mp4 -movflags faststart countdown.mp4
>
>

ffmpeg -i source.mp4 -c:a copy -c:v copy -movflags +faststart
destination.mp4

Steve
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


   
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to