-
#5862 语音识别阶段出错[阿里FunASR(本地内置)] Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 这个错误是由 缺少 FunASR 所需的 TensorFlow 文本处理包(tensorflow-text) 导致的。可能是因为解压安装时该依赖被误删或杀毒软件拦截,也可能是补丁包覆盖不完整。解决方案(按顺序尝试):重新下载完整版压缩包:从官网下载 2.6GB 的完整版(非补丁包),解压到纯英文路径(如 D:\pyVideoTrans),然后直接双击 sp.exe 重试。切换语音识别渠道:暂时改用...123.194.**4 Posted at: 1 month ago -
#5861 <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>:Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 这是因为语音识别模型下载时无法连接到服务器(ConnectionRefusedError)。你使用的是 openai-whisper(本地内置) + large-v3-turbo 模型,首次运行需要从 hugginface.co 或国内镜像站自动下载模型文件,但由于网络限制或防火墙拦截导致连接被拒绝。解决方法(任选其一):开启科学上网:如果你的网络环境无法直连国外服务器,请先开启 VPN / 代理...124.88.**7 Posted at: 1 month ago -
#5860 HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /m?sl=zh-cn&tl=ru&hl=ru&q=%E4%BD%A0%E6%83%B3%E5%81%9A%E4%BB%80%E4%B9%88%0A%E4%B8%80%E4%B8...
💬 1[Last reply:1 month ago] 这是一个代理配置错误导致 Google 翻译无法连接的问题。您设置了网络代理,但代理服务器拒绝连接(WinError 10061),请按以下步骤解决:清空代理设置:在主界面第 5 行 网络代理 输入框中,将内容完全清空,然后保存并重新执行任务。或更换翻译渠道:将 Trans Channel 切换为国内可直接访问的渠道,例如 微软翻译(免费且无需代理)或 百度翻译(需配置 API Key)。若仍需代...240e:**:f5d8 Posted at: 1 month ago -
#5858 ubuntu 如何运行 confucius4-2026-0624...
💬 5[Last reply:1 month ago] ERROR: Operation cancelled by user 表示你在安装过程中手动按了 Ctrl+C 中断了进程。现在 torch 已被部分卸载,依赖可能不完整。请重新执行完整的同步命令来修复环境:uv sync --python 3.10如果仍然报错或出现依赖问题,可先清理缓存再重试:uv cache clean uv sync --python 3.10若你仍处于 /workspac...240e:**:7add Posted at: 1 month ago -
#5859 翻译字幕阶段出错 [Google(免费)] 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 翻译字幕阶段报错 ProxyError: Tunnel connection failed: 404 Not Found,原因是代理文本框填写了 http://127.0.0.1:9880,而 9880 是 GPT-SoVITS 等本地 API 服务的端口,不是代理端口。Google 翻译无法通过这个错误的代理进行连接。解决方案:清空代理设置:回到软件主界面,找到最底部的「网络代理」输入框(或通过...103.190.**6 Posted at: 1 month ago -
#5857 调整时间轴,只能通过鼠标右键 添加或者减少,有没有快捷键操作,...
💬 1[Last reply:1 month ago] 目前知识库中未记录调整时间轴的快捷键操作。在字幕编辑窗口中,当前仅支持鼠标右键添加或减少时间,暂无内置快捷键。建议查看官方文档页面获取最新功能更新,或提供软件版本号和日志以便进一步排查。请查阅相关文档:单视频精修模式...2a14:**:2cb Posted at: 1 month ago -
#5856 权限不足,无法访问:C:/Users/AI研究科/AppData/Roaming/baidunetdisk/Rar$EXa25476.3968.rartemp/tmp/18744/6d5fe86feb/final_audio_temp.wavTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是由于软件被解压并运行在百度网盘的临时目录(AppData/Roaming/baidunetdisk/...)中,该目录正被其他进程(如百度网盘或解压工具)占用,导致文件移动时被锁定。解决方法:将软件压缩包完整解压到一个非系统盘(如 D: 或 E:),路径中不要包含中文、空格或特殊符号(推荐形如 D:\pyVideoTrans)。不要在压缩包内直接双击 sp.exe,必须先解压。确保解压后,文件...240e:**:d972 Posted at: 1 month ago -
#5855 Merge Error Error embedding final dubopening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing...
💬 1[Last reply:1 month ago] The error "Invalid data found when processing input" during final assembly indicates FFmpeg cannot read the novoice.mp4 file (the video stream extracted earlier). This is most likely caused by special...181.80.**6 Posted at: 1 month ago -
#5854 ASR Error[faster-whisper(LocalBuilt-in)] Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 1[Last reply:1 month ago] The error Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_text indicates that the tensorflow_text library—a dependency required by the faster‑whisper backend—is missin...2409:**:24a7 Posted at: 1 month ago -
#5853 mac使用批量操作闪退可以解决吗...
💬 1[Last reply:1 month ago] mac 下批量操作闪退在知识库中没有明确的已知原因记录。这可能是依赖库缺失、ffmpeg 版本不兼容、Python 环境冲突或内存不足导致。请先确认以下信息:你使用的是源码部署还是其他方式? Mac 没有打包版,必须通过源码部署。软件版本号(左上角显示的数字)是多少?提供日志:打开软件安装目录下的 logs/ 文件夹,找到最新的 .log 文件,复制包含报错的最后 30 行内容。在等待日志的同时,...103.151.**1 Posted at: 1 month ago -
#5852 程序内部错误:'NoneType' object has no attribute 'seek'Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是由于配音生成的音频文件缺失导致的。在批量为字幕配音并开启音频自动加速时,程序需要合并每个字幕的配音片段,但部分片段文件不存在(例如 Edge-TTS 因限流或超时未能成功生成),导致 pydub 无法读取。解决方案:检查软件安装目录下的 tmp/[进程ID]/[任务UUID]/ 文件夹,查看 .wav 或 .mp3 配音文件是否全部生成。如果有缺失,说明配音阶段出了问题。降低 Edge-TTS...45.221.**9 Posted at: 1 month ago -
#5849 你好我想问一下,我明明选了分离音频和重新嵌入背景音,为什么处理好的视频还是没有原来的背景音效。...
💬 32[Last reply:1 month ago] Win10:打开文件夹 → 点击「查看」→ 勾选「文件扩展名」Win11:打开文件夹 → 点击「查看」→「显示」→ 勾选「文件扩展名」一定不要勾选 清理已生成,否则会清空里面的人声和背景声文件,并且必须勾选分离人声背景声和重新嵌入背景 。...115.192.**8 Posted at: 1 month ago -
#5851 语音识别阶段出错[阿里FunASR(本地内置)] Subprocess Error: huggingface-hub>=1.3.0,<2.0 is required for a normal functioning of this module, but found huggingface-hub==0.35.3.Try: `pip install tran...
💬 1[Last reply:1 month ago] 这是由于阿里FunASR(本地内置)所需的 huggingface-hub 版本与打包版内置的版本不兼容导致的。打包版环境无法直接通过 pip 升级依赖,因为内部库是固定的。解决办法(按推荐顺序)更新软件版本:下载 v4.06 或最新的补丁包覆盖安装(完整包或补丁包均可),新版已修复该依赖冲突。 下载地址临时切换语音识别渠道:如果暂时无法更新,请改选 faster-whisper(本地内置) +...123.194.**4 Posted at: 1 month ago -
#5844 你好,翻译完的字母可以直接替换掉原子幕吗...
💬 3[Last reply:1 month ago] pyVideoTrans 本身不具备去除视频画面中已嵌入硬字幕的功能。这类硬字幕是直接烧录在像素上的,要干净替换通常需要使用专门的视频修复工具(如基于 AI 的“字幕擦除/修复”软件)先移除原始字幕区域。参考文档本地离线提取视频硬字幕(说明提取与去除是不同的操作)...104.238.**6 Posted at: 1 month ago -
#5848 opening input: Invalid data found when processing input opening input file G:\1.srt. opening input files: Invalid data found when processing input...
💬 1[Last reply:1 month ago] 这是由于 SRT 字幕文件格式不符合标准或编码问题,导致 FFmpeg 解析失败。解决方法:检查 SRT 文件格式:确保文件符合标准 SRT 格式(行号、时间轴、字幕文本之间严格保留空行),且时间轴使用英文逗号分隔毫秒(如 00:00:01,000)。重新保存为 UTF-8 编码:用记事本打开 SRT 文件,另存为时选择“UTF-8”编码,覆盖原文件。尝试将文件移出根目录:将 SRT 文件复制到不...103.219.**6 Posted at: 1 month ago -
#5847 opening input: Invalid data found when processing input opening input file E:\桌面\新建 文本文档.srt. opening input files: Invalid data found when processing input...
💬 1[Last reply:1 month ago] 这是由文件路径中的中文字符和空格导致的。FFmpeg 在 Windows 上对包含中文、空格和特殊符号的路径兼容性较差,直接导致输入解析失败。将 .srt 字幕文件移动到全英文字符、无空格的简单路径中,例如 D:/temp/sub.srt。请确认你使用的是“批量为字幕配音”或“批量翻译srt字幕”功能,这些功能支持 SRT 输入;若你是在“翻译视频和音频”时选择了 SRT 文件,则应改为选择视频文...103.219.**6 Posted at: 1 month ago -
#5846 You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To moni...
💬 1[Last reply:1 month ago] 这是 Gemini API 免费配额用尽导致的 429 错误(RESOURCE_EXHAUSTED)。你正在使用的 Gemini 模型 gemini-2.5-pro 在免费层(Free Tier)的每日或每分钟请求/Token 限额已归零。根据错误日志,需要等待约 51 秒后重试,但频繁使用会持续触发此限制。解决方案(按优先级排序):升级 Gemini API 到付费计划:前往 Google AI...103.219.**6 Posted at: 1 month ago -
#5845 翻译字幕阶段出错 [Gemini AI] Gemini result is emtpyTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 翻译字幕阶段出错 [Gemini AI] Gemini result is empty,这通常是因为 Gemini API 返回了空结果,可能由以下原因导致:网络代理失效或不稳定:您配置了代理 http://127.0.0.1:7897,请确认代理能正常访问 generativelanguage.googleapis.com。可临时关闭代理测试(清空代理文本框并保存)。API Key 无效或余额不...103.219.**6 Posted at: 1 month ago -
#5843 翻译字幕阶段出错 [Gemini AI] User location is not supported for the API use.Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 此错误是因为 Gemini API 不允许中国大陆地区的 IP 直接访问。你虽然设置了代理地址 http://127.0.0.1:7897,但可能代理未生效、地址格式有误或代理本身无法连通到 Google 服务。解决方案:确认代理有效性:在浏览器中打开 https://gemini.google.com 测试代理是否可用。如果不可用,请更换代理或 VPN。正确填写代理格式:确保主界面 网络代理 输...45.202.**8 Posted at: 1 month ago -
#5842 安全连接失败,请检查系统时间或网络设置,如果使用了代理,请关闭后重试urllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:1017)...
💬 1[Last reply:1 month ago] 这是由于在中国大陆使用 Google 翻译渠道时,谷歌服务器无法直接访问(SSL 握手失败)。错误日志明确显示无法连接 translate.google.com,同时系统当前未配置代理。解决方案:配置代理:如果你有可用的科学上网服务,请在软件主界面第 5 行「网络代理」输入框中填写代理地址,格式如 http://127.0.0.1:7890(请根据你的代理工具实际端口修改),然后保存并重试。检查系...67.159.**4 Posted at: 1 month 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.