-
#6846 Unable to open file 'model.bin' in model 'C:/Users/JAIVA/Downloads/win-pyvideotrans-v4.10/models/models--Systran--faster-whisper-large-v3',Traceback (most recent call last): File...
💬 1[Last reply:1 hour ago] The root cause is that the faster-whisper large-v3 model at C:/Users/JAIVA/Downloads/win-pyvideotrans-v4.10/models/models--Systran--faster-whisper-large-v3 is incomplete or corrupted. The model.bin fi...2401:**:8f96 Posted at: 1 hour ago -
#6845 语音识别阶段出错 [faster-whisper(本地)] 出错了,可能内存或显存不足A child process terminated abruptly, the process pool is not usable anymore...
💬 1[Last reply:5 hours ago] 这是本地 faster-whisper 子进程崩溃导致的 BrokenProcessPool 错误,最常见原因是 CUDA 显存不足,也可能因模型损坏或驱动兼容性问题引发。请按以下顺序排查处理:降低模型尺寸:你当前使用的是 distil-large-v3.5 模型,对显存要求较高。建议到主界面语音识别渠道中将模型改为 small 或 medium 再试。关闭 GPU 同时任务数:打开菜单 → 工具...103.197.**5 Posted at: 5 hours ago -
#6844 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-...
💬 9[Last reply:5 hours ago] 从报错看,问题依然出在 models--Qwen--Qwen3-TTS-12Hz-0.6B-Base\speech_tokenizer 这个子目录。你上传的截图展示的是模型根目录,但报错明确说 speech_tokenizer 子目录内找不到任何模型权重文件(如 model.safetensors 或 pytorch_model.bin)。也就是说,你只在根目录下载了文件,漏掉了 speech_t...9.142.**2 Posted at: 6 hours ago -
#6843 No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='ja', language_probability=1, duration=1817....
💬 1[Last reply:7 hours ago] 错误核心原因:duration_after_vad=0.0 表示 语音活动检测(VAD)认为整段音频中没有有效的人声,因此识别程序直接返回空结果。这通常由三种情况引起:视频本身只有背景音乐/画面,没有清晰的人声说话;原音频流的音量极低或背景噪音过大,导致 VAD 全部过滤;VAD 阈值设置过高,把正常语音误判为静音。请按以下顺序排查:第一步:确认原视频是否真的包含人声用系统播放器播放该视频,确认是...183.48.**9 Posted at: 7 hours ago -
#6842 翻译字幕阶段出错:[DeepSeek] 内容太长超出最大允许Token,请减小内容或增大max_token,或者降低每次发送字幕行数Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8091, prompt_...
💬 1[Last reply:7 hours ago] 这是DeepSeek模型返回内容超出max_token限制导致的。从日志可见 completion_tokens=8091,其中 reasoning_tokens=8091,说明 DeepSeek 使用了“思考模式”,消耗了大量 token 后达到上限而被截断。请按以下步骤操作:取消 DeepSeek 思考模式:菜单 → 翻译设置 → DeepSeek,取消勾选 Thinking(思考模式)。思考...103.151.**9 Posted at: 7 hours ago -
#6841 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='en', language_...
💬 1[Last reply:7 hours ago] 核心原因:VAD(语音活动检测)在预分割阶段检测到音频中没有任何语音片段,导致 duration_after_vad=0.0,所以识别结果为空。常见于:音频本身无人声、VAD 参数过于严格、或 CUDA 加速异常导致 VAD 模块运行失败。请按以下顺序排查:确认视频是否真的有人声 用播放器试听该视频,确认有清晰的人类说话声。如果只有背景音乐/画面,软件无法识别,这是正常现象。关闭 VAD 或调整...183.48.**9 Posted at: 7 hours ago -
#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:10 hours 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: 10 hours 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:11 hours ago] 是的,你添加自定义参考音频后,该音频就会作为一个配音角色出现在“配音角色”下拉框中。只要你在下拉框里选中它,后续所有字幕的配音都会使用这个音频里的音色进行克隆生成,而不是原视频的音色。如果你想要不同字幕行使用不同音色,可以在“单视频交互模式”的“配音分配窗口”中,为每一行单独指定角色。注意:你的自定义参考音频必须是 3-10 秒的清晰单一人声 WAV 文件,且已经放到软件目录的 f5-tts 文件...9.142.**2 Posted at: 12 hours ago -
#6839 当前语言不支持试听=system:Windows-10-10.0.26200-SP0version:v4.09frozen:Truelanguage:zhroot_dir:D:/程序软件/ruanjianxiazaibao/pyvidiot......
💬 1[Last reply:11 hours ago] 该报错是因为当前选择的配音角色(音色)不支持你设定的发音语言或目标语言。不同TTS渠道对支持的语言范围有限制,例如F5-TTS、Piper、VITS等只支持部分语种;而Edge-TTS、OmniVoice等则支持全部内置语言。解决步骤:确认你当前选择的“发音语言”和“目标语言”是什么。在配音渠道中改用支持该语言的渠道,或在该渠道下更换一个支持对应语言的配音角色。如果已使用Edge-TTS(默认推荐...191.101.**6 Posted at: 11 hours ago -
#6838 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'rate': '+0%', 'role': 'Yunyang(Male/CN)', 'filename': 'C:\\Users\\13176\\AppData\\Local\\Temp/pyvideot...
💬 1[Last reply:11 hours ago] 核心原因:软件正在通过代理 127.0.0.1:19828 访问 Edge-TTS 服务,但该代理端口不存在或代理软件未启动,导致连接被拒绝(Errno 10061)。解决方案关闭代理打开软件菜单 设置 → 网络代理(或主界面底部代理文本框),清空代理地址内容,点击保存。若无需使用代理,直接留空即可。强制 Edge-TTS 绕过代理在软件根目录(sp.exe所在文件夹)新建一个空文件,命名为 ed...2408:**:bc90 Posted at: 11 hours ago -
#6837 Video file selection required...
💬 1[Last reply:12 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: 12 hours ago -
#6835 Video file selection required...
💬 1[Last reply:13 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: 13 hours ago -
#6834 Video file selection required...
💬 1[Last reply:13 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: 13 hours ago -
#6833 During handling of the above exception, another exception occurred:Traceback (most recent call last): File "videotrans\......
💬 19[Last reply:14 hours ago] 你是对的,日志中的“返回识别结果”可能来自之前任务缓存的中间文件,导致当前任务卡住。要删除缓存,请按以下步骤操作:停止当前任务,然后关闭软件。进入软件根目录(即 sp.exe 所在文件夹),打开 tmp/ 文件夹,删除里面的所有内容,尤其是 translate_cache 文件夹下的缓存文件。也可以在软件主界面勾选“清理已生成”后重新执行,这样会清除上次生成的中间字幕、音频等文件。如果你是在“翻译...203.10.**4 Posted at: 14 hours ago -
#6832 No such file or directory:...
💬 1[Last reply:15 hours ago] 这是 Confucius4-TTS 内置配音渠道的模型文件未正确完整下载导致的。缺少 t2s_model.safetensors 文件,自动下载可能因网络问题失败或只下载了一部分文件。请按以下步骤手动补全模型:打开模型下载地址:https://huggingface.co/netease-youdao/Confucius4-TTS/tree/main下载该页面下的所有文件(包括 t2s_model...9.142.**2 Posted at: 15 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:15 hours ago] 错误原因:你的 ElevenLabs API Key 缺少 text_to_speech(文本转语音)权限,即该密钥无权调用 TTS 接口。ElevenLabs 服务端返回 401 认证错误。解决步骤:登录 ElevenLabs 官网,检查当前 API Key 是否有效且未被删除。核对是否为直接在软件「菜单 → 翻译设置 / TTS 设置 → ElevenLabs」中粘贴了正确的 API Key(...191.101.**6 Posted at: 15 hours ago -
#6830 字幕长度为0,无法继续配音Traceback (most recent call last):...
💬 1[Last reply:15 hours ago] 核心原因:在配音阶段,某条待配音字幕的文本为空(长度为0)。通常由翻译渠道返回了空行或未返回有效文本导致,常见于使用“兼容AI/本地模型”并勾选“发送完整字幕”时,AI模型未按格式返回或合并了字幕行。解决方法:取消勾选主界面的“发送完整字幕”,强制逐行提交翻译,避免AI合并行导致空行。进入 菜单 → 工具 → 高级选项 → 字幕翻译调整,将“AI翻译渠道每批字幕行数”和“传统翻译渠道每批字幕行数”...117.50.**8 Posted at: 15 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:16 hours ago] 你提供的是处理到最后“视频合成/嵌入”阶段时 FFmpeg 的输出日志,显示该阶段正在正常进行:speed=40.6x 表示编码速度约为实时的 40 倍,处理速度很快,并非卡死;bitrate=124.1kbits/s 表示当前输出视频码率,码率高低取决于原视频复杂度和高级选项中的“视频输出质量控制/压缩率”设置;此阶段通常为最后一步,结束后成品视频会保存到输出目录。目前从这段日志看不出有报错或异...62.164.**0 Posted at: 16 hours ago -
#6817 配音阶段出错 [Higgs-audio-v3(内置)] Subprocess Error: No such file or directory:...
💬 1[Last reply:17 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:18 hours ago] 这是 OmniVoice 在克隆音色时,从原视频截取的参考音频(依据字幕时间轴截取的片段)在去除静音后没有有效人声导致的。常见原因是截取的音频过短、静音过多或根本没有说话声。建议按顺序尝试以下方案:优化语音识别参数 进入 菜单 → 工具 → 高级选项 → 语音识别参数:将「最长语音持续秒数」设为 6-10将「最短语音持续毫秒」设为 3000-4000勾选「合并过短字幕到邻近」勾选「Whisper...95.40.**1 Posted at: 18 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.