1.0.0 • Published 1 year ago

convert-to-gif v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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>