Skip to content

Instantly share code, notes, and snippets.

@jacoduplessis
Created July 9, 2018 21:17
Show Gist options
  • Save jacoduplessis/866a88f7137d80121b7b2d3b7013d3f7 to your computer and use it in GitHub Desktop.
Save jacoduplessis/866a88f7137d80121b7b2d3b7013d3f7 to your computer and use it in GitHub Desktop.
Extract keyframes from video
ffmpeg -skip_frame nokey -i video.mp4 -vsync 0 -r 30 -f image2 thumbnails-%03d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment