How to transcribe long audio to srt file directly? #1690
Unanswered
jasonsu123
asked this question in
Q&A
Replies: 1 comment 2 replies
-
your question should be asked at: https://community.openai.com/tag/whisper |
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 have a question. I'd like to use the Whisper API to transcribe approximately 2 hours of a conference speech from an mp4 video into an srt subtitle file. I have a few questions:
Do I need to convert the mp4 file into wav or mp3 format first?
It seems that the Whisper API has a file size limit of 25 MB per processing.
If I split the video into chunks, the resulting srt file might have incorrect timecodes.
How should I handle this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions