Created
June 29, 2015 03:45
-
-
Save alanho/9fe3dbd19901a08014d3 to your computer and use it in GitHub Desktop.
lolcommit to video
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
for f in *; do mv -- "$f" "$(stat -f "%Sm" -t "%Y%m%d%H%M%S" $f)"; done | |
for f in *; do mv -- "$f" "`stat -f "%Sm" -t "%Y%m%d%H%M%S" $f`.jpg"; done | |
ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment