[FFmpeg-user] How to extract 1 frame as JPEG per minute

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Dec 17 23:52:15 EET 2018


2018-12-17 22:48 GMT+01:00, Ulf Zibis <Ulf.Zibis at gmx.de>:

> I want to extract JPEG pictures from a MPEG-Video, one per minute.
>
> Can one give me some hints for an appropriate ffmpeg command?

There is a select filter, as an alternative you can use the output
option "-r" with a fraction as operand, "-r 1/60".

Carl Eugen


More information about the ffmpeg-user mailing list