Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: delete silence #99

Open
TerryyyZhang opened this issue Jul 6, 2021 · 2 comments
Open

Feature request: delete silence #99

TerryyyZhang opened this issue Jul 6, 2021 · 2 comments

Comments

@TerryyyZhang
Copy link

TerryyyZhang commented Jul 6, 2021

Hi, I'm using unsilence for making vlogs and it is of great help so far. However, I need to delete silent parts of the video for my vlogs and it seems unsilence has not been able to achieve it.

I tried increasing the silence speed to 99 or so, but it results in video and audio out-of-sync problems. Also, it doesn't allow me to set silence speed to zero by returning a "zero division error".

It would be of great help if the triming silence function can be implemented.

@gar-onn
Copy link

gar-onn commented Jan 17, 2022

Maybe if we add an option before this line (

intervals.append(current_interval)

And add on option to the arguments, this would work.

Like

if current_interval.is_silent and NEWVAR:
   pass
else:
    intervals.append(current_interval)

@bearjcc
Copy link

bearjcc commented May 23, 2022

I would also be interested in this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants