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

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.

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