gifthis

1.0.0 • Public • Published

Convert video to GIF

Convert videos to GIFs in just one command.

Installation

brew install ffmpeg 
brew cask install xquartz
brew install gifsicle

npm install -g gifthis

Usage

example:

gifthis -i face.mov -o output.gif --fps 10 --size 800x369 --delay 5 --optimize 3

Replace the options with your desired values:

--i: Input video file.
--o: Output GIF file.
--fps: Frames per second (default: 10).
--size: Max width x max height (default: 600x400).
--delay: Delay between frames in milliseconds (default: 30).
--optimize: Optimization level (0 to 3, default: 3).

Package Sidebar

Install

npm i gifthis

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.26 kB

Total Files

3

Last publish

Collaborators

  • rbayuokt