-
#5867 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:29 minutes ago] CUDA not detected means the software cannot find a working NVIDIA GPU or the required CUDA environment. Solution steps:Verify hardware: Run nvidia-smi in Command Prompt. If it shows your GPU and driv...42.116* Posted at: 29 minutes ago -
#5866 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:2 hours ago] The error "No CUDA detected" means your system does not have a valid CUDA environment for GPU acceleration. This is most commonly caused by missing or misconfigured NVIDIA driver, CUDA Toolkit, or cuD...42.116* Posted at: 2 hours ago -
#5865 Traceback (most recent call last): File...
💬 1[Last reply:3 hours ago] 这个错误是软件内部代码的一个兼容性问题,出现在较旧版本(v3.79)中。clear_cache 键在配置字典中缺失,导致程序在读取时出现 KeyError。解决方案:升级软件:请前往 pyVideoTrans 官网 下载最新版本(v4.06),新版本已修复此问题。临时规避(不推荐):若无法升级,可尝试在软件根目录下的 videotrans/params.json 文件中手动添加 "cle...36.148* Posted at: 3 hours ago -
#5864 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tfTraceback (most recent call last):...
💬 1[Last reply:4 hours ago] Backend should be defined in the BACKENDS_MAPPING. Offending backend: tf 错误表明 faster-whisper 的底层 CTranslate2 库尝试使用 TensorFlow 作为后端,但该后端不被支持(CT2 仅支持 default、cpu、cuda 等)。这一般由环境变量冲突或模型文件损坏导致。解决办法:清理模型缓存并...115.63* Posted at: 4 hours ago -
#5863 Dubbing Error [ChatterBox(LocalBuilt-in)] please run uv sync --extra chatterbox Traceback (most recent call last):...
💬 1[Last reply:9 hours ago] This error is caused by a dependency version conflict in the ChatterBox TTS module bundled with the v4.05 frozen Windows package: huggingface-hub (currently at 0.35.3) is older than the required minim...31.31* Posted at: 9 hours ago -
#5862 语音识别阶段出错[阿里FunASR(本地内置)] Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 1[Last reply:16 hours ago] 这个错误是由 缺少 FunASR 所需的 TensorFlow 文本处理包(tensorflow-text) 导致的。可能是因为解压安装时该依赖被误删或杀毒软件拦截,也可能是补丁包覆盖不完整。解决方案(按顺序尝试):重新下载完整版压缩包:从官网下载 2.6GB 的完整版(非补丁包),解压到纯英文路径(如 D:\pyVideoTrans),然后直接双击 sp.exe 重试。切换语音识别渠道:暂时改用...123.194* Posted at: 16 hours ago -
#5861 <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>:Traceback (most recent call last): File...
💬 1[Last reply:17 hours ago] 这是因为语音识别模型下载时无法连接到服务器(ConnectionRefusedError)。你使用的是 openai-whisper(本地内置) + large-v3-turbo 模型,首次运行需要从 hugginface.co 或国内镜像站自动下载模型文件,但由于网络限制或防火墙拦截导致连接被拒绝。解决方法(任选其一):开启科学上网:如果你的网络环境无法直连国外服务器,请先开启 VPN / 代理...124.88* Posted at: 17 hours 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:17 hours ago] 这是一个代理配置错误导致 Google 翻译无法连接的问题。您设置了网络代理,但代理服务器拒绝连接(WinError 10061),请按以下步骤解决:清空代理设置:在主界面第 5 行 网络代理 输入框中,将内容完全清空,然后保存并重新执行任务。或更换翻译渠道:将 Trans Channel 切换为国内可直接访问的渠道,例如 微软翻译(免费且无需代理)或 百度翻译(需配置 API Key)。若仍需代...240e:359* Posted at: 17 hours ago -
#5858 ubuntu 如何运行 confucius4-2026-0624...
💬 5[Last reply:17 hours ago] ERROR: Operation cancelled by user 表示你在安装过程中手动按了 Ctrl+C 中断了进程。现在 torch 已被部分卸载,依赖可能不完整。请重新执行完整的同步命令来修复环境:uv sync --python 3.10如果仍然报错或出现依赖问题,可先清理缓存再重试:uv cache clean uv sync --python 3.10若你仍处于 /workspac...240e:36f* Posted at: 17 hours ago -
#5859 翻译字幕阶段出错 [Google(免费)] 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容Traceback (most recent call last):...
💬 1[Last reply:17 hours ago] 翻译字幕阶段报错 ProxyError: Tunnel connection failed: 404 Not Found,原因是代理文本框填写了 http://127.0.0.1:9880,而 9880 是 GPT-SoVITS 等本地 API 服务的端口,不是代理端口。Google 翻译无法通过这个错误的代理进行连接。解决方案:清空代理设置:回到软件主界面,找到最底部的「网络代理」输入框(或通过...103.190* Posted at: 17 hours ago -
#5857 调整时间轴,只能通过鼠标右键 添加或者减少,有没有快捷键操作,...
💬 1[Last reply:19 hours ago] 目前知识库中未记录调整时间轴的快捷键操作。在字幕编辑窗口中,当前仅支持鼠标右键添加或减少时间,暂无内置快捷键。建议查看官方文档页面获取最新功能更新,或提供软件版本号和日志以便进一步排查。请查阅相关文档:单视频精修模式...2a14:4900* Posted at: 19 hours 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:19 hours ago] 这是由于软件被解压并运行在百度网盘的临时目录(AppData/Roaming/baidunetdisk/...)中,该目录正被其他进程(如百度网盘或解压工具)占用,导致文件移动时被锁定。解决方法:将软件压缩包完整解压到一个非系统盘(如 D: 或 E:),路径中不要包含中文、空格或特殊符号(推荐形如 D:\pyVideoTrans)。不要在压缩包内直接双击 sp.exe,必须先解压。确保解压后,文件...240e:3b3* Posted at: 19 hours 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 day 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* Posted at: 1 day 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 day 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:40e4* Posted at: 1 day ago -
#5853 mac使用批量操作闪退可以解决吗...
💬 1[Last reply:1 day ago] mac 下批量操作闪退在知识库中没有明确的已知原因记录。这可能是依赖库缺失、ffmpeg 版本不兼容、Python 环境冲突或内存不足导致。请先确认以下信息:你使用的是源码部署还是其他方式? Mac 没有打包版,必须通过源码部署。软件版本号(左上角显示的数字)是多少?提供日志:打开软件安装目录下的 logs/ 文件夹,找到最新的 .log 文件,复制包含报错的最后 30 行内容。在等待日志的同时,...103.151* Posted at: 1 day ago -
#5852 程序内部错误:'NoneType' object has no attribute 'seek'Traceback (most recent call last):...
💬 1[Last reply:1 day ago] 这是由于配音生成的音频文件缺失导致的。在批量为字幕配音并开启音频自动加速时,程序需要合并每个字幕的配音片段,但部分片段文件不存在(例如 Edge-TTS 因限流或超时未能成功生成),导致 pydub 无法读取。解决方案:检查软件安装目录下的 tmp/[进程ID]/[任务UUID]/ 文件夹,查看 .wav 或 .mp3 配音文件是否全部生成。如果有缺失,说明配音阶段出了问题。降低 Edge-TTS...45.221* Posted at: 1 day ago -
#5849 你好我想问一下,我明明选了分离音频和重新嵌入背景音,为什么处理好的视频还是没有原来的背景音效。...
💬 32[Last reply:1 day ago] Win10:打开文件夹 → 点击「查看」→ 勾选「文件扩展名」Win11:打开文件夹 → 点击「查看」→「显示」→ 勾选「文件扩展名」一定不要勾选 清理已生成,否则会清空里面的人声和背景声文件,并且必须勾选分离人声背景声和重新嵌入背景 。...115.192* Posted at: 1 day 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 day ago] 这是由于阿里FunASR(本地内置)所需的 huggingface-hub 版本与打包版内置的版本不兼容导致的。打包版环境无法直接通过 pip 升级依赖,因为内部库是固定的。解决办法(按推荐顺序)更新软件版本:下载 v4.06 或最新的补丁包覆盖安装(完整包或补丁包均可),新版已修复该依赖冲突。 下载地址临时切换语音识别渠道:如果暂时无法更新,请改选 faster-whisper(本地内置) +...123.194* Posted at: 1 day ago -
#5850 配音阶段出错 [OmniVoice(本地内置)] 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:1 day ago] OmniVoice 模型文件缺失,软件在 D:/TTS/win-pyvideotrans-v4.06/models/models--k2-fsa--OmniVoice 目录下未找到 model.safetensors 或 pytorch_model.bin。这通常是由于自动下载失败(网络不稳定、被墙或下载中断)导致的。解决方法手动下载 OmniVoice 模型 前往 Hugging Face 仓...106.113* Posted at: 1 day ago -
#5844 你好,翻译完的字母可以直接替换掉原子幕吗...
💬 3[Last reply:1 day ago] pyVideoTrans 本身不具备去除视频画面中已嵌入硬字幕的功能。这类硬字幕是直接烧录在像素上的,要干净替换通常需要使用专门的视频修复工具(如基于 AI 的“字幕擦除/修复”软件)先移除原始字幕区域。参考文档本地离线提取视频硬字幕(说明提取与去除是不同的操作)...104.238* 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.