Make subtitle lines shorter #795
Replies: 3 comments
-
|
Unfortunately, FW does not support this. |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
@samuelbraun04 , did you found a satisfactory solution ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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_tokensandchunk_lengthbut changing either of them just ruins the output. Is there another argument I'm missing?Beta Was this translation helpful? Give feedback.
All reactions