-
Notifications
You must be signed in to change notification settings - Fork 196
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
Silence skip feature #17
Comments
Sounds interesting. I try that out. Can you point out your use case / with what video does this feature makes sense? Can you share a sample? |
IMHO this is something that would be useful for podcasts instead of movies and TV shows. I would expect it to be more bound to online content. Just Player also currently doesn't have any background or music playback as it's originally intended for movies/shows. |
It's great for any kind of educational content, classes etc. which many of us are in the midst of. |
I would also advocate for the addition of this silence skip feature. Like barolo mentioned, it is very useful for educational content (for example, I'm currently watching recordings of my lectures and this feature would be much more helpful than simply increasing the playback speed). Also, I think no other player offers this feature (I only know about NewPipe, but that doesn't really count), neither on Android nor on Desktop platforms. There are ways to reencode those videos but that is time-consuming and costs much more space. |
You can try builds available here which have skip silence enabled (but lack UI to toggle that). See how well it works for your content. |
@AkitoFire AntennaPod offers such feature, since it can play videos now, it's not intuitive since you need to add folder with videos first. I'll check the new builds |
@moneytoo That build works great! |
@moneytoo Thank you! I'm not entirely sure what the difference between both builds is, but it works really well! With quieter content, the output is a garbled mess though. One possible solution for this problem would be to check for a loudness standard and adjust accordingly (specifying target LUFS, for example), but I'm not sure how to implement something like this for a normal video player. |
@moneytoo is there a plan to include this in release builds? |
Maybe in the future, but I can't promise anything. It would probably be available only after activating some advanced mode (I still need to think though that more). |
Gotcha, thank you for updating the builds. |
@moneytoo Could you please update the builds? |
Starting v0.59 you can enable the basic audio skip from settings. You can access settings from system App info screen (phones only) or by long pressing the gear (⚙️) icon (phones/TV). |
Marvelous! Just updated all of my devices. Thank you. Will you consider my request of speeding up instead of cutting for skipping? |
@moneytoo awesome 😍 but was it possible to adjust the threshold at which scipping occures? Because for my lectures to much is sciped, so understanding spoken sentences is not possible anymore. |
Am I correct in thinking that this: google/ExoPlayer#6705 having been resolved should make it possible to enable the user to configure parameters of the skip-silence feature, so they can change the minimum duration of silence to be skipped, the threshold volume below which is classified as 'silence', and the duration of 'padding' on the edges of any silent portion? |
Exo provides great feature called silence skip and I was amazed by its implementation in NewPipe, unfortunately it doesn't play local files. When you don't look at the video it's actually really hard to spot places where it is skipped.
Thus I would like ask for inclusion of this feature [ possibly together with speedup functionality ].
The text was updated successfully, but these errors were encountered: