Skip to content

Instantly share code, notes, and snippets.

@joram77
Last active October 22, 2023 09:14
Show Gist options
  • Save joram77/ebcd420a662b1344b7baff5a7001511d to your computer and use it in GitHub Desktop.
Save joram77/ebcd420a662b1344b7baff5a7001511d to your computer and use it in GitHub Desktop.
ffmpeg convert video to images
.\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