Break subtitle lines on punctuation. #2059
HakkaTjakka
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By adding these lines of code (utils.py):
line 151: end_with_punctuation = False
line 169: and not end_with_punctuation
line 191: end_with_punctuation = timing["word"].endswith(".")
`
Beta Was this translation helpful? Give feedback.
All reactions