Skip to content

Instantly share code, notes, and snippets.

@moxuse
Created June 13, 2014 04:51
Show Gist options
  • Select an option

  • Save moxuse/ab20e076a45fda8b1d59 to your computer and use it in GitHub Desktop.

Select an option

Save moxuse/ab20e076a45fda8b1d59 to your computer and use it in GitHub Desktop.
gif animation shell script ffmpeg with gifsicle
ffmpeg -i flow.mp4 -s 716x594 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment