Created
November 20, 2014 14:49
-
-
Save ruliana/769121a95a003a2c84a7 to your computer and use it in GitHub Desktop.
Photos => Time Lapse Video (GoPro with Linux and zsh)
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
# ZSH only | |
print -rl **/*(.Om) > frames.txt | |
mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:autoaspect:vqscale=3 -vf scale=1920:1080 -mf type=jpeg:fps=24 mf://@frames.txt -o time-lapse.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment