jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
1.05k stars 49 forks source link

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

Open sm18lr88 opened 9 months ago

sm18lr88 commented 9 months ago

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.

jeanslack commented 9 months ago

@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.

sm18lr88 commented 8 months ago

@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.