Created
May 11, 2014 07:44
-
-
Save KonradIT/8368068a6ce369177612 to your computer and use it in GitHub Desktop.
Timelapse assembler
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
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