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
