It's hard for people to make videos with music that are fun to watch. Google Photos does a great job of making video mashups with music, but you don't get much control on color, image transition, etc.
Scenarios:
- A nonprofit is trying to post something exciting on social media, they take hours to make a music montage
- You're trying to create a video to spice something up, like welcoming a new team member and have some photos at hand
Made and tested on Python 3.7
pip install -r requirements.txt
jupyter notebook
If you have an environment where you can't install all of the Python packages, Docker can work!
docker build -t beats .
docker run -it --entrypoint="bash" -p 8888:8888 -v "$PWD:/app" beats