Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Last active March 24, 2017 04:11
Show Gist options
  • Save david-wm-sanders/a9a25d114e172a357d939b549318670f to your computer and use it in GitHub Desktop.
Save david-wm-sanders/a9a25d114e172a357d939b549318670f to your computer and use it in GitHub Desktop.
ffmpeg: chop a video into image frames (10/s)
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