https://github.com/positlabs/gif-goat
App for batch encoding videos into gifs.
https://github.com/positlabs/gif-goat
Last synced: about 2 months ago
JSON representation
App for batch encoding videos into gifs.
- Host: GitHub
- URL: https://github.com/positlabs/gif-goat
- Owner: positlabs
- License: mit
- Created: 2015-12-22T22:03:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T17:01:13.000Z (about 7 years ago)
- Last Synced: 2024-10-19T07:14:51.299Z (7 months ago)
- Language: JavaScript
- Homepage: http://positlabs.github.io/gif-goat/
- Size: 33.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gif-goat
An app for making gifs that don't suck.
Uses ffmpeg palettegen and paletteuse filters to create high quality gifs.
See https://positlabs.github.io/gif-goat for usage examples.
## Development
`npm run install`
`npm start`
## Build
`npm run package`: packages app for the current platform
`npm run make`: makes app for the current platform
`npm run make:mac`: makes app for OSX
`npm run make:win`: makes app for Windows
`npm run publish:mac`: publishes OSX app to Github
`npm run publish:win`: publishes Windows app to Github
`npm run publish:all`: publishes OSX and Windows apps to Github