-
#425 当我使用日语模型kotoba-tech/kotoba-whisper-v2.2时候显示没有识别到任何说话声...
💬 2[Last reply:4 days ago] kotoba-tech/kotoba-whisper 如何设置的?语音识别里面没有这个选项...2409:8a28* Posted at: 27 days ago -
#819 401, message='Invalid response status', url='wss://api.msedgeservices.com/tts/cognitiveservices/websocket/v1?Ocp-Apim-Su...
💬 1[Last reply:5 days ago] 这个错误是使用 Azure TTS 配音时出现的连接问题。错误代码 401 表示身份验证失败,通常是由于 API 密钥无效或配额已用完导致的。 解决方法: 1. 检查 Azure TTS 订阅密钥 登录 Azure 门户,确认你的 TTS 服务订阅状态是否正常 检查 API ...110.185* Posted at: 5 days ago -
#815 Chatterbox TTS multil language...
💬 3[Last reply:5 days ago] may be next update...2001:ee0* Posted at: 5 days ago -
#818 tencentcloud.common.exception.tencent_cloud_sdk_exception.TencentCloudSDKException: [TencentCloudSDKException] code:Fail...
💬 1[Last reply:5 days ago] 这个错误是因为腾讯翻译服务未在腾讯云控制台开通导致的。错误信息明确显示:"Service has not been opened, please open service at Tencent Cloud console"。 问题分析: 您正在使用腾讯翻译作为字幕翻译渠道 腾...240e:440* Posted at: 5 days ago -
#551 {'code': 6, 'msg': 'stack expects a non-empty TensorList'}...
💬 2[Last reply:5 days ago] clone-voice的log DIR: B:\ytbChinese2Espanol\clone 准备启动 【文字->声音】 线程 启动后加载模型可能需要几分钟,请耐心等待浏览器自动打开 > Using model: xtts 启动 文字->声音 线程成功 [已打开浏览器窗口,如果未能自动打开,你也可以手动打开地址] ...23.106* Posted at: 19 days ago -
#814 测试使用Ollama报错...
💬 2[Last reply:5 days ago] API 地址由 http://localhost:11434/v1 改成 http://127.0.0.1:11434/v1 就成功了,感谢...2409:8a55* Posted at: 5 days ago -
#817 如何设置Qwen3-asr...
💬 1[Last reply:5 days ago] 要设置 Qwen3-ASR 语音识别,请按照以下步骤操作: 1. 打开语音识别设置:在软件主界面,点击顶部菜单栏的“语音识别设置”。 2. 选择识别渠道:在弹出的设置窗口中,找到“识别渠道”下拉菜单,从中选择“阿里Qwen3-ASR语音识别”。 3. 配置API密钥: 您需要提前...113.95* Posted at: 5 days ago -
#816 RuntimeError: Cannot load the vocabulary from the model directory...
💬 1[Last reply:5 days ago] 这个问题是由于 faster-whisper 模型文件下载不完整或损坏导致的。faster-whisper 需要下载完整的模型文件才能正常工作,包括词汇表文件。 解决方案: 1. 删除损坏的模型文件 前往软件目录下的 models/faster-whisper 文件夹 删除对...160.30* Posted at: 5 days ago -
#813 API URL is http://127.0.0.1:9011 ERROR:api:Exception on /recogn [POST] Traceback (most recent call last): File "/Users...
💬 1[Last reply:5 days ago] 这个问题是由于 pyVideoTrans 软件在初始化语音识别任务时,配置文件 cfg 参数为 None 导致的类型错误。错误发生在尝试访问 cfg['uuid'] 时,因为 cfg 是 None 而不是字典。 解决方案: 1. 检查自定义语音识别API配置 ...114.242* Posted at: 5 days ago -
#812 videotrans.configure._except.StopRetry: Output data may contain inappropriate content....
💬 1[Last reply:5 days ago] 这个问题是在使用阿里百炼进行字幕翻译时,被阿里云的内容安全检测拦截导致的。错误信息 "Output data may contain inappropriate content" 表明阿里云认为翻译结果中可能包含不合适的内容。 解决方案: 1. 检查字幕内容:查看你要翻译的字幕中是否包...183.228* Posted at: 5 days ago -
#811 Invalid input features shape: expected an input with shape (1, 128, 3000), but got an input with shape (1, 80, 3000) ins...
💬 2[Last reply:5 days ago] ...27.186* Posted at: 5 days ago -
#810 err[msg]=Cannot find an appropriate cached snapshot folder for thespecified revision on the local disk and outgoing traf...
💬 1[Last reply:5 days ago] 这个问题是由于 pyVideoTrans 在尝试下载语音识别模型时,被配置为仅使用本地文件(local_files_only=True),但所需的模型文件在本地缓存中不存在,且网络访问被禁用导致的。 解决方法: 1. 启用在线下载(推荐): 在软件目录下找到并删除 hugging...64.64* Posted at: 5 days ago -
#809 RuntimeError: local variable 'raw_subtitles' referenced before assignment...
💬 1[Last reply:5 days ago] 这个错误是由于语音识别过程中出现了异常,导致变量 raw_subtitles 在赋值前就被引用。从错误日志可以看到,这发生在使用 faster-whisper 进行语音识别时,出现了 tenacity.RetryError 重试错误。 问题原因分析: 1. 语音识别服务(faster-...123.123* Posted at: 5 days ago -
#808 HTTPSConnectionPool(host='api.gladia.io', port=443): Max retries exceeded with url: /v2/upload (Caused by SSLError(SSLEO...
💬 1[Last reply:5 days ago] 根据您提供的错误信息,这是一个与 pyVideoTrans 软件相关的网络连接问题。错误表明软件在尝试连接 Gladia.io 的语音识别服务时遇到了 SSL 协议错误,导致连接失败。 问题分析: 错误类型:SSLEOFError 通常表示在 SSL/TLS 握手过程中发生了意外...123.123* Posted at: 5 days ago -
#807 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://openspeech.bytedance.com/api/v1/vc/submit...
💬 1[Last reply:5 days ago] 这个错误是由于字节火山语音识别API认证失败导致的401未授权错误。问题出现在您配置的字节火山API密钥或AppID不正确或已失效。 问题分析: 错误代码 401 Client Error: Unauthorized 表明API服务器拒绝了您的请求 从URL中可以看到您使用的...188.253* Posted at: 5 days ago -
#806 ...
💬 1[Last reply:5 days ago] 根据你提供的截图,这是一个典型的 faster-whisper 模型下载失败 问题。 问题原因: 由于众所周知的原因,国内用户默认从镜像站 https://hf-mirror.com 下载模型。最近该镜像站越来越不稳定,经常出现下载失败、连接超时或限流(429错误)。 解决方案(三选一...64.64* Posted at: 5 days ago -
#805 errlmsg]=Cannot find an appropriate cached snapshot folder for thespecified revision on the local disk and outgoing traf...
💬 1[Last reply:5 days ago] 这个错误是由于 pyVideoTrans 在尝试下载语音识别模型时,无法在本地找到缓存且被禁止在线下载导致的。具体来说,软件正在使用 faster-whisper 或 FunASR 等需要从 Hugging Face 或 ModelScope 下载模型的语音识别渠道,但当前设置被限制为...64.64* Posted at: 5 days ago -
#803 RuntimeError: NoneGEMINITTS...
💬 1[Last reply:5 days ago] 这个问题是由于在使用 Gemini TTS 进行语音合成时出现了错误。错误信息 "NoneGEMINITTS" 表明 Gemini TTS 服务返回了空响应或连接失败。 可能原因和解决方案: 1. Gemini API 密钥问题 请检查菜单 → TTS设置 → Gemini TT...91.149* Posted at: 5 days ago -
#802 中断的生成视频,怎么在缓存中继续加载...
💬 1[Last reply:5 days ago] 根据您的描述,您是想继续处理一个因故中断的视频翻译任务。pyVideoTrans 软件本身没有提供“从缓存中继续加载”或“断点续传”的功能。 当翻译任务中断后,通常需要重新开始整个流程。不过,您可以通过以下方法来节省时间,避免重复已经完成的工作步骤: 操作步骤 1. 定位已生成的文件...31.192* Posted at: 5 days ago -
#801 [WinError 10054] 远程主机强迫关闭了一个现有的连接。...
💬 2[Last reply:5 days ago] 中断的视频怎么接着生成...31.192* Posted at: 5 days ago
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.
Related resource
- Download win10/11 package
- Document
- My Posts
- GitHub repo
- Realtime STT
- Tools for download faster-whisper models
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 5 👁 488
-
翻译断句过长,全屏字幕问题... 💬 1 👁 329
-
语音转字幕问题... 💬 6 👁 241
-
助力项目持续维护... 💬 0 👁 227
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 195
-
识别语音设置怎么感觉没用啊... 💬 4 👁 184
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 181
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 177
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 172
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 167
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 159
-
声画不同步的问题... 💬 0 👁 155
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 152
-
('400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E5%91%83%2C%E5%85%B6%E5%AE%9E%E6%9C%AC%E6%... 💬 1 👁 150
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 150
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 147
-
target language... 💬 1 👁 137
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 132
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 130
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 125