dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

Control volume of segment ranges in editor #406

Open ekimekim opened 2 weeks ago

ekimekim commented 2 weeks ago

In thrimbletrimmer, we should be able to select the audio volume from 0 to 100% (or at least, mute as a toggle) for each individual video range.

The motivating use-case for this is to silence sections that contain copyrighted audio (like RDPs) that are part of a larger video. Currently our solution for this is to cut past the section completely, but muting would be better.

It might lead to things like having "cuts" between ranges with the previous end being the same as the next start, eg. a range from 00:00 to 00:10, then a range from 00:10 to 00:11, then a range from 00:11 to 00:20. This should work but might cause artifacting. We should test this.