Skip to content

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

Notifications You must be signed in to change notification settings

HemantKumar01/AutomaticVideoMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages