github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/doc/gif/README.md (about) 1 # Demo Gif 2 3 This directory includes `.gif` animation to show demo of `gcli`. 4 5 This demo is created by QuickTime Player, `ffmpeg` and `gifsicle`. After taking new screen recording (`.mov`), run the following command, 6 7 ```bash 8 $ ffmpeg -i gcli.mov -s 1000x600 -pix_fmt rgb24 -r 15 -f gif - | gifsicle --optimize=3 --delay=3 > gcli.gif 9 ``` 10 11 ## References 12 13 - [OS X Screencast to animated GIF](https://gist.github.com/dergachev/4627207)