AmaichaMovie generator using MoviePy, OpenCV2 and Numpy. InstallationDownload, create a virtual environment and install al dependencies:virtualenv -p python3 .env source .env/bin/activate pip install -r requirements.txtUsageFirst, 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.pyThe output will be available on the ./render directory.