Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/honza/gif-maker

Make animated gifs from video clips
https://github.com/honza/gif-maker

Last synced: about 5 hours ago
JSON representation

Make animated gifs from video clips

Awesome Lists containing this project

README

        

gif-maker
=========

Make animated gifs from video clips

Installation
------------

### OSX

$ brew install ffmpeg

### Fedora

$ dnf install ffmpeg

Usage
-----

$ ./gif-maker video.mp4 out.gif

Produces a 320x167, animated gif, 10fps, 10ms spaced

How it works
------------

* Use ffmpeg to produce a lot of jpegs from the video
* Convert jpegs to gifs
* Combine gifs to one animated gif

License
-------

BSD, short and sweet