Created
April 15, 2014 09:12
-
-
Save planetguru/10716422 to your computer and use it in GitHub Desktop.
This file contains 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
# convert images from source to create buffer frames for blending | |
convert -verbose flickrcam/*jpg -delay 10 -morph 10 flickranim/%05d.morph.jpg | |
# run through ffmpeg to combine/transcode to mp4 | |
ffmpeg -r 25 -i flickranim/%05d.morph.jpg flickranim/output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment