Skip to content

Instantly share code, notes, and snippets.

@planetguru
Created April 15, 2014 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save planetguru/10716422 to your computer and use it in GitHub Desktop.
Save planetguru/10716422 to your computer and use it in GitHub Desktop.
# 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