-
#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:1 month ago] ...27.186* Posted at: 1 month ago -
#810 err[msg]=Cannot find an appropriate cached snapshot folder for thespecified revision on the local disk and outgoing traf...
💬 1[Last reply:1 month ago] 这个问题是由于 pyVideoTrans 在尝试下载语音识别模型时,被配置为仅使用本地文件(local_files_only=True),但所需的模型文件在本地缓存中不存在,且网络访问被禁用导致的。 解决方法: 1. 启用在线下载(推荐): 在软件目录下找到并删除 hugging...64.64* Posted at: 1 month ago -
#809 RuntimeError: local variable 'raw_subtitles' referenced before assignment...
💬 1[Last reply:1 month ago] 这个错误是由于语音识别过程中出现了异常,导致变量 raw_subtitles 在赋值前就被引用。从错误日志可以看到,这发生在使用 faster-whisper 进行语音识别时,出现了 tenacity.RetryError 重试错误。 问题原因分析: 1. 语音识别服务(faster-...123.123* Posted at: 1 month ago -
#808 HTTPSConnectionPool(host='api.gladia.io', port=443): Max retries exceeded with url: /v2/upload (Caused by SSLError(SSLEO...
💬 1[Last reply:1 month ago] 根据您提供的错误信息,这是一个与 pyVideoTrans 软件相关的网络连接问题。错误表明软件在尝试连接 Gladia.io 的语音识别服务时遇到了 SSL 协议错误,导致连接失败。 问题分析: 错误类型:SSLEOFError 通常表示在 SSL/TLS 握手过程中发生了意外...123.123* Posted at: 1 month ago -
#807 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://openspeech.bytedance.com/api/v1/vc/submit...
💬 1[Last reply:1 month ago] 这个错误是由于字节火山语音识别API认证失败导致的401未授权错误。问题出现在您配置的字节火山API密钥或AppID不正确或已失效。 问题分析: 错误代码 401 Client Error: Unauthorized 表明API服务器拒绝了您的请求 从URL中可以看到您使用的...188.253* Posted at: 1 month ago -
#805 errlmsg]=Cannot find an appropriate cached snapshot folder for thespecified revision on the local disk and outgoing traf...
💬 1[Last reply:1 month ago] 这个错误是由于 pyVideoTrans 在尝试下载语音识别模型时,无法在本地找到缓存且被禁止在线下载导致的。具体来说,软件正在使用 faster-whisper 或 FunASR 等需要从 Hugging Face 或 ModelScope 下载模型的语音识别渠道,但当前设置被限制为...64.64* Posted at: 1 month ago -
#803 RuntimeError: NoneGEMINITTS...
💬 1[Last reply:1 month ago] 这个问题是由于在使用 Gemini TTS 进行语音合成时出现了错误。错误信息 "NoneGEMINITTS" 表明 Gemini TTS 服务返回了空响应或连接失败。 可能原因和解决方案: 1. Gemini API 密钥问题 请检查菜单 → TTS设置 → Gemini TT...91.149* Posted at: 1 month ago -
#802 中断的生成视频,怎么在缓存中继续加载...
💬 1[Last reply:1 month ago] 根据您的描述,您是想继续处理一个因故中断的视频翻译任务。pyVideoTrans 软件本身没有提供“从缓存中继续加载”或“断点续传”的功能。 当翻译任务中断后,通常需要重新开始整个流程。不过,您可以通过以下方法来节省时间,避免重复已经完成的工作步骤: 操作步骤 1. 定位已生成的文件...31.192* Posted at: 1 month ago -
#801 [WinError 10054] 远程主机强迫关闭了一个现有的连接。...
💬 2[Last reply:1 month ago] 中断的视频怎么接着生成...31.192* Posted at: 1 month ago -
#800 OSError: [Errno 28] No space left on device...
💬 1[Last reply:1 month ago] 这个错误是由于磁盘空间不足导致的。当 pyVideoTrans 软件尝试创建临时文件或保存处理结果时,系统提示 "No space left on device"(设备上没有剩余空间)。 解决方案: 1. 清理磁盘空间: 检查您的系统盘(通常是 C 盘)和其他可能用于存储临时文件...223.73* Posted at: 1 month ago -
#799 Remote end closed connection without response...
💬 1[Last reply:1 month ago] 根据您提供的信息,这是一个在使用 pyVideoTrans 时遇到的网络连接问题,具体表现为 "Remote end closed connection without response"(远程服务器关闭了连接且无响应)。 问题分析: 这个错误通常发生在软件调用在线服务时(如语音识别、...103.81* Posted at: 1 month ago -
#798 recognition connection failed: [WinError 10061] 由于目标计算机积极拒绝,无法连接。...
💬 1[Last reply:1 month ago] 这个问题是因为 pyVideoTrans 软件无法连接到指定的语音识别服务。从错误信息 [WinError 10061] 由于目标计算机积极拒绝,无法连接 来看,软件尝试连接某个本地服务(很可能是 127.0.0.1:7860 或其他类似地址),但该服务没有成功启动或正在运行。 原因分...103.81* Posted at: 1 month ago -
#797 RuntimeError: [WinError 193] %1 不是有效的 Win32 应用程序。 Error loading...
💬 1[Last reply:1 month ago] 这是一个与 pyVideoTrans 软件直接相关的问题,错误发生在语音识别阶段,具体是 faster-whisper 本地模式加载 PyTorch 的动态链接库 shm.dll 时失败,提示“不是有效的 Win32 应用程序”。这通常意味着软件包内包含的 PyTorch 库与您的 W...202.162* Posted at: 1 month ago -
#796 Data processing error: CAS service error : ReqwestMiddleware Error: error sending request for url (https://transfer.xeth...
💬 1[Last reply:1 month ago] error is related to a network issue when downloading the faster-whisper model files from Hugging Face. The error indica...151.243* Posted at: 1 month ago -
#795 {'code': 1, 'msg': ' yue dont support language '}...
💬 1[Last reply:1 month ago] 这个问题是因为您选择的原始语言“粤语 (yue)”在您当前使用的语音识别或翻译渠道中不受支持。 原因分析: 在 pyVideoTrans 中,不同的语音识别和翻译渠道对语言的支持范围是不同的。您遇到的 yue dont support language 错误,通常发生在以下情况: 1....240e:379* Posted at: 1 month ago -
#793 本地tts模型需要训练模型吗?...
💬 1[Last reply:1 month ago] 关于在 pyVideoTrans 中使用 GPT-SoVITS 模型进行配音,以及您提出的训练问题,我来为您详细解答: 核心结论: pyVideoTrans 软件本身不包含 GPT-SoVITS 模型的训练功能。它只是一个调用端,通过 API 接口与您已经部署好的 GPT-SoVITS...114.254* Posted at: 1 month ago -
#792 同时配音字幕数 ,配音后暂停时间 结合本地TTS最佳设置,是否需要考虑并发?...
💬 1[Last reply:1 month ago] 在 pyVideoTrans v3.80 中使用 GPT-SoVITS(本地)模型进行配音时,可以通过以下方式设置相关参数: 设置位置: 进入软件菜单 → 工具/选项 → 高级选项 → 配音调整区域 具体参数说明: 同时配音字幕数:建议设置为 1-3 之间的数值。GPT-SoVI...114.254* Posted at: 1 month ago -
#791 使用本地配音模型tts时,如何设置 同时配音字幕数 ,配音后暂停时间 ?...
💬 2[Last reply:1 month ago] 使用本地配音模型tts时,如何设置 同时配音字幕数 ,配音后暂停时间 ?...114.254* Posted at: 1 month ago -
#778 怎样不显示 Loaded as API: http://127.0.0.1:7860/ ✔...
💬 5[Last reply:1 month ago] 感谢大佬 搞定...2409:8a55* Posted at: 1 month ago -
#772 AssertionError: paraformer-zh is not registered...
💬 3[Last reply:1 month ago] 澄清一下,源码部署可以改,exe运行的就别改了,源码好像被打包成dll了...35.77* Posted at: 1 month 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
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 9 👁 849
-
翻译断句过长,全屏字幕问题... 💬 3 👁 543
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 427
-
语音转字幕问题... 💬 6 👁 397
-
助力项目持续维护... 💬 0 👁 355
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 316
-
识别语音设置怎么感觉没用啊... 💬 4 👁 315
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 309
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 296
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 277
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 274
-
声画不同步的问题... 💬 0 👁 264
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 263
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 259
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 248
-
('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 👁 239
-
target language... 💬 1 👁 235
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 234
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 228
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 223