Created
December 31, 2016 09:27
-
-
Save gestadieu/96054a5f5a1e343fde2b4a58be84b616 to your computer and use it in GitHub Desktop.
Timelapse - JPEG to MP4 with avconv
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
# standard framerate 25 | |
# output to hd720 (check documentation for more https://libav.org/avconv.html) | |
# on Mac, can rename jpg files with Automator | |
avconv -framerate 25 -i sourcefolder/image-%05d.jpg -s:v hd720 all.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment