-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Timings overlap problem with --max_line_width and --max_line_count options #608
Comments
Can anyone confirm this issue? Thx. |
carolinaxxxxx
changed the title
Times problem with v3 model
Timings overlap problem with --max_line_width and --max_line_count options
Nov 29, 2023
I have the same problem |
same issue |
oh actually was looking at the other issues and found a solution: set --highlight_words to True and just use some python script to get rid of the |
Same problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It seems that when using the --max_line_width and --max_line_count option there are incorrect timings in the output srt file:
Example:
The times overlap **, so the output file is poorly constructed and, as a result, read.
Full command:
whisperx --batch_size 8 --model large-v3 --language en --device cuda --max_line_width 42 --max_line_count 2 --verbose False --output_format srt
It appears that using this option causes incorrect timestamps to be generated in the output files regardless of the model used. Without the option, timestamps are ok.
The text was updated successfully, but these errors were encountered: