gify-cli
v1.0.2
Published
CLI to convert video to high quality GIF with ffmpeg
Downloads
45
Maintainers
Readme
node-gify-cli
Forked from Jam3/ffmpeg-gif.
A small script that converts videos to a high quality GIF, by spawning ffmpeg
in two passes using palettegen
filter.
No need to install ffmpeg
separately. It is included in the dependencies.
Install
$ npm install gify-cli -g
Examples
# create 320w 30fps gif
$ gify input.mov output.gif --fps=30 --scale=320:-1
# seek to 23s and make the gif 10s in length
$ gify input.mov output.gif --seek 23 --time 10
# seek/time takes any ffmpeg duration format
$ gify input.mov output.gif -S 00:10:00
Usage
$ gify -h
License
MIT, see LICENSE for details.