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