Given an occassion (such as a birthday) with related text, images, audio and video clips, this Python3 program outputs a short video for the specified occassion.
VideoCreator depends on the opencv module. To install in ubuntu you can run the script install-opencv.sh
For the other modules: pip3 install -r requirements.txt
python3 create_video.py -oc occassionname -o outputfilename textorimagepath/1 textorimagepath/2 ... -m audiofilepath -v videoclippath/1 videoclippath/2 ...