convert-to-gif

1.0.0 • Public • Published

convert-to-gif

A simple way to convert any video to a gif using ffmpeg

Setup

  • Clone this repo on your mac
  • Remember where you cloned it

Install ffmpeg with Homebrew

brew install ffmpeg

Add gif-convert to your PATH in ~/.zshrc

path+=('<your-path>/convert-to-gif/gif-convert')

Start Converting!

  • Restart your terminal
  • Navigate to the video you want to convert (Try to use short videos)
  • Execute the command gif-convert <inputVideoName> <outputGifName>

Readme

Keywords

Package Sidebar

Install

npm i convert-to-gif

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.32 kB

Total Files

3

Last publish

Collaborators

  • micahkatz