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
-
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