Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/honza/gif-maker
- Owner: honza
- License: bsd-2-clause
- Created: 2013-07-30T12:17:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T23:42:10.000Z (about 8 years ago)
- Last Synced: 2024-04-16T01:44:54.141Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 gifLicense
-------BSD, short and sweet