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