Skip to content

Instantly share code, notes, and snippets.

@SkalskiP
Created June 24, 2022 10:09
Show Gist options
  • Save SkalskiP/b57234418f835cc423e71fe7c7811cd6 to your computer and use it in GitHub Desktop.
Save SkalskiP/b57234418f835cc423e71fe7c7811cd6 to your computer and use it in GitHub Desktop.
Split `.mp4` video into separate `.jpg` frames
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