-
Notifications
You must be signed in to change notification settings - Fork 77
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] Flash seek length #1028
Comments
I wouldn't be against this, but the Also, it might be noisy, since according to docs, So, it's not practical to implement at this moment. |
I use native mpv seek osd at the top-left corner, it's less intrusive. Any popup in the center (not on top or bottom) of the video would annoy me. |
What if it was just a script binding? Since left seek -5; script-binding uosc/flash-seek-indicator -5
right seek 5; script-binding uosc/flash-seek-indicator 5 |
RIGHT seek 5 ;show-text "[${playlist-pos-1}/${playlist-count}] ${time-pos} / ${duration}(${percent-pos}%)\n>>5s" |
Is it possible to implement flashing of how many seconds were skipped or rewound? For example, this is how youtube tackles this:

The text was updated successfully, but these errors were encountered: