Replies: 1 comment 1 reply
-
your question should be asked at: https://community.openai.com/tag/whisper |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I'm using whisper to make a subtitle for videos.
The performance of whisper is really good, so that there are only few things to edit.
However, I thought some sentences are too long to add it into a video.
In this repository, it can be handled through passing MAX_LINE_WIDTH and MAX_LINE_COUNT through get_writer() method.
However, I am using whisper by calling through the openai which means
Not
Using
How can I pass those parameters into this library?
Beta Was this translation helpful? Give feedback.
All reactions