eladg / ffmpeg-by-example

Creative Commons Attribution 4.0 International
8 stars 5 forks source link

Convert a video file to jpeg images - FFmpeg By Example #50

Open eladg opened 2 years ago

eladg commented 2 years ago

https://www.ffmpegbyexample.com/examples/svba8srd/convert_video_file_to_jpeg_images/

The following will generate folder/image000.jpg, ..., folder/image999.jpg jpg files for every frame of the the input video video.mp4 This is a useful method to extract a frame for a thumbnail or for frame-by-frame editing and video manipulation.