-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature: Silence skip #7797
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
base: development
Are you sure you want to change the base?
Feature: Silence skip #7797
Conversation
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all the locale files. Only keep en-us
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
|
Im a bit confused by this skip rate. Please elaborate why you chose for 2.5x instead of e.g. 10x Lets say the ending of a certain video is 60sec it will take 24sec to skip the silence. Thats way too long imo. Why not detect when there is no audio and detect when audio is playing again and instantly skip towards that timestamp instead of relying on playback rate to handle this |
The main goal of this feature is to skip (accelerate) silence between conversations, or other silent parts, not to fast forward to the end of a video. I'm not sure how to "detect when there is no audio and detect when audio is playing again and instantly skip towards that timestamp" . |
|
This implementation works really well, especially considering that our player is the limiting factor in this case. |
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to be a button for this inside the player instead of outside the player
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
|
Umm i think this isnt supposed to happen. It default to 10x now VirtualBoxVM_g9v0U7dPlB.mp4
I think we probably should implement not touching the playback speed if its above 3x |
…feature/skip-silence
|
@efb4f5ff-1298-471a-8973-3d47447115dc I used the user setting values for the fast and normal playback speed. I tested multiple values with various videos and it worked fine even with 10x forward speed. So in your case it's at 10x speed because this should also be your "Max Video Playback Rate"? Do you have problems with speeds above 3x ? I can't unmute in your provided video examples. Are they recorded with sound? |
The arent recorded with sound but i think this case doesnt apply anymore because of the change you explained
Yes it is 10x. I will reevaluate! |
|
My Max video playback rate is set to 10x in the settings. Within the first 10sec of this video https://youtu.be/gT0rd69e5fo it will skip some silence but it also cuts of 2 words that have been said |
…feature/skip-silence
|
@efb4f5ff-1298-471a-8973-3d47447115dc I think the 10x speed is too aggressive in some cases. The default 3x should be enough in most cases? |
|
i think 3x should be enough but i would like to hear from @PikachuEXE and @absidue before we decide on the right speed |
|
I found it sound too rushy with it enabled, and I am not sure if it's better or worse to add N seconds before/after the speed up |
Head branch was pushed to by a user without write access
|
3x seemed fine to me before it changed so maybe we should go back to that? Or are there other more logical speeds for this? |
|
@efb4f5ff-1298-471a-8973-3d47447115dc would it be a problem,to let it be configurable? |
|
@some-git-user i prefer to not make this feature configurable. I prefer to go with good defaults instead of creating yet another slider/toggle in the settings |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |


Pull Request Type
Related issue
closes #1766
Description
This PR implements a simple silence skip logic, to dynamically determine silent video parts, related to the individual max volume of the audio source.
Screenshots
2025-10-14.21-02-12.1.mp4
Testing
Desktop
Additional context