Skip to content

Instantly share code, notes, and snippets.

@revskill10
Created October 31, 2012 04:20
Show Gist options
  • Save revskill10/3984771 to your computer and use it in GitHub Desktop.
Save revskill10/3984771 to your computer and use it in GitHub Desktop.
Extract video into images frames
ffmpeg -i "infile.mp4" -r 1 -ss 00:00:05 -t 00:00:01 -vframes 1 -f image2 -y "image.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment