-
#3681 RuntimeError: _process:Unable to allocate 1.38 GiB for an array with shape (1, 462395, 400) and data type float64...
💬 1[Last reply:14 days ago] 这是由于显存或内存不足导致的。错误信息显示尝试分配 1.38 GiB 的数组失败,通常是因为使用了大型语音识别模型(如 large-v3)处理长音频,而系统可用资源不足。解决方案:使用更小的模型:在语音识别渠道中,将模型从 large-v3 更换为 medium、small 或 base。large-v3 模型对显存和...36.152* Posted at: 14 days ago -
#3680 网络连接失败=system:Windows-10-10.0.19043-SP0version:v3.98frozen:Truelanguage:zhroot_dir:E:/1...
💬 1[Last reply:14 days ago] 这是由于网络连接问题导致的,特别是当使用需要访问外部API的服务(如在线翻译、语音识别或TTS)时,如果未正确配置代理或服务本身网络不稳定,就会出现此错误。解决方案:检查代理设置:如果您在中国大陆地区,使用 Google、OpenAI、Gemini 等国外服务需要配置网络代理。在主界面的“网络代理地址”文本框中,填入您...115.57* Posted at: 14 days ago -
#3679 不带字幕的中文视频翻译后怎么不要中文字幕,只保留翻译后的英文字幕...
💬 1[Last reply:14 days ago] 这是因为你在“嵌入字幕”选项中选择了“嵌入硬字幕(双)”,这会在视频中同时嵌入原始语言(中文)和目标语言(英文)的字幕。要只保留翻译后的英文字幕,请按以下步骤操作:在“嵌入字幕”选项中,不要选择带有“(双)”的选项。选择“嵌入硬字幕”或“嵌入软字幕”。确保“目标语言”已设置为“英语”。这样,软件在生成最终视频时,就只会...223.91* Posted at: 14 days ago -
#3678 TaskCfgVTT(is_cuda=True, uuid='8c385db891', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/10196/8c385db891', target_di...
💬 1[Last reply:14 days ago] 这是由于文件路径过长或包含特殊字符导致最终合成时无法找到文件。从错误信息 FileNotFoundError: [Errno 2] No such file or directory: 'D:/需要翻译的视频/Dom scalp 合集/Futex(重要)/Futex 官网/_video_out/How Pro...221.7* Posted at: 14 days ago -
#3677 CUDA error: the launch timed out and was terminated CUDA kernel errors might be asynchronously reported at some other AP...
💬 1[Last reply:14 days ago] 这是由于CUDA内核执行超时导致的,通常与显卡驱动、CUDA版本不兼容或显存不足有关。解决方案:更新显卡驱动:前往NVIDIA官网下载并安装最新版本的显卡驱动程序。检查CUDA版本:pyVideoTrans内置支持CUDA 12.8。请确保您的CUDA版本为12.8,并安装了匹配的cuDNN(版本9.11及以上)。在C...103.196* Posted at: 14 days ago -
#3674 怎么让两句配音中间有所间隔...
💬 4[Last reply:14 days ago] 这是由于“移除配音前后静音缓冲”功能默认开启,移除了配音片段前后的静音间隔导致的。进入“菜单 -> 工具 -> 高级选项 -> 字幕配音调整”。找到“移除配音前后静音缓冲”选项,取消其勾选状态。默认是选中的,取消选中后,软件将保留每条字幕配音前后的静音缓冲,从而使两句配音之间产生间隔。...218.252* Posted at: 14 days ago -
#3676 Loading Text2Semantic weights from GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s1bert25hz-5kh-longer-epoch=12-st...
💬 1[Last reply:14 days ago] 这是由于 GPT-SoVITS API 服务在处理请求时返回了 400 Bad Request 错误。这通常意味着请求参数不符合服务端要求,尤其是在使用“克隆”角色进行配音时,参考音频的时长可能不在 3-10 秒的推荐范围内。解决方案:检查参考音频时长:确保用于克隆的原始视频片段(即字幕对应的语音片段)时长在 3-10...89.185* Posted at: 14 days ago -
#3675 RuntimeError: {'message': 'tts failed', 'Exception': 'pei.wav not exists'}...
💬 1[Last reply:14 days ago] 这是由于配音过程中生成的音频文件缺失导致的。检查配音渠道的配置和连接状态。如果使用的是本地 TTS 服务(如 F5-TTS、CosyVoice、GPT-SoVITS),请确保对应的外部 API 服务已正确启动且运行正常。检查网络连接。如果使用的是在线 TTS 服务(如 Edge-TTS),网络波动可能导致文件生成失败。...89.185* Posted at: 14 days ago -
#3673 videotrans.configure._except.TranslateSrtError: HTTPSConnectionPool(host='translate.google.com', port=443): Max retries ...
💬 1[Last reply:14 days ago] 这是由于网络连接问题,导致无法访问 Google 翻译服务。错误信息显示 Connection to translate.google.com timed out,这表明软件尝试连接 Google 翻译的服务器时超时失败。在中国大陆地区,Google 服务通常无法直接访问。解决方案:配置网络代理:如果你有可用的代理服务...2408:8966* Posted at: 14 days ago -
#3672 TaskCfgSTT(is_cuda=True, uuid='a4f6bf975a', cache_folder='D:/video/win-pyvideotrans-v3.98-312/tmp/33160/a4f6bf975a', tar...
💬 1[Last reply:14 days ago] 这是由于内存或显存不足导致子进程崩溃。错误信息明确指出“可能内存或显存不足”,且使用了 openai-whisper(本地) 的 tiny 模型,虽然 tiny 模型较小,但在处理较长视频或并发任务时仍可能耗尽资源。解决方案:降低资源消耗:在“语音识别”阶段,尝试将模型从 tiny 更换为更小的 distil 系列模型...185.241* Posted at: 14 days ago -
#3671 RuntimeError: {'message': 'prompt_lang: zh。 is not supported in version v2'}...
💬 1[Last reply:14 days ago] 这是由于使用了不支持的语言代码格式的 F5-TTS v2 版本导致的。检查并更新你的 F5-TTS 服务到最新版本。F5-TTS v2 版本可能不支持 zh。 这样的语言代码格式。在 pyVideoTrans 中配置 F5-TTS 时,确保 API 地址指向正确的服务版本。如果问题依旧,请尝试回退到 F5-TTS v1...123.52* Posted at: 14 days ago -
#3670 该声音无法试用,请更换其他声音...
💬 1[Last reply:14 days ago] 这是由于 Edge-TTS 渠道的某些配音角色在当前区域或网络环境下不可用导致的。更换配音角色:在“配音角色”下拉列表中,尝试选择其他角色进行试听和配音。调整配音渠道:如果所有 Edge-TTS 角色均不可用,可考虑切换到其他配音渠道,例如:免费渠道:Qwen-TTS(本地)、F5-TTS(本地)、GPT-SoVITS...23.146* Posted at: 14 days ago -
#3669 连接 GPT_SoVITS API 报错...
💬 3[Last reply:14 days ago] 这是由于 GPT-SoVITS API 服务端版本较新,不支持 --precision fp32 参数导致的。解决方案:检查你的 GPT-SoVITS 项目版本。对于较新的版本(如 v1.1.1 或更高),启动 API 服务时,请使用 --precision full 参数来强制使用全精度模式,或者尝试移除所有精度相关...112.64* Posted at: 14 days ago -
#3668 配音失败,请检查网络或代理设置:403, message='Invalid response status',url='wss://speech.platform.bing.com/consumer/speech/synthesize/re...
💬 6[Last reply:14 days ago] 如果没有EdgeTTS配音渠道配音并发数, 请检查是否是 v3.98 版本...59.51* Posted at: 15 days ago -
#3667 试听豆包语音合成模型2.0角色时发生错误...
💬 1[Last reply:15 days ago] 这是由于豆包语音合成模型2.0的API密钥(appid和access token)配置不正确或未配置导致的。解决方案:打开pyVideoTrans软件,点击顶部菜单栏的“菜单”。选择“翻译设置”。在弹出的设置窗口中,找到并点击“豆包语音合成2.0”标签页。在该页面中,正确填写你的“App ID”和“Access Tok...111.43* Posted at: 15 days ago -
#3666 TaskCfgVTT(is_cuda=False, uuid='00fcfaea95', cache_folder='/Users/mac/pyvideotrans/tmp/51436/00fcfaea95', target_dir='/U...
💬 1[Last reply:15 days ago] 错误核心原因是 FFmpeg 在嵌入字幕时找不到指定的字幕过滤器,导致最终合成视频失败。具体报错信息为 Filter not found,这通常与字幕文件路径或格式有关。解决方案:检查并简化文件路径:从日志中可见,你的视频文件、输出文件夹及临时文件夹路径均包含极长的中文名称和特殊符号(如破折号)。这可能导致 FFmpe...104.238* Posted at: 15 days ago -
#3665 TaskCfgSTT(is_cuda=True, uuid='fc629d8f91', cache_folder='/media/charlie/Tub8/Vids/pyvideotrans/tmp/150132/fc629d8f91', ...
💬 1[Last reply:15 days ago] The error occurs because the required Python module qwen_asr is not installed in your environment.To resolve this, you need to install the qwen_asr package. Sin...104.234* Posted at: 15 days ago -
#3664 TaskCfgSTT(is_cuda=True, uuid='a12b026d21', cache_folder='/media/charlie/Tub8/Vids/pyvideotrans/tmp/149271/a12b026d21', ...
💬 1[Last reply:15 days ago] The error is caused by the missing qwen_asr Python module required for the Qwen-ASR (Local) speech recognition channel.To resolve this, you need to install the ...104.234* Posted at: 15 days ago -
#3663 TaskCfgSTT(is_cuda=True, uuid='85dcbee4ea', cache_folder='/media/charlie/Tub8/Vids/pyvideotrans/tmp/40291/85dcbee4ea', t...
💬 1[Last reply:15 days ago] The error is caused by a missing system library (libc++.so.1) required by the ten-vad VAD (Voice Activity Detection) module on your Linux system.Solution:Instal...104.234* Posted at: 15 days ago -
#3662 System Error (5): Input/output error...
💬 1[Last reply:15 days ago] This error is typically caused by a file path or file system permission issue on macOS, often related to the software's installation directory or the location o...36.249* Posted at: 15 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.