Last active
October 9, 2021 16:28
-
-
Save thiagosanches/72ebe905c2669083bb31655f000d407a to your computer and use it in GitHub Desktop.
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
# create the timelapse | |
ffmpeg -r 10 -pattern_type glob -i "*.jpg" -vcodec libx264 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment