Skip to content

shawnrivers/gif-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages