clip-mash icon indicating copy to clipboard operation
clip-mash copied to clipboard

Alternative clip transition based on volume possible?

Open lushplug opened this issue 2 years ago • 1 comments

Amazing project, thank you so much!

I had a request, if you take them, is it possible to add alternative ways to calculate clip transitions? Currently it's worked out with beats, is it possible to use volume/loudness or some combination of beats and volume/loudness?

E.g. calulate the mean change/difference in volume for the whole track then create a clip transition once the volume passes a user defined Stdev above the mean difference.

There's an old, unsupported, pmv maker that had this feature but way less other features than clip-mash. There's a super early version that's still on GitHub that might help if you're interested in adding this - I found it useful to create decent PMVs quickly.

https://github.com/AutoPMVs/PMV_Generator_Prod

https://github.com/AutoPMVs/PMV_Generator_Prod/blob/3bec9f0163bcdc6ec632d275a552c4c32ab61257/PMV_Fns/processMusicFile.py

Thanks again you legend.

👍

lushplug avatar Apr 01 '24 17:04 lushplug

Thanks for the nice comment!

I had a request, if you take them, is it possible to add alternative ways to calculate clip transitions? Currently it's worked out with beats, is it possible to use volume/loudness or some combination of beats and volume/loudness?

I'm always open for ideas, and yeah, this sounds doable. Maybe the library I'm using to detect beats already has that feature, I'll have to check.

soundchaser128 avatar Apr 01 '24 18:04 soundchaser128