-
#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: 2 months 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:2 months ago] 这是由于 SRT 字幕文件格式不符合标准或编码问题,导致 FFmpeg 解析失败。解决方法:检查 SRT 文件格式:确保文件符合标准 SRT 格式(行号、时间轴、字幕文本之间严格保留空行),且时间轴使用英文逗号分隔毫秒(如 00:00:01,000)。重新保存为 UTF-8 编码:用记事本打开 SRT 文件,另存为时选择“UTF-8”编码,覆盖原文件。尝试将文件移出根目录:将 SRT 文件复制到不...103.219**6 Posted at: 2 months 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:2 months ago] 这是由文件路径中的中文字符和空格导致的。FFmpeg 在 Windows 上对包含中文、空格和特殊符号的路径兼容性较差,直接导致输入解析失败。将 .srt 字幕文件移动到全英文字符、无空格的简单路径中,例如 D:/temp/sub.srt。请确认你使用的是“批量为字幕配音”或“批量翻译srt字幕”功能,这些功能支持 SRT 输入;若你是在“翻译视频和音频”时选择了 SRT 文件,则应改为选择视频文...103.219**6 Posted at: 2 months 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:2 months ago] 这是 Gemini API 免费配额用尽导致的 429 错误(RESOURCE_EXHAUSTED)。你正在使用的 Gemini 模型 gemini-2.5-pro 在免费层(Free Tier)的每日或每分钟请求/Token 限额已归零。根据错误日志,需要等待约 51 秒后重试,但频繁使用会持续触发此限制。解决方案(按优先级排序):升级 Gemini API 到付费计划:前往 Google AI...103.219**6 Posted at: 2 months ago -
#5845 翻译字幕阶段出错 [Gemini AI] Gemini result is emtpyTraceback (most recent call last):...
💬 1[Last reply:2 months 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: 2 months ago -
#5843 翻译字幕阶段出错 [Gemini AI] User location is not supported for the API use.Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 此错误是因为 Gemini API 不允许中国大陆地区的 IP 直接访问。你虽然设置了代理地址 http://127.0.0.1:7897,但可能代理未生效、地址格式有误或代理本身无法连通到 Google 服务。解决方案:确认代理有效性:在浏览器中打开 https://gemini.google.com 测试代理是否可用。如果不可用,请更换代理或 VPN。正确填写代理格式:确保主界面 网络代理 输...45.202**8 Posted at: 2 months ago -
#5842 安全连接失败,请检查系统时间或网络设置,如果使用了代理,请关闭后重试urllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:1017)...
💬 1[Last reply:2 months ago] 这是由于在中国大陆使用 Google 翻译渠道时,谷歌服务器无法直接访问(SSL 握手失败)。错误日志明确显示无法连接 translate.google.com,同时系统当前未配置代理。解决方案:配置代理:如果你有可用的科学上网服务,请在软件主界面第 5 行「网络代理」输入框中填写代理地址,格式如 http://127.0.0.1:7890(请根据你的代理工具实际端口修改),然后保存并重试。检查系...67.159**4 Posted at: 2 months ago -
#5841 The expanded size of the tensor (3225) must match the existing size (3000) at non-singleton dimension 1. Target sizes: [128, 3225]. Tensor sizes: [128, 3000]:Traceback (most rece...
💬 1[Last reply:2 months ago] 这是 Huggingface_ASR 渠道在加载 kotoba-tech/kotoba-whisper-v2.0 模型时出现的张量尺寸不匹配错误。底层原因通常是模型的特征提取器与传入音频片段的长度不兼容(例如音频切片后被重采样产生长度偏差),导致 transformer 的 padding 操作失败。解决方案:更换语音识别渠道:建议切换到 faster-whisper(本地内置) + large-...36.163**7 Posted at: 2 months ago -
#5439 断网使用出错,联网的时候正常语音识别阶段出错[阿里FunASR(本地)(本地内置)] FunAudioLLM/Fun-ASR-Nano-2512 is not registered:Traceback (most recent call l......
💬 8[Last reply:2 months ago] 更新到 v4.05-0711 试试。这个版本会重新下载模型,然后从本地加载...240e**2273 Posted at: 2 months ago -
#5840 The expanded size of the tensor (3000) must match the existing size (3247) at non-singleton dimension 1. Target sizes: [128, 3000]. Tensor sizes: [128, 3247]:Traceback (most rece...
💬 1[Last reply:2 months ago] 这是 Huggingface_ASR 渠道中 kotoba-tech/kotoba-whisper-v2.0 模型在处理超长音频片段时的 pad 尺寸限制错误。该模型期望每个音频片段的帧数不超过约 3000,但您输入的片段长度达到 3247,导致张量填充失败。解决方案:缩短语音识别时的单个片段时长 进入 菜单 → 工具 → 高级选项 → 语音识别参数,将 最长语音持续(秒) 设置为 10 或更小...36.163**7 Posted at: 2 months 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.