Gif
see also: ffmpeg
ffmpeg -i screen-recording.mov -s 600x400 -pix_fmt rgb8 -r 10 -f gif - | gifsicle --optimize=3 --delay=10 > coolest.gif
see also: ffmpeg
ffmpeg -i screen-recording.mov -s 600x400 -pix_fmt rgb8 -r 10 -f gif - | gifsicle --optimize=3 --delay=10 > coolest.gif