-
#6840 API key ID used as API key - only valid API keys can be used. API keys start with 'sk_' and are shown when the key is created or rotated.:{'text': 'Hello, my dear friend. I hope yo...
💬 1[Last reply:34 minutes ago] 该报错直接表明您填入的 ElevenLabs 密钥是 API Key ID(仅用于标识),而不是真正的 API Key。ElevenLabs 有效密钥必须以 sk_ 开头。解决方法:登录 ElevenLabs 官网,进入 Profile Settings → API Keys。点击 Generate API Key 重新生成,复制以 sk_ 开头的完整密钥(不要只复制 Key ID)。在 pyVi...240e:**:ae7d Posted at: 34 minutes ago -
#6836 Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory E:/自动翻译/win-pyvideotrans-v4.10/models/models--Qwen-...
💬 7[Last reply:1 hour ago] 是的,你添加自定义参考音频后,该音频就会作为一个配音角色出现在“配音角色”下拉框中。只要你在下拉框里选中它,后续所有字幕的配音都会使用这个音频里的音色进行克隆生成,而不是原视频的音色。如果你想要不同字幕行使用不同音色,可以在“单视频交互模式”的“配音分配窗口”中,为每一行单独指定角色。注意:你的自定义参考音频必须是 3-10 秒的清晰单一人声 WAV 文件,且已经放到软件目录的 f5-tts 文件...9.142.**2 Posted at: 2 hours ago -
#6839 当前语言不支持试听=system:Windows-10-10.0.26200-SP0version:v4.09frozen:Truelanguage:zhroot_dir:D:/程序软件/ruanjianxiazaibao/pyvidiot......
💬 1[Last reply:1 hour ago] 该报错是因为当前选择的配音角色(音色)不支持你设定的发音语言或目标语言。不同TTS渠道对支持的语言范围有限制,例如F5-TTS、Piper、VITS等只支持部分语种;而Edge-TTS、OmniVoice等则支持全部内置语言。解决步骤:确认你当前选择的“发音语言”和“目标语言”是什么。在配音渠道中改用支持该语言的渠道,或在该渠道下更换一个支持对应语言的配音角色。如果已使用Edge-TTS(默认推荐...191.101.**6 Posted at: 1 hour ago -
#6838 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'rate': '+0%', 'role': 'Yunyang(Male/CN)', 'filename': 'C:\\Users\\13176\\AppData\\Local\\Temp/pyvideot...
💬 1[Last reply:1 hour ago] 核心原因:软件正在通过代理 127.0.0.1:19828 访问 Edge-TTS 服务,但该代理端口不存在或代理软件未启动,导致连接被拒绝(Errno 10061)。解决方案关闭代理打开软件菜单 设置 → 网络代理(或主界面底部代理文本框),清空代理地址内容,点击保存。若无需使用代理,直接留空即可。强制 Edge-TTS 绕过代理在软件根目录(sp.exe所在文件夹)新建一个空文件,命名为 ed...2408:**:bc90 Posted at: 1 hour ago -
#6837 Video file selection required...
💬 1[Last reply:2 hours ago] This error means you tried to start a task without selecting any video or audio file first.To fix it:Click the "Select audio or video" button in the top-left corner of the main interface.Choose the vi...85.55.**6 Posted at: 2 hours ago -
#6835 Video file selection required...
💬 1[Last reply:3 hours ago] This error occurs because no video or audio file was selected before starting a translation task. In pyVideoTrans, the source file is a mandatory input for the 视频翻译 (Video Translation) workflow, and t...2401:**:3679 Posted at: 3 hours ago -
#6834 Video file selection required...
💬 1[Last reply:3 hours ago] This error occurs because the "Start Execution" action was triggered without selecting a valid audio/video file in the main interface (or without providing the --name parameter in CLI mode).Solutions:...2401:**:3679 Posted at: 3 hours ago -
#6833 During handling of the above exception, another exception occurred:Traceback (most recent call last): File "videotrans\......
💬 19[Last reply:4 hours ago] 你是对的,日志中的“返回识别结果”可能来自之前任务缓存的中间文件,导致当前任务卡住。要删除缓存,请按以下步骤操作:停止当前任务,然后关闭软件。进入软件根目录(即 sp.exe 所在文件夹),打开 tmp/ 文件夹,删除里面的所有内容,尤其是 translate_cache 文件夹下的缓存文件。也可以在软件主界面勾选“清理已生成”后重新执行,这样会清除上次生成的中间字幕、音频等文件。如果你是在“翻译...203.10.**4 Posted at: 4 hours ago -
#6832 No such file or directory:...
💬 1[Last reply:4 hours ago] 这是 Confucius4-TTS 内置配音渠道的模型文件未正确完整下载导致的。缺少 t2s_model.safetensors 文件,自动下载可能因网络问题失败或只下载了一部分文件。请按以下步骤手动补全模型:打开模型下载地址:https://huggingface.co/netease-youdao/Confucius4-TTS/tree/main下载该页面下的所有文件(包括 t2s_model...9.142.**2 Posted at: 4 hours ago -
#6831 The API key you used is missing the permission text_to_speech to execute this operation.:{'text': 'hello,my friend', 'role': 'Roger - Laid-Back Casual Resonant', 'filename': 'D:/程序...
💬 1[Last reply:5 hours ago] 错误原因:你的 ElevenLabs API Key 缺少 text_to_speech(文本转语音)权限,即该密钥无权调用 TTS 接口。ElevenLabs 服务端返回 401 认证错误。解决步骤:登录 ElevenLabs 官网,检查当前 API Key 是否有效且未被删除。核对是否为直接在软件「菜单 → 翻译设置 / TTS 设置 → ElevenLabs」中粘贴了正确的 API Key(...191.101.**6 Posted at: 5 hours ago -
#6830 字幕长度为0,无法继续配音Traceback (most recent call last):...
💬 1[Last reply:5 hours ago] 核心原因:在配音阶段,某条待配音字幕的文本为空(长度为0)。通常由翻译渠道返回了空行或未返回有效文本导致,常见于使用“兼容AI/本地模型”并勾选“发送完整字幕”时,AI模型未按格式返回或合并了字幕行。解决方法:取消勾选主界面的“发送完整字幕”,强制逐行提交翻译,避免AI合并行导致空行。进入 菜单 → 工具 → 高级选项 → 字幕翻译调整,将“AI翻译渠道每批字幕行数”和“传统翻译渠道每批字幕行数”...117.50.**8 Posted at: 5 hours ago -
#6829 size= 65024KiB time=01:11:56.90 bitrate= 123.4kbits/s speed=40.1x size= 65792KiB time=01:12:32.96 bitrate= 123.8kbits/s speed=40.2x size= 66304KiB time=01:13:03.89 bi...
💬 1[Last reply:5 hours ago] 你提供的是处理到最后“视频合成/嵌入”阶段时 FFmpeg 的输出日志,显示该阶段正在正常进行:speed=40.6x 表示编码速度约为实时的 40 倍,处理速度很快,并非卡死;bitrate=124.1kbits/s 表示当前输出视频码率,码率高低取决于原视频复杂度和高级选项中的“视频输出质量控制/压缩率”设置;此阶段通常为最后一步,结束后成品视频会保存到输出目录。目前从这段日志看不出有报错或异...62.164.**0 Posted at: 5 hours ago -
#6817 配音阶段出错 [Higgs-audio-v3(内置)] Subprocess Error: No such file or directory:...
💬 1[Last reply:7 hours ago] 该错误由 Higgs-audio-v3 模型文件缺失 导致:程序在指定路径 D:/TTS/win-pyvideotrans-v4.10/models/models--multimodalart--higgs-audio-v3-tts-4b-transformers/ 下找不到 model.safetensors 文件。解决方案检查模型目录是否完整 进入 D:/TTS/win-pyvideotra...104.28.**1 Posted at: 1 day ago -
#6828 Reference audio is empty after silence removal. Try setting preprocess_prompt=False.,Traceback (most recent call last): File...
💬 1[Last reply:8 hours ago] 这是 OmniVoice 在克隆音色时,从原视频截取的参考音频(依据字幕时间轴截取的片段)在去除静音后没有有效人声导致的。常见原因是截取的音频过短、静音过多或根本没有说话声。建议按顺序尝试以下方案:优化语音识别参数 进入 菜单 → 工具 → 高级选项 → 语音识别参数:将「最长语音持续秒数」设为 6-10将「最短语音持续毫秒」设为 3000-4000勾选「合并过短字幕到邻近」勾选「Whisper...95.40.**1 Posted at: 8 hours ago -
#6827 预处理阶段出错 opening output file D:/BaiduNetdiskDownload/pyVideoTrans/win-pyvideotrans-v4.07/tmp/10780/5b4b59212e/200.Creating or Extracting Rhythm or Groove in Rapid Composer-178752029...
💬 1[Last reply:14 hours ago] 预处理阶段因 ffmpeg 无法创建临时 WAV 输出文件失败,根本原因是视频文件名/路径中包含空格、点号等特殊字符,且软件位于百度网盘下载目录,导致 ffmpeg 在 Windows 下解析输出路径时出现 Invalid argument 错误。请按以下步骤操作:将视频文件重命名为纯英文数字(如 video.mp4),并移动到浅层目录(如 D:/video/video.mp4),不要保留原有含空...125.67.**8 Posted at: 14 hours ago -
#6826 Unable to open file 'model.bin' in model 'C:/Users/iyasi/OneDrive/Documents/Project/win-PatchUpdate-v4.10/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (m...
💬 1[Last reply:15 hours ago] This error occurs because the model files for faster-whisper large-v3-turbo are missing or corrupted in the folder models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo. The file model.bin cann...103.242.**9 Posted at: 15 hours ago -
#6825 ...
💬 1[Last reply:19 hours ago] 暂无法确定具体原因。您提交的图片内容无法在此解析,请补充以下信息以便准确排查:软件左上角显示的版本号数字(如 v4.11/v4.09)报错时使用的功能(如“翻译视频/文字配音/语音转录”)报错发生时的完整操作步骤软件安装目录下 logs/ 文件夹中最新日志文件(按日期命名,如 20250622.log),复制其中底部约30行报错信息请查阅相关文档:常见问题FAQ如何查看日志...39.144.**5 Posted at: 19 hours ago -
#6824 翻译字幕阶段出错:[Google(免费)] 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/auth:Traceback (most recent call last):...
💬 1[Last reply:20 hours ago] 这是微软免费翻译接口已停止服务导致的,且您当前使用的 v3.84 版本较旧。当您选用 Google 翻译失败时,软件会自动回退到微软翻译重试,微软接口已失效,于是报 404 错误。解决方案升级软件:下载并覆盖安装最新版(v4.11)完整包或补丁包,新版已更换为新的翻译接口。下载地址:软件下载更换翻译渠道:若暂时不想升级,建议改用其他翻译渠道,如:DeepSeek:AI大模型翻译,质量高,价格低,需...154.16.**0 Posted at: 20 hours ago -
#6823 预处理阶段出错 opening output file D:/BaiduNetdiskDownload/pyVideoTrans/win-pyvideotrans-v4.07/tmp/10780/7dbba1edc7/200.Creating or Extracting Rhythm or Groove in Rapid Composer.f399-1787...
💬 1[Last reply:21 hours ago] 此错误是由于视频文件名过长且包含多个点号(.)和空格,导致 FFmpeg 在创建临时输出的 WAV 文件时,Windows 文件系统返回了 Invalid argument 参数错误。同时,文件位于百度网盘同步文件夹内,云同步客户端可能也会锁定文件导致写入失败。请按以下步骤解决:重命名视频文件:将 200.Creating or Extracting Rhythm or Groove in Rap...125.67.**8 Posted at: 21 hours ago -
#6822 配音全部失败 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']Traceback (most recent call last):...
💬 1[Last reply:22 hours ago] 该报错源于 Index-TTS 开源库内部的多语言界面字符翻译不一致导致的校验 Bug。你的软件端发送的选项 'Same as the voice reference' 无法匹配 Index-TTS 本地服务端返回的选项列表(中文选项),因此校验失败。解决方法打开你本地部署的 Index-TTS 项目根目录下的 webui.py 文件。全局搜索字符串 i18n("与音...103.227.**3 Posted at: 22 hours 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.