How to extract all frames (jpg) from a video?

Above a list of exported frames

$ ffmpeg -i input.mp4 ./frames/output-%03d.jpg

NOTE: the ‘frames’ folder must exist else an error will prevent the extraction from completeing.

This entry was posted in Tutorial, Programming and tagged . Bookmark the permalink.