micahkatz / convert-to-gif

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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


Languages

Language:Shell 100.0%