Created
February 28, 2018 00:54
-
-
Save glynhudson/6c48cb30abf199fdd194189932cff3d8 to your computer and use it in GitHub Desktop.
GoPro Timelapse
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
# https://gist.github.com/KonradIT/ee685aee15ba1c3c44b4 | |
$ ls > gopro.txt | |
$ mencoder -nosound -ovc lavc -lavcopts \ | |
vcodec=mpeg4:mbd=2:trell:autoaspect:vqscale=3 \ | |
-vf scale=1920:1080 -mf type=jpeg:fps=20 \ | |
mf://@gopro.txt -o gopro.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment