On 02-08-2018 01:15 AM, Michael Koch wrote:


Related question:
Is it possible to give ffmpeg a video as input, and get the last frame of this video as output?

Yes, using something like

    ffmpeg -sseof -0.2 -i input -q:v 1 -update 1 out.jpg


For holding last frame, see

    https://stackoverflow.com/a/43417253/5726027


Regards,
Gyan
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to