Skip to content

Instantly share code, notes, and snippets.

@ruliana
Created November 20, 2014 14:49
Show Gist options
  • Save ruliana/769121a95a003a2c84a7 to your computer and use it in GitHub Desktop.
Save ruliana/769121a95a003a2c84a7 to your computer and use it in GitHub Desktop.
Photos => Time Lapse Video (GoPro with Linux and zsh)
# 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