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

Direct Jump to a Specific Moment in the Video #2037

Open
4 tasks done
vayo28 opened this issue Jun 15, 2024 · 1 comment
Open
4 tasks done

Direct Jump to a Specific Moment in the Video #2037

vayo28 opened this issue Jun 15, 2024 · 1 comment

Comments

@vayo28
Copy link

vayo28 commented Jun 15, 2024

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

I would like the application to have a feature that allows users to jump directly to a specific minute in the video by pressing the corresponding numbers on the keyboard. This would significantly improve the efficiency and usability of the application, especially for those who need to edit or review long videos.

Feature Details:

Entering the Desired Minute:
Users can enter the desired minute by pressing the numbers on their keyboard. For example, to go to minute 14, the user simply presses "1" followed by "4".

Automatic Jump:
Upon entering the number, the application will automatically take the user to the corresponding minute of the video. This eliminates the need to manually scroll through the video timeline.

In the basic mode, it would be much faster than searching with the cursor. The advanced mode has something similar, but the numbers 00.00.00.00 are not auto-completed and going through each number is a bit slow.

Thank you for the work and the application, and sorry if something like this has already been suggested.

@mifi
Copy link
Owner

mifi commented Jun 20, 2024

I think something similar already exists:

  1. Press g (seek to timecode)
  2. Press 1 and 4
  3. Press Enter

It will now jump to 14 seconds.

if you want to jump to 14 minutes instead type 14:00

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

2 participants