Skip to content

EduardoVizioli/Anime2Gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime2Gif

Anime2Gif is an algorithm that detects scenes in a video and generates gifs from it.

Configuration

First, you'll need to install the dependencies. In order to install the dependencies, assuming you already have python3 installed, you can run the following commands:
-pip install opencv-python
-pip install Pillow
-pip install numpy

After all the dependecies are installed, you will need to create a directory called "videos" alongside the "main.py" file, and store the videos it will use to generate the gifs.

Running

To run the program, you can simply call the main.py file with the following command:
-python main.py

When the program finishes running, you should have a new gif file inside the "temp" folder.

Alt Text

About

This algorithm is able to detect scenes in a video and generate gifs from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages