-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rewind Counterpart #7
Comments
Playing videos in reverse is a mess because codecs weren't designed for it, and mpv wasn't either. I've never played around with switching it at runtime, wonder how viable it is. |
I understand, thanks for explaining it to me. Hopefully one day it becomes possible. |
Setting it at runtime actually works decently well, at least on my setup. (It's buggy but not as bad as I expected) |
I'm playing around with the rewind feature. It works pretty well for me as well, very cool. I was trying to use these keybindings (along with Natural-Harmonia-Gropius/InputEvent): LEFT seek -5 #@click
LEFT script-binding evafast/evafast-rewind #@press but the second one wouldn't work. Then I realized that this does both (seek with a single press, rewind when pressed continuously):
|
I do want to add a keybind for toggling rewind mode. soontm |
I'm having an issue fter updating to 7de120b. I'm using the following keybindings (with Natural-Harmonia-Gropius/InputEvent):
I'm using Note that it doesn't occur with all files, at least for me. I know this is still a WIP but I thought I would let you know. |
@xfzv Should be fixed in 20ced3a. I could make speed resets on seek work, but will have to be careful to not interfere with other changes to the speed. Is there any reason why you're reimplementing evafast's hybrid key through InputEvent? |
Can confirm it's fixed with 20ced3a, thank you.
You're right. I can't remember why I did this.. it makes no sense indeed. 🥸 |
This script is really unique, and really useful. I was wondering if it would be possible to have a rewind variant of this script?
The text was updated successfully, but these errors were encountered: