Skip to content

chungshan/images2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Images to GIF

Convert your images (video) to GIF
No limitations and watermark, for free!

Requirement

  1. It require modules moviepy and opencv-python
pip install -r requirement.txt

Usage

  1. Convert images to GIF
python main.py --type image --file "folder to your images" --fps "frame rate of GIF"
  1. Convert video to GIF
python main.py --type video --file "your video" --start "start time" --end "end time" --interval "Interval of pictures in gif" --fps "frame rate of GIF"

You can also name your output gif with the --filename argument, there is no need to include .gif to the end of the filename.

Troubleshooting

  1. What argument --interval for?
    For example, if your video has 60 frames and I set --interval 5. This means that I will take one picture in 5 frames for generating GIF.

About

Convert your images (video) to GIF for free!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages