Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created September 8, 2012 12:02
Show Gist options
  • Select an option

  • Save kevinkirkup/3674223 to your computer and use it in GitHub Desktop.

Select an option

Save kevinkirkup/3674223 to your computer and use it in GitHub Desktop.
FFMPEGx - Create a movie from a sequence of jpeg images
ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment