Skip to content

opportunity-hack/automatic-beat-video

Repository files navigation

But, why?

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:

  1. A nonprofit is trying to post something exciting on social media, they take hours to make a music montage
  2. You're trying to create a video to spice something up, like welcoming a new team member and have some photos at hand

How to get this working

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

About

Make a video from music beats that looks good

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages