Last active
March 24, 2017 04:11
-
-
Save david-wm-sanders/a9a25d114e172a357d939b549318670f to your computer and use it in GitHub Desktop.
ffmpeg: chop a video into image frames (10/s)
This file contains hidden or 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 input -r 10 image-%03d.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment