gify-cli

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i gify-cli

Weekly Downloads

18

Version

1.0.2

License

MIT

Unpacked Size

5.3 kB

Total Files

5

Last publish

Collaborators

  • fuji_haruka