convert-to-gif
v1.0.0
Published
A simple way to convert any video to a gif using ffmpeg
Downloads
1
Readme
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>