Skip to content

Instantly share code, notes, and snippets.

@lukehedger
Created February 9, 2015 14:20
Show Gist options
  • Save lukehedger/ffaaabaa800623b94f6b to your computer and use it in GitHub Desktop.
Save lukehedger/ffaaabaa800623b94f6b to your computer and use it in GitHub Desktop.
ffmpeg - extract 60fps
ffmpeg -i file.mp4 -r 60 $filename%03d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment