Last active
November 24, 2015 18:22
-
-
Save sahibalejandro/755910f18020c00c6771 to your computer and use it in GitHub Desktop.
Create timelapse video with ffmpeg
This file contains 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 -f image2 -start_number 170 -i G0010%03d.JPG -s 750x562 -pix_fmt yuv420p -r 60 tiendeme.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment