Created
August 14, 2011 08:43
-
-
Save chrismetcalf/1144714 to your computer and use it in GitHub Desktop.
Compile a batch of JPEGs into a time-lapse movie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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