Created
June 24, 2022 10:09
-
-
Save SkalskiP/b57234418f835cc423e71fe7c7811cd6 to your computer and use it in GitHub Desktop.
Split `.mp4` video into separate `.jpg` frames
This file contains 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
fmpeg -i source-video.mp4 -r 1 -an -f image2 "frames/frame-%05d.jpg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment