Skip to content

MartinCastroAlvarez/python-video-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaicha

Movie generator using MoviePy, OpenCV2 and Numpy. alt-img

Installation

Download, create a virtual environment and install al dependencies:

virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt

Usage

First, download a some .mp4 files into the ./media directory.

Then, download some .jpeg files into the ./media directory.

Then, download a .mp3 into the ./media directory.

Activate the virtual environment and build the video:

source .env/bin/activate
python3 ./bin/build.py

The output will be available on the ./render directory.

About

Movie generator using MoviePy, OpenCV2 and Numpy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages