Skip to content

Instantly share code, notes, and snippets.

@KonradIT
Created May 11, 2014 07:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KonradIT/8368068a6ce369177612 to your computer and use it in GitHub Desktop.
Save KonradIT/8368068a6ce369177612 to your computer and use it in GitHub Desktop.
Timelapse assembler
mkdir temp
cp *.JPG temp/.
mogrify -resize 200x200 temp/*.JPG
convert temp/*.JPG -delay 10 -morph 5 temp/%05d.jpg
ffmpeg -r 50 -qscale 2 -i temp/%05d.jpg output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment