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
- Host: GitHub
- URL: https://github.com/uiur/node-gifer
- Owner: uiur
- Created: 2013-11-26T08:48:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T11:01:49.000Z (over 12 years ago)
- Last Synced: 2025-02-11T04:18:06.360Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```