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

Steve Boyer steveboyer85 at gmail.com
Fri Jun 12 04:36:20 CEST 2015


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


More information about the ffmpeg-user mailing list