Created
February 8, 2017 18:50
-
-
Save hezhao/3efeb46a0b9d8fc7051debc1143afba9 to your computer and use it in GitHub Desktop.
Create timelapse video from images 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 -framerate 60 -pattern_type glob -i 'output/*.jpg' out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment