Skip to content

Giffify - easily create optimised GIFs from a video

License

Notifications You must be signed in to change notification settings

cs-joy/giffify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Copy the version you prefer (Python 2.x or Bash) to your computer, and make it executable. For example:
$ chmod a+x giffify.py
  1. Make sure you have installed ffmpeg and you have it on your PATH. Easiest way is to use a package manager. On macOS, for example, using Homebrew:
$ brew install ffmpeg
  1. Then simply use it to convert movies. It can be as simple as:
$ giffify.py my-video.mp4

About

Giffify - easily create optimised GIFs from a video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.9%
  • Shell 31.1%