Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created September 8, 2012 12:00
Show Gist options
  • Save kevinkirkup/3674206 to your computer and use it in GitHub Desktop.
Save kevinkirkup/3674206 to your computer and use it in GitHub Desktop.
FFMPEGx - output video frames as a sequence of bitmap images
ffmpeg -i <input_file> -f image2 "img-%03d.bmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment