A wrapper to moviepy optimized for bulk extraction of perfect loop gifs from animation
Find a file
magus424 c2929be7ed
add support for optimizing output files (#2)
* add support for optimizing output files

* updated ImageMagick arguments

* updated ImageMagick arguments

* added try/except to handle ImageMagick errors better

* don't auto-remove original image in case of optimization issues
2022-04-11 10:22:12 -07:00
.gitignore Added arguments to control GIF generation 2022-03-24 12:47:28 -07:00
gifit.py add support for optimizing output files (#2) 2022-04-11 10:22:12 -07:00
LICENSE Initial commit 2015-04-20 14:50:48 -07:00
README.md Modernize instructions & expanxd gitignore 2022-03-23 20:08:23 -07:00
requirements.txt Inital 2015-04-20 14:53:46 -07:00

perfect-gif

A wrapper to moviepy optimized for bulk extraction of perfect loop gifs from animation

Usage

python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip wheel
python3 -m pip install -r requirements.txt
./env/bin/python3 gifit.py [--outdir dir] video [video ...]

When run it will create a folder for every video and put it's gifs in that folder.

Default base output dir is cwd