Creates beautiful drawing animation video from images.
output.mp4
- Process Image to create great looking drawing videos;
- Scrape text from wikipedia
- scrape cc-images from google
- use text to speech
run pip install -r requirements.txt
after cloning the repositories, after that run anime.py
you can edit arguments of createAnime function to use it according to following syntax
createAnime(inputImageName, outputVideoName)
'''
@PARAM:
inputImageName : the image path(with extension) to be processed and made into a video
outputVideoName : the name of the video to be saved (with extension)
note that if you are not having an outputVideoName with .avi extension then you have to change fourcc in createAnime function
'''
then run anime.py