An open API service indexing awesome lists of open source software.

https://github.com/uiur/node-gifer

A fast video to gif converter that powers Gyazo GIF
https://github.com/uiur/node-gifer

Last synced: over 1 year ago
JSON representation

A fast video to gif converter that powers Gyazo GIF

Awesome Lists containing this project

README

          

# gifer
A fast video to gif converter that powers Gyazo GIF.

`gifer` creates high quality and optimized gifs.

# Usage
``` bash
gifer in.mp4 out.gif
```
You can create gifs from images:
``` bash
gifer ./in/*.png out.gif
```

# Installation
``` bash
brew install ffmpeg graphicsmagick parallel gifsicle
```

``` bash
npm install -g gifer
```