brew install ffmpeg imagemagick gifsicle
ffmpeg -y -i movie.mov -f image2pipe -vcodec ppm - | convert -delay 2 -loop 0 -layers Optimize - gif:- | gifsicle -d 3 -O3 -o output.gif