KOMPX.COM or COMPMISCELLANEA.COM   

Video to image sequence by FFmpeg

Converting a video to an image sequence by means of FFmpeg in Windows and Linux:


ffmpeg -ss 00:00:10 -t 00:00:20 -i "video".mp4 -vsync 0 -f image2 folder/image-%03d.png

Links

  1. How can I extract a good quality JPEG image from a video file with ffmpeg? stackoverflow.com/questions/10225403/how-can-i-extract-a-good-quality-jpeg-image-from-a-video-file-with-ffmpeg
  2. FFMPEG An Intermediate Guide/image sequence en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide/image_sequence
  3. ffmpeg(1) - Linux man page linux.die.net/man/1/ffmpeg
Operating systems
More