Created
October 16, 2020 17:24
-
-
Save KennyStier/e01dc7524f1e1765789e9b7885657926 to your computer and use it in GitHub Desktop.
timelapse-creator.sh
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
#!/bin/bash | |
ls dafang/*/*/*.jpg | sed "s/^/file '/;s/$/'/" > files.txt | |
ffmpeg -r 45 -f concat -i files.txt -s hd720 -vcodec libx264 timelapse_$(date +%F).mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment