Skip to content

Instantly share code, notes, and snippets.

@HerrSpace
Created May 5, 2014 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HerrSpace/0c21c44d03ffb1a32567 to your computer and use it in GitHub Desktop.
Save HerrSpace/0c21c44d03ffb1a32567 to your computer and use it in GitHub Desktop.
Reference oneliner for converting videos to pleasant looking gifs
avconv -i input.mov -vf scale=320:-1 -r 10 -f image2pipe -vcodec ppm - | convert -delay 5 -loop 0 - output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment