-
#800 OSError: [Errno 28] No space left on device...
💬 1[Last reply:5 days ago] 这个错误是由于磁盘空间不足导致的。当 pyVideoTrans 软件尝试创建临时文件或保存处理结果时,系统提示 "No space left on device"(设备上没有剩余空间)。 解决方案: 1. 清理磁盘空间: 检查您的系统盘(通常是 C 盘)和其他可能用于存储临时文件...223.73* Posted at: 5 days ago -
#799 Remote end closed connection without response...
💬 1[Last reply:5 days ago] 根据您提供的信息,这是一个在使用 pyVideoTrans 时遇到的网络连接问题,具体表现为 "Remote end closed connection without response"(远程服务器关闭了连接且无响应)。 问题分析: 这个错误通常发生在软件调用在线服务时(如语音识别、...103.81* Posted at: 5 days ago -
#798 recognition connection failed: [WinError 10061] 由于目标计算机积极拒绝,无法连接。...
💬 1[Last reply:5 days ago] 这个问题是因为 pyVideoTrans 软件无法连接到指定的语音识别服务。从错误信息 [WinError 10061] 由于目标计算机积极拒绝,无法连接 来看,软件尝试连接某个本地服务(很可能是 127.0.0.1:7860 或其他类似地址),但该服务没有成功启动或正在运行。 原因分...103.81* Posted at: 5 days ago -
#797 RuntimeError: [WinError 193] %1 不是有效的 Win32 应用程序。 Error loading...
💬 1[Last reply:5 days ago] 这是一个与 pyVideoTrans 软件直接相关的问题,错误发生在语音识别阶段,具体是 faster-whisper 本地模式加载 PyTorch 的动态链接库 shm.dll 时失败,提示“不是有效的 Win32 应用程序”。这通常意味着软件包内包含的 PyTorch 库与您的 W...202.162* Posted at: 5 days ago -
#796 Data processing error: CAS service error : ReqwestMiddleware Error: error sending request for url (https://transfer.xeth...
💬 1[Last reply:5 days ago] This error is related to a network issue when downloading the faster-whisper model files from Hugging Face. The error indica...151.243* Posted at: 5 days ago -
#795 {'code': 1, 'msg': ' yue dont support language '}...
💬 1[Last reply:6 days ago] 这个问题是因为您选择的原始语言“粤语 (yue)”在您当前使用的语音识别或翻译渠道中不受支持。 原因分析: 在 pyVideoTrans 中,不同的语音识别和翻译渠道对语言的支持范围是不同的。您遇到的 yue dont support language 错误,通常发生在以下情况: 1....240e:379* Posted at: 6 days ago -
#794 ModuleNotFoundError: No module named 'deepgram.clients'...
💬 1[Last reply:6 days ago] 这是一个与 pyVideoTrans 相关的依赖库缺失问题。错误信息显示缺少 deepgram.clients 模块,这通常发生在源码部署时依赖包未正确安装。 问题分析: 从错误堆栈可以看出,当尝试使用 F5TTS 语音合成功能时,系统无法导入 deepgram.clients 模块。...104.28* Posted at: 6 days ago -
#793 本地tts模型需要训练模型吗?...
💬 1[Last reply:6 days ago] 关于在 pyVideoTrans 中使用 GPT-SoVITS 模型进行配音,以及您提出的训练问题,我来为您详细解答: 核心结论: pyVideoTrans 软件本身不包含 GPT-SoVITS 模型的训练功能。它只是一个调用端,通过 API 接口与您已经部署好的 GPT-SoVITS...114.254* Posted at: 6 days ago -
#792 同时配音字幕数 ,配音后暂停时间 结合本地TTS最佳设置,是否需要考虑并发?...
💬 1[Last reply:6 days ago] 在 pyVideoTrans v3.80 中使用 GPT-SoVITS(本地)模型进行配音时,可以通过以下方式设置相关参数: 设置位置: 进入软件菜单 → 工具/选项 → 高级选项 → 配音调整区域 具体参数说明: 同时配音字幕数:建议设置为 1-3 之间的数值。GPT-SoVI...114.254* Posted at: 6 days ago -
#791 使用本地配音模型tts时,如何设置 同时配音字幕数 ,配音后暂停时间 ?...
💬 2[Last reply:6 days ago] 使用本地配音模型tts时,如何设置 同时配音字幕数 ,配音后暂停时间 ?...114.254* Posted at: 6 days ago -
#778 怎样不显示 Loaded as API: http://127.0.0.1:7860/ ✔...
💬 5[Last reply:6 days ago] 感谢大佬 搞定...2409:8a55* Posted at: 6 days ago -
#772 AssertionError: paraformer-zh is not registered...
💬 3[Last reply:6 days ago] 澄清一下,源码部署可以改,exe运行的就别改了,源码好像被打包成dll了...35.77* Posted at: 7 days ago -
#790 有时候会出现没有字幕的空字幕,会导致 本地配音模型GPT-SoVITS配音的字幕是空的而报错...
💬 2[Last reply:6 days ago] 根据您的描述,这通常是由于语音识别阶段生成的SRT字幕文件中存在只有时间轴但没有文本内容的空行导致的。 问题原因分析: 1. 语音识别过程中,某些片段可能被识别为静音或无法识别的内容,导致生成了空字幕行 2. 在字幕翻译阶段,如果某些行没有被正确处理,也可能产生空行 3. 当配音服务遇...114.254* Posted at: 6 days ago -
#784 翻译阶段不工作,测试API链接没问题...
💬 2[Last reply:6 days ago] 好了。是翻译频率的问题b( ̄▽ ̄)d...142.202* Posted at: 6 days ago -
#789 RuntimeError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:9233/ttsCosyVoice...
💬 1[Last reply:6 days ago] 这个问题是由于 CosyVoice 语音合成服务连接失败导致的。错误显示软件无法连接到本地部署的 CosyVoice TTS 服务(http://127.0.0.1:9233/ttsCosyVoice)。 解决方案: 1. 检查 CosyVoice 服务是否正常运行 确保你已经按...180.110* Posted at: 6 days ago -
#788 ModuleNotFoundError: No module named 'deepgram.clients.common'...
💬 1[Last reply:6 days ago] The error you're encountering is caused by a missing dependency in your pyVideoTrans installation. Specifically, the deepgra...188.253* Posted at: 6 days ago -
#787 请问官方列出的本地部署配音模型速度最快的是哪一个?...
💬 3[Last reply:6 days ago] 只是快没用 也要看效果 我觉得性价比比较高的是index tts 1.5...130.51* Posted at: 6 days ago -
#786 tdt 语音识别模型优化...
💬 1[Last reply:6 days ago] 感谢您分享关于使用 TDT (Parakeet-tdt) 语音识别模型优化英文识别效果的经验!您提出的通过二次分割和识别来优化长字幕的方法非常有价值,这确实能显著改善识别结果的可读性和准确性。 关于您的建议,以下是几点说明: 1. 分割优化逻辑:您提到的“对超过12秒的字幕根据标点符...119.125* Posted at: 6 days ago -
#785 Traceback (most recent call last): File "/home/xmai/Desktop/pyvideo/videotrans/util/TestSrtTrans.py", line 17, in run te...
💬 1[Last reply:6 days ago] 这是一个与 pyVideoTrans 相关的依赖库版本兼容性问题。错误信息显示 deepgram.clients.common 模块未找到,这通常是由于 deepgram 库版本过旧或安装不完整导致的。 问题原因: pyVideoTrans 使用了 deepgram 库进行语音识别,但...188.253* Posted at: 6 days ago -
#783 Traceback (most recent call last): File "/Users/xmai/Desktop/pyvideotrans-main/videotrans/util/TestSrtTrans.py", line 17...
💬 1[Last reply:6 days ago] 这个问题是由于 deepgram 模块版本不兼容导致的。错误信息显示无法找到 deepgram.clients.common.v1.errors 模块,这通常发生在使用较新版本的 deepgram 库时,而 pyVideoTrans 代码中引用的模块路径可能已过时。 解决方案: 1. ...188.253* Posted at: 6 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