jianchang512 / pyvideotrans

Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用
https://pyvideotrans.com
GNU General Public License v3.0
10.14k stars 1.12k forks source link

error in openai-whisper transcription #549

Open abhijeet12s opened 1 week ago

abhijeet12s commented 1 week ago

出错信息 Screenshot 2024-09-22 022952 Screenshot 2024-09-22 023928

All OpenAI-Whisper transcription models don't display the transcribed text as they process it. However, Faster Whisper models and Google Speech do show the text line by line as it's transcribed. OpenAI-Whisper doesn't do this. as you can see it in screenshots

复现步骤

  1. speech to text
  2. openai transcription 模式
  3. all openAI-whisper transcription models do not print transcribed texts as its transcribes except all models in faster whisper model and google speech shows transcribed text as its done line by line but openAI-whisper doesn't !

操作系统

软件左上角版本号数字 pyvideotrans v2.57 and v2.58 latest

edit : openai-whisper large v1 ,v2 , and v3 are not transcribing only below large models are working like medium,tiny Here’s the translation of your text into Chinese:

开放式AI-Whisper大模型 v1、v2 和 v3 无法转录,只有以下模型可以工作,例如中型、小型和微型模型。我已启用 CUDA。

Let me know if any changes are needed!

abhijeet12s commented 1 week ago

edit : openai-whisper large v1 ,v2 , and v3 are not transcribing only below large models are working like medium,tiny Here’s the translation of your text into Chinese:

开放式AI-Whisper大模型 v1、v2 和 v3 无法转录,只有以下模型可以工作,例如中型、小型和微型模型。我已启用 CUDA。

Let me know if any changes are needed!