Skip to content

Instantly share code, notes, and snippets.

View rfahham's full-sized avatar

Ricardo Fahham rfahham

View GitHub Profile
@rfahham
rfahham / mov2gif.py
Created December 5, 2021 22:30 — 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
'''