Skip to content

tomasz-beton/music-video-automaker

Repository files navigation

Music video automaker

Have you ever watched muted commercials with music playing in the background? Well, maybe not. Anyways I can assure you it sound/looks very cool when cuts in the video synchronize with the beat.

That was our general idea. If we detect cuts in provided video, detect beat in a provided soundtrack, we can create something along the lines of a music video.

Requirements

You need ffmpeg and libasound2-dev libraries installed on your system. Runs correctly with python 3.6+.

Usage:

python main.py <video_path> <audio_path> [options]

You can specify output file path using -o <out_path> and other options which you better look up yourself in the code.

example: python main.py "src/penguins.mp4" "src/wolves.mp3" -o "out/merged.mp4" --threshold 2

About

Makes simple music videos to a chosen song by cutting up a video to match the rhythm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages