Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bertbalcaen/6029792 to your computer and use it in GitHub Desktop.
Save bertbalcaen/6029792 to your computer and use it in GitHub Desktop.
Extract all frames from a 24 fps movie using ffmpeg
ffmpeg -i shame-run.mov -r 24/1 test/output%03d.jpg
@rangolithakur
Copy link

how do I extract only first and last frame number from .mov file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment