#gif #presentation #encode #movie #demos #file #recording

app gifify

Encode a movie file to gif, specialized for demos, feature presentations, bug reports etc

7 releases

0.2.2 Dec 22, 2021
0.2.1 Dec 22, 2021
0.1.3 Dec 21, 2021

#209 in Video

50 downloads per month

Custom license

2.5MB
85 lines

gifify

Encode a movie file to gif, specialized for demos, feature presentations, bug reports etc.

Screen recording as gif

Install

For gifify you'll need ffmpeg and rust installed.

On mac, using homebrew:

brew install ffmpeg rust
cargo install gifify

Usage

# Creates ~/Desktop/Screen\ Recording\ 2021-12-21\ at\ 16.16.58.gif 
gifify ~/Desktop/Screen\ Recording\ 2021-12-21\ at\ 16.16.58.mov

# Make a webm instead of a gif.
# Webm is much smaller than gif, but STILL not fully supported on Apple devices.
gifify --webm Cat.mov -o canihazcheeze.webm

# Make it a big cat gif
gifify --big Cat.mov

# See all available options
gifify --help

Mandatory cat gifs

gifify IMG_7606.mov

Can I HAZ CHEEZE

gifify --speed 0.7 --framerate 6 IMG_7606.mov

Can I HAZ CHEEZE

gifify --speed 2 --framerate 20 --loop 5 IMG_7606.mov

Can I HAZ CHEEZE

Dependencies