Skip to content

Instantly share code, notes, and snippets.

@juwencheng
Created August 5, 2017 09:30
Show Gist options
  • Save juwencheng/366557461853c61957390326fc3da7cb to your computer and use it in GitHub Desktop.
Save juwencheng/366557461853c61957390326fc3da7cb to your computer and use it in GitHub Desktop.
convert mov to gif , thanks to https://gist.github.com/dergachev/4627207
# thanks to https://gist.github.com/dergachev/4627207
ffmpeg -i Wave.mov -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