/AutomaticVideoMaker

automatically creates videos on any topic you give by web scraping and image processing

Primary LanguagePython

AutomaticVideoMaker

Creates beautiful drawing animation video from images.

Demo

Input Image

harry-potter

Output Video

Play

output.mp4

TODO:

  • Process Image to create great looking drawing videos;
  • Scrape text from wikipedia
  • scrape cc-images from google
  • use text to speech

Usage:

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