-
#7001 Reference audio is empty after silence removal. Try setting preprocess_prompt=False.,Traceback (most recent call last): File...
💬 1[Last reply:1 hour ago] 核心原因:OmniVoice 在克隆音色时,会先从原始视频中截取与字幕时间轴对应的音频片段作为参考音频,并进行静音去除。报错表明截取的参考音频在去除静音后为空,说明该音频片段几乎全是静音(可能落在说话间隙),或该片段过短。解决步骤调整语音识别参数,让字幕片段足够长且非静音。打开 菜单 -> 工具 -> 高级选项 -> 语音识别参数:最长语音持续(秒):设为 6-10最短语音持续(...212.107**4 Posted at: 1 hour ago -
#7000 语音识别阶段出错[字节语音大模型极速版] 413 Client Error: Payload Too Large for url: Traceback (most recent call last):File "videotrans\tas......
💬 1[Last reply:2 hours ago] 这是字节语音识别大模型极速版接口限制了单次请求的音频体积/时长,导致请求体超过限制(HTTP 413)。你当前使用版本 v4.02 较旧,该渠道的音频切片逻辑可能未适配完整。解决方案(按顺序尝试)升级软件到最新版本 v4.11 旧版对在线语音识别接口的切片处理不完善,新版已优化分片与重试机制。 到 pyVideoTrans 官方下载页 重新下载完整包或补丁包覆盖升级。升级后仍报错时,切换识别渠...155.117**6 Posted at: 2 hours ago -
#6999 语音识别阶段出错[faster-whisper(本地内置)] No transcription results returned. Please check the original audio/video or model and try again.Traceback (most recent call last):...
💬 1[Last reply:2 hours ago] 该报错表示 faster-whisper 在语音识别阶段没有返回任何转录结果,核心原因是模型未能从音频中识别出有效语音内容,通常由以下原因之一导致:视频无音轨/无人声、原音频音量过低或噪声过大、模型文件下载不完整、以及路径/文件名包含中文或特殊符号。请按以下顺序排查:检查视频是否有声音:用播放器播放该视频确认能听到清晰人声。若无音轨,该软件无法处理此类文件。修正文件路径:你的路径包含中文和空格(D...115.216**9 Posted at: 2 hours ago -
#6998 必须选择一个配音角色...
💬 1[Last reply:2 hours ago] 这是未在“字幕配音”区域的“配音角色”下拉框中选择任何角色导致的。pyVideoTrans 的视频翻译流程要求必须指定配音角色(或明确选择“不配音”)。解决方法:在软件主界面找到第4行“字幕配音”。在“配音角色”下拉列表中,点击选择一个角色,例如 zh-CN-YunxiNeural(中文男声)或 en-US-GuyNeural(英文男声)等。如果此视频你不需要配音,请在“配音渠道”下拉框中选择 N...113.137**0 Posted at: 2 hours ago -
#6997 内容太长超出最大允许Token,请减小内容或增大max_token,或者降低每次发送字幕行数Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=32768, prompt_tokens=5570, total_...
💬 1[Last reply:5 hours ago] 这是 DeepSeek 翻译渠道在翻译字幕时,一次性发送了过多字幕行,导致模型输出 token 达到上限(completion_tokens=32768)而中断。解决方法(按顺序操作):降低每批翻译的字幕行数打开顶部菜单:菜单 → 工具/选项 → 高级选项找到字幕翻译调整,将 AI翻译渠道每批字幕行数 从默认值调小(建议设为 5 或 1)同时取消勾选AI翻译一次性翻译所有字幕行增大 DeepSee...106.16**3 Posted at: 5 hours ago -
#6996 Error during subtitle translation stage [CompatibleAI/LocalModel] Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=1024, prompt_...
💬 1[Last reply:6 hours ago] The root cause is that your AI subtitle translation request hit the maximum token limit (max_tokens=1024) set for the CompatibleAI/LocalModel channel. The model's response was truncated at 1024 comple...2601**a171 Posted at: 6 hours ago -
#6995 系统错误 (28):No space left on deviceTraceback (most recent call last):...
💬 1[Last reply:8 hours ago] 这本质上是磁盘空间不足导致的。翻译缓存写入时(tmp/translate_cache)无法写入,说明你的软件所在盘(E盘)或临时文件夹所在磁盘已满。此外,你开启了分离人声与背景声和视频慢速,这两项会生成大量临时中间文件,极易占满磁盘。请按以下步骤处理:检查磁盘剩余空间(重点检查 E:/pyvideotransv 所在盘和 E:/jjiema 所在盘),确保至少预留 10~20GB 可用空间;退出软...116.149**9 Posted at: 8 hours ago -
#6990 为什么没找到说明文档中推荐的英伟达开源日语模型...
💬 35[Last reply:8 hours ago] 如果不使用 CUDA 加速,模型会完全在 CPU 上运行,不占用显卡显存。因此你的 8GB 显存不会成为瓶颈,可以正常加载 large-v3 模型。但需要明确:纯 CPU 运行会非常慢,处理一个长视频可能需要数小时甚至更久,请做好时间预期。如果你后续想启用 CUDA 加速,8GB 显存对 large-v3 来说刚好或偏紧,存在显存不足(CUDA out of memory)的风险。届时建议改用 l...240e**fff0 Posted at: 19 hours ago -
#6994 一直出现timestamp...
💬 1[Last reply:12 hours ago] 暂无法确定具体原因。请提供以下信息以便分析:软件版本(左上角显示,例如 v4.11);操作系统(Windows/macOS/Linux)及是预打包版还是源码部署;“timestamp”具体出现在哪一环节?(是语音转录后的字幕、翻译后的字幕、配音后的音频,还是日志报错中?)如果是误将带时间轴的文本作为配音输入,请注意:批量配音仅接受纯文本或符合 SRT 格式的字幕,若输入内容含有时间轴但格式不符合 ...134.195**2 Posted at: 12 hours ago -
#6993 语音识别阶段出错[阿里FunASR(本地内置)] CUDA out of memory. Tried to allocate 9.78 GiB. GPU 0 has a total capacity of 31.86 GiB of which 7.40 GiB is free. Of the allocated memory 23.38 GiB is all...
💬 1[Last reply:18 hours ago] 这是显存不足导致的。您的 GPU 总容量 31.86GB,但已有 23.38GB 被 PyTorch 占用,剩余空闲只有 7.40GB,而 FunASR 本次又需要 9.78GB,故分配失败。解决方案按顺序尝试:关闭其他占用 GPU 的软件,并重启 pyVideoTrans,释放显存碎片和残留占用。进入「菜单 → 工具 → 高级选项 → 通用设置」,将「GPU同时任务数」设为 1,避免多任务争抢显...125.67**9 Posted at: 18 hours ago -
#6992 语音识别阶段出错[阿里FunASR(本地内置)] NoneTraceback (most recent call last):...
💬 1[Last reply:18 hours ago] 语音识别阶段的 VideoTransError: None 通常发生在 FunASR 调用 VAD 预分割时子进程启动失败。常见原因有:模型文件下载不完整、软件或视频路径包含中文/空格,或 v4.07 版本自身缺陷。请按以下顺序排查:路径规范化 将软件整个目录和待处理视频移动到纯英文、无空格的路径(例如 D:/videotrans、D:/videos),并重命名视频为简单英文名。当前路径含中文和...125.67**9 Posted at: 18 hours ago -
#6991 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video or model and try a......
💬 1[Last reply:19 hours ago] 核心原因:日志中 duration_after_vad=0.0 表明语音活动检测(VAD)在整段 1943 秒音频中未检测到任何有效语音段(VAD 认为全程都是静音或噪音),因此 Whisper 识别阶段直接空跑并抛错。这与模型本身无关,而是音频被 VAD 过滤殆尽或VAD 模型/音频解码异常。按顺序排查:1. 先验证音频实际内容用播放器(如 PotPlayer)打开 D:/vr videos/...111.60**3 Posted at: 19 hours ago -
#6989 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceback (most recent call last): File...
💬 1[Last reply:21 hours ago] 该报错 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later. 是 Gemini 翻译接口服务端临时过载导致的,属于模型服务器侧的限流/高峰问题,并非软件本地配置或代码错误。你使用的翻译渠道是 Gemini。解决方案:等待后重试...2405**a5dc Posted at: 21 hours ago -
#6988 翻译字幕阶段出错 [Google(免费)] Google 翻译失败Traceback (most recent call last):...
💬 1[Last reply:21 hours ago] 这是由于 Google 翻译接口在中国大陆无法直接访问导致网络请求失败。解决方案:确保电脑已开启科学上网(VPN/代理),并在主界面“对齐控制”行右侧的网络代理文本框中填写代理地址,格式如 http://127.0.0.1:10808;或者直接更换翻译渠道,推荐使用 DeepSeek(需在菜单 → 翻译设置 → DeepSeek中填入 API Key)或 M2M100(内置) 本地离线翻译(首次使...113.211**9 Posted at: 21 hours ago -
#6987 Google Translate failedTraceback (most recent call last):...
💬 1[Last reply:22 hours ago] The error Google Translate failed is caused by the Google Translate API requests failing to connect or being rate-limited/blocked. Since the retry loop (tenacity.RetryError) exhausted all attempts, th...88.5**2 Posted at: 22 hours ago -
#6986 TranslateSubtitle Translation Stage[Failed] Task error: No this Translation Channel:5[Failed] Task error: No this Transl......
💬 11[Last reply:22 hours ago] 当前报错 ModuleNotFoundError: No module named 'videotrans.translator.deepseek' 表明你的本地源码中缺失 DeepSeek 翻译渠道的实现文件,并非渠道编号错误,也非依赖缺失。这通常有两种可能:① 源码版本过旧,早于 DeepSeek 渠道被加入的版本;② 源码下载不完整。请按以下步骤排查:确认当前源码版本在 ...89.116**0 Posted at: 23 hours ago -
#6985 如果目标语言是西班牙语言,如何选择...
💬 9[Last reply:1 day ago] 视频翻译必须明确指定发音语言,而语音转录可以自动检测,原因如下:视频翻译是一条完整流水线:语音识别 → 字幕翻译 → 配音 → 对齐 → 合成。自动检测可能在环境嘈杂时返回错误语言代码,甚至不返回结果,而后续所有阶段(翻译、配音克隆)都严格要求知道源语言和目标语言的准确代码,一旦获取不到或出错,整个流水线会直接报错中断。语音转录是独立单步功能,只负责转出字幕,不涉及后续翻译、配音,因此保留“自动检...183.199**9 Posted at: 1 day ago -
#6984 怎么修改翻译结果保存文件夹?...
💬 1[Last reply:1 day ago] 在软件主界面的第一行(“选择音频或视频”所在的区域)右侧,有一个 输出到... 按钮。点击它,在弹出的文件选择框中指定新的输出文件夹即可。此后所有翻译结果都会保存到你指定的目录。若想恢复为软件默认输出位置(默认保存在所选视频同级的 _video_out 文件夹内),再次点击 输出到...,在弹出的文件选择框中点击“取消”或关闭窗口,即可恢复默认。需要注意:若使用了本地已有的 SRT 字幕或人声/背...114.220**5 Posted at: 1 day ago -
#6983 Reference audio is empty after silence removal. Try setting preprocess_prompt=False.,Traceback (most recent call last): File...
💬 1[Last reply:1 day ago] 核心原因:你使用的是 clone 原音色配音(OmniVoice),软件会按字幕时间轴从原始视频中截取音频片段作为参考音频。OmniVoice 在生成克隆音色前会先对参考音频做「静音切除预处理(preprocess_prompt)」,当截取到的片段太短、几乎全是静音,或人声分离后该片段只剩背景噪声时,这段参考音频会被判定为空,从而抛出该错误。解决方案1. 直接解决报错:禁用 OmniVoice 的...212.107**4 Posted at: 1 day ago -
#6982 ASR Error[faster-whisper (Local)] Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (m...
💬 1[Last reply:1 day ago] The root cause is that the model.bin file for the large-v3-turbo model is missing or incompletely downloaded. The model folder exists at C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--fa...123.27**4 Posted at: 1 day 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.