Purfview
Purfview
Did you meant underlined and with "more natural line-wrapping"?
Thx, then maybe I'll borrow your PR for my repo to work with "highlight_words" as my implementation of "max_line_width/max_line_count" is not compatible with "highlight_words".
@dazzng Wasn't you running faster-whisper from my repo? This is practically the same thing, it won't work on your GPU.
> I had to increment the numbers as I explained in the discussion but I am not entirely sure why that fixed the issue with icons not loading. When you...
@prasad-pr-20 Did it made it perform faster?
> Initial Wouldn't be hard to add such one letter exceptions, but then there will be cases where initial or one letter with a dot is the end of a...
> I am using Faster-Whisper-XXL from within Subtitle Edit. What should I do to get a json file? `-f all` will output all formats
I'm looking at it. Btw, you may want to update "Faster-Whisper-XXL r192.3.4" to the latest version as r192.3.4 has three rare bugs in subtitle writing.
Should be fixed in r194.2 You can test jsons directly: Hyphen: ``` faster-whisper-xxl.exe "Hyphen.json" -m large-v2 --max_line_width 37 --max_line_count 2 --sentence --max_comma_cent 50 --min_dist_to_end 12 ``` Comma: ``` faster-whisper-xxl.exe "Comma.json"...
**Initials.** In your opinion if capitals would be added then there would be less wrong splits than wrong non-splits? Is it better to have a wrong split or a wrong...