/gif-compressor

This is a little program to help compress your .mp4 or gif into a smaller .gif which has a size smallar than 1 MB.

Primary LanguagePython

GIF Compressor

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.

File Structure

  • win.py is for Windows users
  • lin.py is for Linux or macOS users
  • /output: the compressed results will go here

Environment

  • moviepy
  • numpy

Usage

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}