Skip to content

Instantly share code, notes, and snippets.

@glynhudson
Created February 28, 2018 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glynhudson/6c48cb30abf199fdd194189932cff3d8 to your computer and use it in GitHub Desktop.
Save glynhudson/6c48cb30abf199fdd194189932cff3d8 to your computer and use it in GitHub Desktop.
GoPro Timelapse
# 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