Last active
April 6, 2021 09:02
-
-
Save bertbalcaen/6029792 to your computer and use it in GitHub Desktop.
Extract all frames from a 24 fps movie using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i shame-run.mov -r 24/1 test/output%03d.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how do I extract only first and last frame number from .mov file