-
#7493 <urlopen error [WinError 10054] 远程主机强迫关闭了一个现有的连接。>:Traceback (most recent call last): File...
💬 1[Last reply:11 minutes ago] 这是因为 openai-whisper(内置) 渠道在首次使用 large-v3 模型时,需要从国外官网 openaipublic.azureedge.net 自动下载模型文件(约3GB),而你当前网络无法稳定连接该远程主机,导致连接被强制中断(WinError 10054)。解决方案(任选其一)方案一:改用 faster-whisper(推荐)主界面「语音识别」渠道改为 faster-whisp...112.49**5 Posted at: 11 minutes ago -
#7492 背景音没办法加到配音里,被清除了。 人声分离的音频也没有和最终配音的视频匹配,时长没有对应上。 有办法给背景特效音保留吗?...
💬 1[Last reply:2 hours ago] 需在「设置更多参数」中同时勾选两个选项:分离人声背景声 和 重新嵌入背景声。仅勾选前者只会分离并丢弃背景音,不会混回最终视频。操作步骤:主界面点击 设置更多参数.. 展开面板。勾选 分离人声背景声(将人声与背景音乐分离,利于识别)。勾选 重新嵌入背景声(配音完成后把背景声重新混入配音中)。如需调整背景音量,用 背景音量 参数(范围 0.0-2.0)。也可用 添加额外背景音频 上传本地音频作为最终背...2406**f486 Posted at: 2 hours ago -
#7491 The size of tensor a (8926) must match the size of tensor b (8192) at non-singleton dimension 1,Traceback (most recent call last): File...
💬 1[Last reply:3 hours ago] This is a tensor dimension mismatch error inside the F5-TTS model, caused by a mismatch between the reference audio duration and the target text length — specifically the "clone" character mode cuttin...188.192**8 Posted at: 3 hours ago -
#7490 Subprocess Error: No such file or directory: D:/win-pyvideotrans-v4.12-0913/models/models--SWivid--F5-TTS/F5TTS_v1_Base/model_1250000.safetensorsTraceback (most recent call last):...
💬 1[Last reply:3 hours ago] 这是因为 F5-TTS 模型文件缺失或下载不完整导致的。软件无法在指定路径找到 F5-TTS 的模型文件 model_1250000.safetensors。解决方案手动下载 F5-TTS 模型文件F5-TTS 的中英模型(约 1.35G)下载地址:https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_v1_Base放置到正确目录下载后,将该模型...183.46**9 Posted at: 3 hours ago -
#7489 同一个电影相同的参数411识别的字幕为27 k.字幕数为400行.而新版412至413识别的字幕为20 k字母为200行...
💬 1[Last reply:5 hours ago] 识别字幕行数变少、体积变小,根本原因是 v4.12 起优化了 VAD 切分算法和重断句逻辑,导致合并策略变化,把原来被拆碎的短句合并成了更长的整句。核心原因说明:v4.12 更新日志明确提到:优化 VAD 切分算法优化 whisper 模型识别后重断句算法移除了 whisper预分割音频、合并邻近短字幕 等旧选项新旧版本对同一音频的切分颗粒度不同,所以 400 行 / 27K 变成了 200 行 ...120.217**1 Posted at: 5 hours ago -
#7488 Traceback (most recent call last): File...
💬 1[Last reply:6 hours ago] 这是由于程序内部缺少 videotrans/recognition/_openrouter.py 渠道实现文件导致的加载失败,属于软件自身残缺或补丁包覆盖不完整问题。解决方案:确认你使用的是 完整包(约 2.7GB) 解压后的目录,而非仅 360MB 的补丁包,且补丁包必须完整覆盖到完整包目录内。若当前目录确实来自完整包,说明文件在解压或覆盖过程中丢失/损坏,请重新下载最新 完整包 并解压到全新目...180.93**2 Posted at: 6 hours ago -
#7487 Subprocess Error: safetensors>=0.8.0 is required for a normal functioning of this module, but found safetensors==0.4.5.Try: `pip install transformers -U` or `pip install -e '.[dev]...
💬 1[Last reply:6 hours ago] 这是由于版本不匹配导致的依赖冲突。日志显示你的软件主程序版本为 v4.13,但 root_dir 指向的是 win-pyvideotrans-v4.07 文件夹,说明你是把新版补丁包覆盖到了旧版完整版目录上,导致 safetensors 等底层依赖库版本混乱(MOSS-Diarize 渠道需要 safetensors>=0.8.0,但当前环境是 0.4.5)。解决方案:重新下载完整包:前往官...202.160**1 Posted at: 6 hours ago -
#7486 Subprocess Error: safetensors>=0.8.0 is required for a normal functioning of this module, but found safetensors==0.4.5.Try: `pip install transformers -U` or `pip install -e '.[dev]...
💬 1[Last reply:7 hours ago] 这是由于 transformers 库版本过旧,与当前模型所需的 safetensors 版本不兼容导致的。MOSS-Diarize(内置) 等大模型渠道依赖较新的 transformers 库,而 safetensors 是对应模型权重的底层依赖库。旧版本无法满足新模型要求。解决方案:确认版本:日志中显示通过 win-pyvideotrans-v4.07 目录启动,但版本号显示为 v4.13,说...202.160**1 Posted at: 7 hours ago -
#7485 Unable to open file 'model.bin' in model 'C:/Users/dell/Downloads/win-pyvideotrans-v4.12-0913/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent c...
💬 1[Last reply:7 hours ago] This is a model download failure — the large-v3-turbo model is incomplete/corrupted. The model.bin file was not downloaded successfully (or only partially downloaded).Delete the entire folder: C:/User...102.90**2 Posted at: 7 hours ago -
#7484 Traceback (most recent call last): File...
💬 1[Last reply:8 hours ago] 这是因为腾讯翻译服务未开通导致的。报错信息明确显示 Service has not been opened, please open service at Tencent Cloud console,即你的腾讯云账号尚未开通机器翻译(TMT)服务。解决方案:登录腾讯云控制台,开通机器翻译 TMT 服务。确认账号已完成实名认证且有可用额度(新用户通常有免费额度)。开通后回到软件,重新执行翻译任务即可...42.80**8 Posted at: 8 hours ago -
#7483 Traceback (most recent call last): File...
💬 1[Last reply:8 hours ago] 核心原因:腾讯翻译服务未开通。报错信息 code:FailedOperation.UserNotRegistered message:Service has not been opened, please open service at Tencent Cloud console 明确表示,你的腾讯云账号尚未开通「机器翻译 TMT」服务。解决方案:登录腾讯云控制台,进入「机器翻译 TMT」产品页面...2408**9184 Posted at: 8 hours ago -
#7482 Automatic model download failed. Click [Help Docs] for manual download instructions:...
💬 1[Last reply:8 hours ago] The model download was interrupted by the remote server (peer closed connection without sending complete message body). This is a network stability issue during download of the faster-whisper large-v3...149.34**3 Posted at: 8 hours ago -
#7481 降噪速度好慢啊,降噪半天还是没有没有好...
💬 1[Last reply:8 hours ago] 降噪功能很慢是正常现象——它走的是 CPU 计算的 ONNX 模型,不走 GPU 加速。这属于软件设计上的限制,无法通过开启 CUDA 解决。可采取的缓解措施(按优先级):跳过降噪,改用「分离人声背景声」:分离功能的效果通常比单纯降噪更好,且可以在主界面 设置更多参数 中勾选,配合「重新嵌入背景声」使用,识别精度更高。两者不必同时开启。提高降噪线程数:进入 菜单 → 工具 → 高级选项 → 通用设...122.189**8 Posted at: 8 hours ago -
#7480 恢复默认设置删那个文件...
💬 1[Last reply:9 hours ago] 删除软件根目录下 videotrans/ 文件夹内的以下4个 JSON 配置文件即可恢复默认设置:params.json(存放用户输入的 API 密钥和偏好设置)cfg.json(存放高级选项及系统设置)codec.json(视频硬解码缓存)ass.json(硬字幕样式缓存)删除后直接双击 sp.exe 即可无痛重建全套出厂配置。请查阅相关文档:常见问题FAQ...122.189**8 Posted at: 9 hours ago -
#7479 Video file selection required...
💬 1[Last reply:9 hours ago] The software is running from a path containing a space and possibly other non-alphanumeric characters (C:/Users/Mr.Dai/Desktop/New folder). The New folder directory name contains a space, which common...113.161**7 Posted at: 9 hours ago -
#7478 Traceback (most recent call last): File...
💬 1[Last reply:10 hours ago] 核心原因是:软件运行环境中的 onnxruntime 包缺失或损坏,导致 faster-whisper 无法加载 VAD(语音活动检测)所需的 onnxruntime 模块,从而报错 ModuleNotFoundError: No module named 'onnxruntime.capi.onnxruntime_pybind11_state'。此外,你当前使用的版本为 v3...45.207**6 Posted at: 10 hours ago -
#7477 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dzh-cn%26tl%3Dvi%26hl%3Dvi%26q%3D%25E4%25B8%2589%25E7%...
💬 1[Last reply:11 hours ago] This is a Google translate rate-limit (429 / "Too Many Requests") response — Google is temporarily blocking your IP because the free endpoint was queried too frequently (the /sorry/index redirect in t...115.78**9 Posted at: 11 hours ago -
#7476 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Den%26tl%3Dzh-cn%26hl%3Dzh-cn%26q%3Dyou%250ASome%2520o...
💬 1[Last reply:14 hours ago] 这是 Google 翻译免费接口触发了 429 频率限制(Too Many Requests),并且被 Google 判定为异常流量,重定向到了 sorry/index 验证页面。核心原因有二:代理节点 IP 不干净,或被 Google 标记;请求过于频繁。解决方案(按顺序尝试):切换代理节点:你当前使用了代理(URL 中带 google.com/sorry),说明你的 VPN 节点 IP 已被 ...2602**2 Posted at: 14 hours ago -
#7472 文稿匹配打轴为什么在最新版本中没有了?...
💬 4[Last reply:23 hours ago] 该功能入口放到了 菜单---工具/选项下拉菜单里...218.201**7 Posted at: 1 day ago -
#7475 503 Server Error: Service Unavailable for url: https://edge.microsoft.com/translate/translatetext?from=&to=hi&isEnterpriseClient=falseTraceback (most recent call last):...
💬 1[Last reply:1 day ago] The core cause is that the built-in Microsoft (free) translation channel is currently returning HTTP 503 Service Unavailable. This is a server-side issue with Microsoft's free web API and is not cause...103.29**5 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.