Skip to content

Instantly share code, notes, and snippets.

View beevabeeva's full-sized avatar

beevabeeva

View GitHub Profile
@beevabeeva
beevabeeva / mov2gif.py
Created July 11, 2019 14:56 — forked from satoruhiga/mov2gif.py
convert mov to gif animation
#!/usr/bin/env python
'''
DEPENDENCIES:
$ brew install ffmpeg
$ brew install imagemagick
$ python ./mov2gif.py input.mov output.gif 15
'''