This is a little program in Python to help compress your .mp4
or .gif
into a smaller .gif
which has a size smallar than 1 MB.
win.py
is for Windows userslin.py
is for Linux or macOS users/output
: the compressed results will go here
moviepy
numpy
Install dependencies with pip install -r requirements.txt
For Windows users:
python win.py {file path}
For Linux or macOS users:
python lin.py {file path}