-
#6069 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:{'text': '你好啊我的朋友,希望你今天开心!', 'role': 'zh_female_cn.w...
💬 1[Last reply:1 month ago] 这是 index-tts 开源库内部多语言翻译不一致导致的校验 Bug。index-tts 的 webui.py 中某个下拉选项被翻译成了中文,而内部传递的值却是英文 "Same as the voice reference",造成选项不匹配。解决办法:找到你本地部署的 index-tts 项目根目录下的 webui.py 文件。在该文件中全局搜索字符串 i18n("...171.217.**2 Posted at: 1 month ago -
#6068 Error embedding final dubselecting an encoder opening output file laste_target.mp4. opening output files: Encoder not foundTraceback (most recent call last):...
💬 1[Last reply:1 month ago] This error is caused by FFmpeg failing to find the libx264 encoder during the final video assembly step. The command uses -c:v libx264, but your current FFmpeg installation either lacks this encoder o...171.252.**0 Posted at: 1 month ago -
#6067 预处理阶段出错 opening output file C:/Users/q7313/Desktop/win-pyvideotrans-v4.07/tmp/9572/73b712e061/7-1784911305.2007444.wav. opening output files: Invalid argumentTraceback (most recent...
💬 1[Last reply:1 month ago] 这是由于FFmpeg在预处理阶段无法创建临时输出文件导致的,常见原因包括:软件被安装在系统盘(C盘)的桌面路径,导致权限不足或被杀毒软件拦截;或者临时目录存在字符兼容性问题。解决办法:将整个软件文件夹移动到非系统盘,例如 D:\pyVideoTrans(路径必须仅包含英文字母、数字,不能有中文、空格或特殊符号)。关闭杀毒软件(包括 Windows Defender),或将 D:\pyVideoTr...45.137.**4 Posted at: 1 month ago -
#6066 预处理阶段出错 opening output file C:/Users/q7313/Desktop/win-pyvideotrans-v4.07/tmp/9572/2b2d1b48c2/7376509629313977607-1784911050.0261784.wav. opening output files: Invalid argumentTrac...
💬 1[Last reply:1 month ago] 这是由FFmpeg无法写入临时输出文件导致的,常见原因包括:磁盘空间不足、输出路径存在权限限制、或临时文件夹被占用。解决办法:检查磁盘空间:确保软件所在盘(这里是C盘)有足够的可用空间(至少10GB以上)。移动视频文件和软件:将原始视频文件从一个很长的目录路径(如C:/Users/q7313/Downloads/7376509629313977607/)移动到简单的英文目录,比如D:/1.mp4;...45.137.**4 Posted at: 1 month ago -
#6065 Cannot find a function with `api_name`: /generate.:{'text': '你好啊我的朋友,希望你今天开心!', 'role': 'cosy.wav', 'filename': 'H:/pyvideotrans/tmp/30284/1784910492.8025858-14.wav', 'tts_type': 1...
💬 1[Last reply:1 month ago] 这是由于 CosyVoice 服务的 API 地址或部署方式配置错误导致的——软件尝试调用 /generate 端点,但服务端未提供该函数。解决方案:确认 CosyVoice 服务已启动,并且部署的是 API 模式(非 Gradio WebUI 模式)。推荐使用官方 api.py 启动(例如 python api.py),默认端口为 8000。若使用 WebUI 模式(如 webui.py),缺少...240e:**:5589 Posted at: 1 month ago -
#6064 voxcpmtts 该渠道需另行部署并启动后可用self.api_url='http://127.0.0.1:9000'...
💬 1[Last reply:1 month ago] 这个错误表明您需要自行部署并启动 VoxCPM-TTS 服务,但软件无法连接到 http://127.0.0.1:9000。请按以下步骤操作:检查服务是否已启动:确认您已下载并运行了 VoxCPM-TTS 的 API 服务(通常是启动一个 Python 脚本或可执行程序)。默认 API 地址为 http://127.0.0.1:9000。核对端口:如果您部署时使用了其他端口,请在软件的 TTS 设...240e:**:5589 Posted at: 1 month ago -
#6063 预处理阶段出错 opening output file C:/Users/q7313/Desktop/win-pyvideotrans-v4.03-0626/tmp/8472/2b2d1b48c2/7376509629313977607-1784907022.6723003.wav. opening output files: Invalid argumen...
💬 1[Last reply:1 month ago] 预处理阶段 FFmpeg 输出文件写入失败,根本原因是 FFmpeg 无法在临时目录中创建或写入 WAV 文件,错误代码 4294967274 表示系统调用返回无效参数。这可能由以下原因导致:临时目录不存在:软件未成功创建 tmp/8472/2b2d1b48c2/ 子文件夹,或该目录因权限/杀毒软件拦截而无法创建。路径含特殊字符:虽然日志中路径看似正常,但 Desktop 路径也可能被某些系统策略...2406:**:25f3 Posted at: 1 month ago -
#6062 预处理阶段出错 opening output file C:/Users/q7313/Desktop/win-pyvideotrans-v4.03-0626/tmp/9524/2b2d1b48c2/7376509629313977607-1784906362.3813252.wav. opening output files: Invalid argumen...
💬 1[Last reply:1 month ago] ffmpeg 返回 Invalid argument 错误,通常由以下原因之一导致:输出文件的目录未创建或不可写、文件名包含无效字符、磁盘空间不足,或文件路径位于系统盘(C 盘)且被权限限制。解决方法:将软件移至非系统盘英文目录:解压到 D:\pyVideoTrans 或类似路径,避免使用 Desktop 等系统文件夹,然后重新启动软件后重试。清理临时目录:手动删除 软件目录/tmp/ 文件夹下的...2406:**:25f3 Posted at: 1 month ago -
#6061 headers: {'date': 'Fri, 24 Jul 2026 15:02:49 GMT', 'server': 'uvicorn', 'content-length': '203', 'content-type': 'application/json', 'vary': 'Accept-Language', 'access-control-allo...
💬 1[Last reply:1 month ago] ElevenLabs 返回 404 voice_not_found,说明你选择的配音角色 Roger - Laid-Back Casual Resonant 对应的 voice_id aH8aDJUyRBeSz2I8CM9R 在你的 ElevenLabs 账户中不存在。解决方法:登录 ElevenLabs 官网,进入 VoiceLab 页面,确认你账户下可用的音色列表。在 pyVideoTrans...113.132.**9 Posted at: 1 month ago -
#6060 {"detail":"Not Found"}self.api_url='http://127.0.0.1:9874/tts':{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'rate': '+0%', 'ro......
💬 1[Last reply:1 month ago] {"detail":"Not Found"} 表明本地 TTS 服务(例如 CosyVoice 或 GPT-SoVITS)收到了请求,但无法识别 /tts 路径。常见原因:服务未正确启动:请确认本地 TTS 服务已启动且运行正常,端口 9874 必须开放。API 地址错误:检查 菜单 → TTS 设置 中对应渠道的 API 地址。CosyVoice 默认 A...240e:**:5589 Posted at: 1 month ago -
#6059 {"detail":"Not Found"}self.api_url='http://127.0.0.1:9874/tts':{'text': '你好啊我的朋友', 'role': 'cosy.wav', 'filename': 'H:/p......
💬 1[Last reply:1 month ago] 该错误是因为 GPT-SoVITS 的 API 地址 http://127.0.0.1:9874/tts 返回 404,即服务未正确响应 /tts 端点。根本原因通常有以下两种,请逐一排查:API 版本不匹配: 如果你启动 GPT-SoVITS 时使用的是 api_v2.py(新版 API),则软件中必须同步勾选 api_v2? 选项;如果启动的是旧版 api.py,则必须取消该勾选。请检查设置...240e:**:5589 Posted at: 1 month ago -
#6058 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制', '使用情感描述文本控制']:{'text': '你好啊我的朋友,希望你今天开心!', 'role': '...
💬 1[Last reply:1 month ago] 这是由于 index-tts 开源库内部多语言界面字符串翻译不一致导致的校验 Bug。解决方案:打开你本地部署的 index-tts 项目根目录下的 webui.py 文件。全局搜索字符串 i18n("与音色参考音频相同")。将其直接替换为英文:Same as the voice reference。保存文件并重启 index-tts 服务,即可恢复正常。请查阅相关文档:F5/...240e:**:5589 Posted at: 1 month ago -
#6057 {'detail': 'Not Found'}self.api_url='http://localhost:9874':...
💬 1[Last reply:1 month ago] 这是因为 ChatTTS 本地服务未正确启动或 API 地址不匹配导致的。你填写的 API 地址 http://localhost:9874 返回了 404 错误,表示该路径下没有对应的接口。请按以下步骤排查:确认 ChatTTS 服务已启动:使用命令行运行 python webui.py 或 api.py(取决于你部署的版本),确保终端没有报错,并显示服务已启动在 localhost:9874。...240e:**:5589 Posted at: 1 month ago -
#6056 翻译字幕阶段出错 [DeepSeek] 网络连接失败Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 网络连接失败的原因是代理地址格式错误。日志显示代理解析为 '5188;https=127.0.0.1:5188;socks=127.0.0.1:5180',这明显不是正确的代理 URL 格式。请按以下步骤操作:打开软件主界面,找到「网络代理」输入框(位于配音角色右侧)。如果不需要代理,请完全清空该输入框。如果需要代理,请填入正确格式,例如:http://127.0.0.1:51...240e:**:2824 Posted at: 1 month ago -
#6055 indextts 该渠道需另行部署并启动后可用self.api_url='http://localhost:7860//gen_single'...
💬 1[Last reply:1 month ago] 该错误是因为 Index-TTS 服务未正确部署或 API 地址配置有误。日志显示软件尝试连接 http://localhost:7860//gen_single,但无法获取配置,表明该服务未运行或路径错误。解决方法:确保 Index-TTS 服务已成功启动。Index-TTS 是本地 API 渠道,需自行部署并启动(通常运行在 127.0.0.1:7860 端口)。检查 菜单 → TTS设置 →...240e:**:5589 Posted at: 1 month ago -
#6054 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制', '使用情感描述文本控制']:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是由于 index-tts 开源库内部多语言界面字符翻译不一致引发的校验 Bug。解决方案:找到您本地部署的 index-tts 项目根目录下的 webui.py 文件。全局搜索字符串 i18n("与音色参考音频相同"),将其替换为英文:Same as the voice reference。保存文件,重启 index-tts 服务后重试。...240e:**:5589 Posted at: 1 month ago -
#6053 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制', '使用情感描述文本控制']:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 该报错是 index-tts 服务端内部的多语言翻译不一致导致的 Bug:服务端期望的是中文选项(如"与音色参考音频相同"),但软件传入了英文选项 "Same as the voice reference",导致校验失败。解决方法:修改 index-tts 服务端文件:找到你本地部署的 index-tts 项目根目录下的 webui.py 文件,打开后全局搜索字符串 i18n("与音色参...5.34.**8 Posted at: 1 month ago -
#6052 连接被重置,网络可能不稳定Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是网络连接不稳定导致的,微软翻译服务器主动中断了 SSL 握手,通常发生在从中国大陆直接访问其海外服务器时。解决方案:检查网络稳定性:确认当前网络可以正常访问 api.microsofttranslator.com。尝试在浏览器中打开该地址看是否超时。配置代理:如果你使用VPN/代理,请在软件主界面的“网络代理”框中填写正确的代理地址(如 http://127.0.0.1:7890 或 sock...119.136.**3 Posted at: 1 month ago -
#6051 [Errno 2] No such file or directory: 'D:\\tmp\\faster-20260724-15_58_18.srt':Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 这是由于软件运行时尝试将语音识别结果写入 D:\tmp 目录,但该目录不存在或当前用户无写入权限导致的。常见于系统临时文件夹被手动清理、权限限制或磁盘空间不足。解决方法:手动创建 D:\tmp 文件夹(如果不存在)。右键该文件夹 → 属性 → 安全 → 确保当前用户拥有“完全控制”权限。重启软件后重试。如果仍有问题,将软件解压到纯英文路径(如 D:\pyVideoTrans),临时目录会自动重建。...122.192.**0 Posted at: 1 month ago -
#6050 为什么在运行本地TTS配音时,GPU利用率是0,纯粹是cpu在工作?...
💬 1[Last reply:1 month ago] 这是由于未启用CUDA加速或CUDA环境配置不正确导致的。本地TTS模型(如Qwen-TTS、F5-TTS)默认使用CPU,需你主动开启GPU加速才能调用NVIDIA显卡。解决方法:确认硬件与驱动:确保你有NVIDIA显卡,并已安装CUDA 12.8+及cuDNN 9.11+(可通过nvcc -V和nvidia-smi验证)。勾选CUDA加速:在主界面「翻译视频或音频」底部勾选「CUDA加速」复选...2408:**:5fea 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.