http://trac.ffmpeg.org/wiki/Seeking%20with%20FFmpeg


On Sat, Aug 30, 2014 at 10:47 PM, Carl Eugen Hoyos <[email protected]> wrote:

> Andrew <ffmpeg-mail <at> andrewkilpatrick.org> writes:
>
> > ffmpeg -y -i input.mov -r 24 -pix_fmt rgb48le -vcodec tiff -ss 00:01:00
>
> This command line does not seek, it decodes until 1:00
> and throws everything away until then.
> Use "ffmpeg -ss 1:00 -i input.mov" to seek.
>
> Carl Eugen
>
> _______________________________________________
> 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