[FFmpeg-user] How to extract all the pictures but no repeat in an mp4 video file?

Moritz Barsnick barsnick at gmx.net
Fri Apr 22 01:07:33 EEST 2022


On Thu, Apr 21, 2022 at 22:28:36 +0800, mikelee164396 wrote:
> I want to extract all the pictures in an mp4 video file , but don't repeat it. How to implement it with ffmpeg?

For example:
$ ffmpeg -i inputvideo -vsync passthrough outputimage.%05d.jpg

Cheers,
Moritz


More information about the ffmpeg-user mailing list