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,专为演示、特性展示、错误报告等设计。
安装
在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
gifify --speed 0.7 --framerate 6 IMG_7606.mov
gifify --speed 2 --framerate 20 --loop 5 IMG_7606.mov