Convert mov to gif
Convert video .mov
to .gif
first, install gifsicle
:
brew install gifsicle
Convert video recorded with quicktime to gif:
ffmpeg -i screen-recording.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > coolest.gif