[FFmpeg-user] Faststart with ffmpeg...but need it fast!

Dani A danix4u at yahoo.com
Sat Jun 13 08:39:27 CEST 2015


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 <steveboyer85 at gmail.com> wrote:
   

 On Jun 11, 2015 9:28 PM, "Dani A" <danix4u-at-yahoo.com at ffmpeg.org> 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
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


   


More information about the ffmpeg-user mailing list