-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve "seek to timecode" #1217
Labels
Comments
This was referenced Jun 30, 2022
now implemented |
Not working! No paste menu showing on right mouse click or paste operation on right mouse click when the “Seek to timecode” window is showing. |
Oops i mustve mixed together two concepts here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seek to timecode
from #1194: Users need this function very often but your timecode seek jumper is limited and I as user have to enter the exact right format which is "00:00:00.000". So this you should improve. I your tool I need to enter the whole length of digits and also the dot.
The best is if you just check the format the timecode the user did enter new so that not all digits are needed to enter and also check for entered comma and make a dot etc to allow it. Also timecodes with only one digit where 2 are needed you could check this before and out a 0 before like here...
Example: Timecode of srt subtitle file...
00:06:1,260 --> 00:06:3,120
As you can see the timecodes here are not using all digits places "00:06:1,260". In case of seconds its just using the last digit place without to use 0 digit before and your tool will not accept it and I have to set a 0 manually before and I also need to change the comma to dot to make it work in your tool. Would be nice if you could check & fix that format so that this also works. Would be nice if you could also add a PASTE button next the OK & Cancel button to prevent using keyboard shortcuts strg+v.
The text was updated successfully, but these errors were encountered: