DevonCrawford / Video-Editing-Automation

Toolkit of algorithms to automate the video editing process
GNU General Public License v3.0
1.17k stars 161 forks source link

Music based editing #7

Open flofriday opened 5 years ago

flofriday commented 5 years ago

You feed the program a music clip along with the video files and it cuts the video synced with the music.

Osnott commented 5 years ago

Yes! Like, check for loud kicks in the audio file with a low frequency and cut along those times so it is synced up with the kicks.

open-all commented 5 years ago

To add to osnott we should slice the video feed based on transients. There could also be a function that allows you to set the threshold of said transients in audio clips.

JoshuaDoes commented 5 years ago

tfw I literally just got done suggesting this in the comments of the YouTube video before checking out the source