Skip to content

Instantly share code, notes, and snippets.

@chrismetcalf
Created August 14, 2011 08:43
Show Gist options
  • Save chrismetcalf/1144714 to your computer and use it in GitHub Desktop.
Save chrismetcalf/1144714 to your computer and use it in GitHub Desktop.
Compile a batch of JPEGs into a time-lapse movie
ffmpeg -i "%05d.JPG" -vcodec libx264 -crf 20 -threads 0 video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment