Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Last active August 29, 2015 14:21
Show Gist options
  • Save lightscalar/7db7b55cd17647640b05 to your computer and use it in GitHub Desktop.
Save lightscalar/7db7b55cd17647640b05 to your computer and use it in GitHub Desktop.
Break an MP4 file into sequence of JPG frames

This is straightforward to do with ffmpeg:

ffmpeg -y -r 1000 -i "myfile.mp4" -sameq "image.%06d.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment