Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages