Skip to content

Instantly share code, notes, and snippets.

@stramek
Created February 15, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stramek/38182af7eae984f6d1c8867bcc8584e9 to your computer and use it in GitHub Desktop.
Save stramek/38182af7eae984f6d1c8867bcc8584e9 to your computer and use it in GitHub Desktop.
Split movie to frames
ffmpeg -i output.MOV -vf fps=30 frame_%d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment