Last active
October 22, 2023 09:14
-
-
Save joram77/ebcd420a662b1344b7baff5a7001511d to your computer and use it in GitHub Desktop.
ffmpeg convert video to images
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.exe -i C:\Users\user\Downloads\20230212_105950.MOV -r 10 -f image2 output_%05d.jpg | |
.\ffmpeg.exe -i C:\Users\user\Downloads\20230212_105950.MOV -f image2 -vsync 0 output_%05d.png | |
# -skip_frame nokey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment