https://github.com/aackerman/gifasaurus
gifasaurus
https://github.com/aackerman/gifasaurus
Last synced: 12 months ago
JSON representation
gifasaurus
- Host: GitHub
- URL: https://github.com/aackerman/gifasaurus
- Owner: aackerman
- Created: 2014-03-23T01:24:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T01:30:37.000Z (about 12 years ago)
- Last Synced: 2024-04-15T03:02:16.273Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gifasaurus
Small app for converting `mov` files to `gif`s.
## Dependencies
Requires `node`, `ffmpeg`, `gifsicle`, and `imagemagick`. All of which can be installed through Homebrew.
```
$ brew install ffmpeg
$ brew install imagemagick
$ brew install gifsicle
```
A `package.json` file is included to easily install `node` dependencies however this package is not on `npm`.
Install `node` dependencies with `npm install`. To start the server `node boot`, the default will start on port `8000`.