Convert videos to gifs as an OS X, Linux and Windows app
The idea came from the post How to create high quality animated GIFs by @guille, and then I found @kevva made the imagemin-app. So I combined them.
Get the first binary for gify-app-mac-v0.1.0.zip.
Run it manually by first installing atom-shell and follow the instructions below:
$ git clone https://github.com/fraserxu/gify-app
$ cd gify-app
$ npm install && npm start
$ path/to/atom-shell ./
The path to atom-shell differs depending on your OS. Read the docs to find out how.
- node-gify
- imagemin-app by @kevva
- ffmpeg
- graphicsmagick
You can install them through homebrew
if you are using a mac.
- Generate binary file
- Logo
MIT