How could I use whisper to transcribe long video locally on whisper V3? #1846
Unanswered
jasonsu123
asked this question in
Q&A
Replies: 1 comment 2 replies
-
To install For local processing of a 500MB file, there is no need to split it up. Just provide the name of the file to If you have questions, be sure to search the past discussions for any hints and check out |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello everyone, I currently want to use Whisper for speech synthesis in videos, but I’ve encountered a few issues.
I am a Plus user, and I’ve used the paid API to split a video into one file per minute and then batch process.
But later I found out that the latest Whisper V3 can only be used locally and cannot be called via API?
I have some knowledge of Python programming. If I want to write a program on my computer, do you have any examples I can refer to?
My speech video is approximately 40 minutes long and over 500MB. I used the Whisper API before, but due to file size limitations, I had to split it for batch processing.
If I use Whisper locally on my computer, will there be no file size limitations?
Also, how can I find the names of different model types to use in the code, such as base, medium, large, and the latest V3?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions