Created
April 25, 2018 20:31
-
-
Save davidraedev/0bde219cabefdcdfe79aa832b2adc1a2 to your computer and use it in GitHub Desktop.
ffmpeg timelapse
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 -r 6 -pattern_type glob -i '*.jpg' -vcodec libx264 video.mp4; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment