Skip to content

Instantly share code, notes, and snippets.

@the-frey
Last active July 22, 2019 15:02
Show Gist options
  • Save the-frey/1b119877a398afff5b360a62a54b555d to your computer and use it in GitHub Desktop.
Save the-frey/1b119877a398afff5b360a62a54b555d to your computer and use it in GitHub Desktop.
#!/bin/sh
# see https://gist.github.com/dergachev/4627207
ffmpeg -i in.mov -s 1200x800 -pix_fmt rgb8 -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