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

Can I set a key to increase (or decrease) speed nonlinearly, such as geometric progression (0.25 -> 0.5 -> 1.0)? #451

Closed
teadrinker2015 opened this issue Dec 15, 2023 · 0 comments

Comments

@teadrinker2015
Copy link

I understand there is a speed list feature, which loop unidirectionally. My proposal is different from the existing one in 2 ways:

  • Can be maped with two separate keys to achieve bidirectional action (accelerate & deaccelerate).
    If I want to decrease the speed immediately from a middle position in that "predefined speed list", I have to first increase to a much higher position, which may lead to skipping a large part of the video. The effect is opposite to the purpose.
  • Stop at two opposite ends (e.g. 1.0 <-> 4.0), without looping from the start.
    If I want to get to a particular position in that "speed list" as soon as possible, I always have to remember what position I'm currently at, and perform the exact times of key pressing to get there. Exceeding means trying again and wasting a lot of time.
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

1 participant