rock3r / Giffify
Licence: other
Giffify - easily create optimised GIFs from a video
Stars: ✭ 58
Programming Languages
python
139335 projects - #7 most used programming language
giffify
Life is too short for crappy GIFs
A two-pass, high quality video-to-animated-GIF converter script that harnesses ffmpeg
to do the dirty work.
Works on both Linux and macOS.
Setup and usage
- Copy the version you prefer (Python 2.x or Bash) to your computer, and make it executable. For example:
$ chmod a+x giffify.py
- Make sure you have installed
ffmpeg
and you have it on yourPATH
. Easiest way is to use a package manager. On macOS, for example, using Homebrew:
$ brew install ffmpeg
- Then simply use it to convert movies. It can be as simple as:
$ giffify.py my-video.mp4
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].