-
#6990 为什么没找到说明文档中推荐的英伟达开源日语模型...
💬 19[Last reply:1 hour ago] 是的。配音加速和视频慢速用于在配音时长与原始字幕时长不一致时进行音画同步调整。如果没有启用配音,则不需要勾选这两项,否则可能会对原始音频或视频进行变速处理,反而导致字幕与声音不同步。只需确保「同步对齐」行中的「配音加速」和「视频慢速」均为未选中状态即可。请查阅相关文档:视频翻译中的配音、字幕、画面同步对齐 原理高级选项...240e**fff0 Posted at: 3 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:1 hour ago] 这是显存不足导致的。您的 GPU 总容量 31.86GB,但已有 23.38GB 被 PyTorch 占用,剩余空闲只有 7.40GB,而 FunASR 本次又需要 9.78GB,故分配失败。解决方案按顺序尝试:关闭其他占用 GPU 的软件,并重启 pyVideoTrans,释放显存碎片和残留占用。进入「菜单 → 工具 → 高级选项 → 通用设置」,将「GPU同时任务数」设为 1,避免多任务争抢显...125.67**9 Posted at: 1 hour ago -
#6992 语音识别阶段出错[阿里FunASR(本地内置)] NoneTraceback (most recent call last):...
💬 1[Last reply:2 hours ago] 语音识别阶段的 VideoTransError: None 通常发生在 FunASR 调用 VAD 预分割时子进程启动失败。常见原因有:模型文件下载不完整、软件或视频路径包含中文/空格,或 v4.07 版本自身缺陷。请按以下顺序排查:路径规范化 将软件整个目录和待处理视频移动到纯英文、无空格的路径(例如 D:/videotrans、D:/videos),并重命名视频为简单英文名。当前路径含中文和...125.67**9 Posted at: 2 hours ago -
#6991 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video or model and try a......
💬 1[Last reply:2 hours ago] 核心原因:日志中 duration_after_vad=0.0 表明语音活动检测(VAD)在整段 1943 秒音频中未检测到任何有效语音段(VAD 认为全程都是静音或噪音),因此 Whisper 识别阶段直接空跑并抛错。这与模型本身无关,而是音频被 VAD 过滤殆尽或VAD 模型/音频解码异常。按顺序排查:1. 先验证音频实际内容用播放器(如 PotPlayer)打开 D:/vr videos/...111.60**3 Posted at: 2 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:4 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: 4 hours ago -
#6988 翻译字幕阶段出错 [Google(免费)] Google 翻译失败Traceback (most recent call last):...
💬 1[Last reply:5 hours ago] 这是由于 Google 翻译接口在中国大陆无法直接访问导致网络请求失败。解决方案:确保电脑已开启科学上网(VPN/代理),并在主界面“对齐控制”行右侧的网络代理文本框中填写代理地址,格式如 http://127.0.0.1:10808;或者直接更换翻译渠道,推荐使用 DeepSeek(需在菜单 → 翻译设置 → DeepSeek中填入 API Key)或 M2M100(内置) 本地离线翻译(首次使...113.211**9 Posted at: 5 hours ago -
#6987 Google Translate failedTraceback (most recent call last):...
💬 1[Last reply:5 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: 5 hours ago -
#6986 TranslateSubtitle Translation Stage[Failed] Task error: No this Translation Channel:5[Failed] Task error: No this Transl......
💬 11[Last reply:6 hours ago] 当前报错 ModuleNotFoundError: No module named 'videotrans.translator.deepseek' 表明你的本地源码中缺失 DeepSeek 翻译渠道的实现文件,并非渠道编号错误,也非依赖缺失。这通常有两种可能:① 源码版本过旧,早于 DeepSeek 渠道被加入的版本;② 源码下载不完整。请按以下步骤排查:确认当前源码版本在 ...89.116**0 Posted at: 6 hours ago -
#6985 如果目标语言是西班牙语言,如何选择...
💬 9[Last reply:9 hours ago] 视频翻译必须明确指定发音语言,而语音转录可以自动检测,原因如下:视频翻译是一条完整流水线:语音识别 → 字幕翻译 → 配音 → 对齐 → 合成。自动检测可能在环境嘈杂时返回错误语言代码,甚至不返回结果,而后续所有阶段(翻译、配音克隆)都严格要求知道源语言和目标语言的准确代码,一旦获取不到或出错,整个流水线会直接报错中断。语音转录是独立单步功能,只负责转出字幕,不涉及后续翻译、配音,因此保留“自动检...183.199**9 Posted at: 9 hours ago -
#6984 怎么修改翻译结果保存文件夹?...
💬 1[Last reply:9 hours ago] 在软件主界面的第一行(“选择音频或视频”所在的区域)右侧,有一个 输出到... 按钮。点击它,在弹出的文件选择框中指定新的输出文件夹即可。此后所有翻译结果都会保存到你指定的目录。若想恢复为软件默认输出位置(默认保存在所选视频同级的 _video_out 文件夹内),再次点击 输出到...,在弹出的文件选择框中点击“取消”或关闭窗口,即可恢复默认。需要注意:若使用了本地已有的 SRT 字幕或人声/背...114.220**5 Posted at: 9 hours ago -
#6983 Reference audio is empty after silence removal. Try setting preprocess_prompt=False.,Traceback (most recent call last): File...
💬 1[Last reply:11 hours ago] 核心原因:你使用的是 clone 原音色配音(OmniVoice),软件会按字幕时间轴从原始视频中截取音频片段作为参考音频。OmniVoice 在生成克隆音色前会先对参考音频做「静音切除预处理(preprocess_prompt)」,当截取到的片段太短、几乎全是静音,或人声分离后该片段只剩背景噪声时,这段参考音频会被判定为空,从而抛出该错误。解决方案1. 直接解决报错:禁用 OmniVoice 的...212.107**4 Posted at: 11 hours 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:11 hours 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: 11 hours ago -
#6981 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/authTraceback (most recent call last):...
💬 1[Last reply:12 hours ago] 这是微软免费翻译接口已关闭导致的。你当前版本为 v4.04,且翻译渠道选择了 Google,但 Google 在国内无法直连,软件自动回退到微软翻译时报 404 错误。解决方案(任选其一):升级软件到 v4.09 或更高版本:微软已更改翻译 API,新版本已修复。请重新下载完整包或补丁包覆盖安装。更换翻译渠道:在翻译渠道下拉框中选择 DeepSeek(需在 菜单 → 翻译设置 → DeepSeek...115.216**9 Posted at: 12 hours ago -
#6980 合并阶段出错 submitting a packet to the muxer: Cannot allocate memory muxing a packetTraceback (most recent call last):...
💬 1[Last reply:12 hours ago] 合并阶段报错 submitting a packet to the muxer: Cannot allocate memory,本质是系统内存不足(或虚拟内存/页面文件不足)导致 FFmpeg 写入音频数据包时无法分配内存。同时你的原始路径 D:/资料下载/胡伯曼博士实验室/... 包含中文和空格,也可能诱发 FFmpeg 异常。按以下顺序处理:清理内存与磁盘空间 关闭浏览器、其他占用内存的软件...240e**da2d Posted at: 12 hours ago -
#6979 [Errno 2] No such file or directory: 'C:\\Users\\anjia\\Downloads\\Compressed\\win-pyvideotrans-v4.11_2\\tmp\\19060\\236e9dd576\\queuetts-1788135997.780996.json',Traceback (most re...
💬 1[Last reply:15 hours ago] 该报错的核心原因:临时队列文件queuetts-*.json在Qwen3-TTS配音子进程读取前已被删除或未成功生成。最常见来源是多个sp.exe实例共享同一个tmp临时文件夹,其中一个实例关闭时会将tmp整体清空,导致另一个正在运行的实例找不到正在使用的队列文件。解决方案(按顺序尝试):确保只运行一个sp.exe实例 关闭所有已打开的pyVideoTrans窗口,重新启动软件,只处理一个视频。...184.147**3 Posted at: 15 hours ago -
#6978 文字配音功能,是否可以提供影片原始音频,以供配音引擎克隆配音角色?...
💬 3[Last reply:16 hours ago] “文字配音”功能确实无法直接使用影片原始音频来克隆音色,因为 clone 角色必须从视频文件的时间轴中动态截取对应字幕区间的音频作为参考音频,这一逻辑依赖“视频翻译”流程中的原始视频。而“文字配音”只处理独立的 SRT 或文本文件,没有视频来源,因此无法提供影片音频。如果您确实需要该功能,目前有两种可行的替代方案:使用“视频翻译”功能处理影片:在左侧选择“翻译视频”主界面,导入该影片,配音角色选择...111.40**7 Posted at: 16 hours ago -
#6977 希望能在配音的同时融合视频原有的音频,可以在参数中指定配音位置原音频保留的音量百分比。这样既可以保留原有音频中的音乐音效,又能满足有些情况下两种语音同时存在,互相参考的需要。...
💬 1[Last reply:18 hours ago] 软件目前已经支持通过“分离人声背景声”+“重新嵌入背景声”来保留原视频中的背景音乐,并通过“背景音量”参数控制保留音量(0.0-2.0,相当于0%-200%)。具体操作步骤:在主界面点击“设置更多参数”勾选“分离人声背景声”勾选“重新嵌入背景声”在“背景音量”中设置较低的百分比(例如0.5表示保留50%音量)需要说明的是,该功能分离的是“人声”和“背景声”,分离后背景声会被重新嵌入配音中,但原视频...111.40**7 Posted at: 18 hours ago -
#6976 mkl_malloc: failed to allocate memoryTraceback (most recent call last):...
💬 1[Last reply:18 hours ago] 核心原因:mkl_malloc: failed to allocate memory 表明 M2M100 本地翻译模型在纯 CPU 模式下运行时,因系统物理内存不足或虚拟内存分配不足,导致底层 MKL 数学库无法申请到所需内存。M2M100 是 12B 参数的大模型,CPU 推理本身极其占用内存,且您勾选了“发送完整字幕”,会一次性将全部字幕送入模型,进一步加剧内存压力。建议按以下顺序处理:增大 ...2409**d561 Posted at: 18 hours ago -
#6975 Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8192, prompt_tokens=1001, total_tokens=9193, completion_tokens_details=None, pr...
💬 1[Last reply:1 day ago] This error is caused by the AI model hitting its maximum output token limit before it could finish generating the translation. Specifically, completion_tokens=8192 indicates the model reached the hard...45.58**6 Posted at: 1 day ago -
#6974 Unable to open file 'model.bin' in model 'D:/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last): File...
💬 1[Last reply:1 day ago] 这是 faster-whisper 模型 large-v3-turbo 下载不完整或损坏导致的报错。模型目录内缺少了 model.bin 文件(或该文件只有部分数据),faster-whisper 无法加载。解决办法删除损坏的模型目录删除整个文件夹:D:\win-pyvideotrans-v4.11\models\models--mobiuslabsgmbh--faster-whisper-lar...119.237**1 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.