Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 583 Bytes

jojogif

将视频转成gif,并添加标准结尾

安装

pip3 install -r requirement.txt

Python3

普通转换

py main.py --path video-path --begin 1 --end 2.2 --out-path ./ --size 350*600 --fps 20

最终 gif 的 fps 最大不会超过原视频的 fps,且不能保证和想要的 fps 完全一致

添加标准结局

py main.py --path video-path --begin 1 --end 2.2 --out-path ./ --jojo true

示例

image/example.gif

如果生成的gif过大,使用--size与--fps设置合理地大小