Closed YIRU69 closed 1 year ago
Hey, that indicates the transcript file is not formatted properly. Either the filename is incorrect, or the file isn't in JSON format.
The transcript file must be in JSON format and it must have the following information in it:
{
"segments": [
{"start": <float>, "end": <float>, "text": "<the sentence/text>"}
]
}
where start
and end
are the times in the audio (in seconds) when the text
is spoken.
I'm working on some new features that will help with transcription, so if you can explain what's going on in more detail then I hope to make it easier to generate a transcript in the future.
Thank you, sir. I understand what happen.
Be the way, it is difficult to install whisper on windows computer for me.
Okay thanks for the info, I'll try to add more info about it and make it easier in the future.
I can't do this, but I really want to achieve it. How can I do? When I star the command and I will get the error.