Skip to content

FujiHaruka/node-gify-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

shell script to convert video to high quality GIF with ffmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%