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

应用 gifify

将电影文件编码为gif,专为演示、特性展示、错误报告等设计。

7个版本

0.2.2 2021年12月22日
0.2.1 2021年12月22日
0.1.3 2021年12月21日

#226 in 视频

每月45次下载

自定义许可

2.5MB
85

gifify

将电影文件编码为gif,专为演示、特性展示、错误报告等设计。

Screen recording as gif

安装

要使用gifify,您需要已安装ffmpegrust

在mac上,使用homebrew

brew install ffmpeg rust
cargo install gifify

用法

# 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

强制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

依赖关系