Created
July 9, 2018 21:17
-
-
Save jacoduplessis/866a88f7137d80121b7b2d3b7013d3f7 to your computer and use it in GitHub Desktop.
Extract keyframes from video
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 -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