[FFmpeg-user] repeat first and last frame of a video

Gyan Doshi gyandoshi at gmail.com
Wed Aug 1 22:57:49 EEST 2018



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


More information about the ffmpeg-user mailing list