Skip to content

Instantly share code, notes, and snippets.

@RonjaPonja
Created May 5, 2014 18:54
Show Gist options
  • Select an option

  • Save RonjaPonja/0c21c44d03ffb1a32567 to your computer and use it in GitHub Desktop.

Select an option

Save RonjaPonja/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