A bash script to convert QuickTime movie (.mov) to animated gif (.gif)
- ffmpeg
- gifsicle
wget https://raw.githubusercontent.com/miguelmota/mov2gif/master/mov2gif.sh
chmod +x mov2gif.sh
mv mov2gif.sh /usr/local/bin/mov2gif
mov2gif -i <input.mov> -o <outout.gif>
mov2gif -i screencast.mov -o output.gif
30FPS (default is 10FPS)
mov2gif -f 30 -i screencast.mov -o output.gif
MIT