Replies: 2 comments 3 replies
-
I've tried multiple times to transcribe this file, does anyone know what the problem is? And what should I do to fix it? |
Beta Was this translation helpful? Give feedback.
-
Hi! I gave it a go, your sample seems to work fine here... If this was your first try with whisper, I'd suggest trying with a smaller sample first (until you've verified that the process itself works). Btw the models assume 16kHz .wav input, but the conversion is handled on the fly I think (needs ffmpeg). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried several times and could never get the transcription to work. whisper ran it and generated no subtitles whatsoever. I tried converting the original video to m4a, wma, mp3 none of which could be transcribed. Click to view file
My Operations (in Colab):
!pip install openai-whisper
!whisper 210222晚上辅导.m4a --model large --language zh --output_format srt
Beta Was this translation helpful? Give feedback.
All reactions