Skip to content

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.