Videomass icon indicating copy to clipboard operation
Videomass copied to clipboard

Feature Request: cut silence from media files (code examples provided).

Open sm18lr88 opened this issue 2 years ago • 2 comments

First, thanks for this app. It's awesome.

I'd like to request a feature to automatically cut silence from media files.

A good start is this app.

I made a tkinter GUI out of it, with CUDA support (don't know if that feature actually works as intended), but was a newbie coder was unsuccessful in allowing users to define the length of the silence left.

sm18lr88 avatar Nov 28 '23 00:11 sm18lr88

@sm18lr88 Thank you for your appreciation. You would like Videomass to have the ability to removing silence parts from media files but save the entire file. Did I understand correctly?

As soon as I have some time I will take a look at your app.

jeanslack avatar Nov 28 '23 23:11 jeanslack

@jeanslack yessir. Basically users choose media file (audio or video) -> remove silence (but leave X specified seconds of silence per silence) -> new complete media file with no more than the specified X seconds of silence per silent period.

"Silence" can be determined by dB or any other method you prefer.

sm18lr88 avatar Jan 05 '24 21:01 sm18lr88