Make subtitle lines shorter #795
Unanswered
samuelbraun04
asked this question in
Q&A
Replies: 2 comments
-
Unfortunately, FW does not support this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This repo doesn't have the subtitle writing functions, there are plenty of whisper implementations with own subs writers, after some research you should find a good subs writing function. For heads-up, the reference Whisper's subs writers are wonky... On my repo I implemented good splitting capabilities, but it's not for Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can one make the individual subtitle lines shorter?
Like instead of:
.transcribe()
would return something like (this example is inaccurate but it has the right idea):I've tried playing around with
max_new_tokens
andchunk_length
but changing either of them just ruins the output. Is there another argument I'm missing?Beta Was this translation helpful? Give feedback.
All reactions