-
#5871 在调整配音时间轴的时间时,希望增加快捷键调整...
💬 7[Last reply:1 hour ago] 软件的字幕编辑界面中,时间轴微调的 + 和 - 按钮设计为默认隐藏,需要右键单击时间轴区域才会弹出,这是当前版本的功能逻辑,暂不支持设置为始终显示。如需调整时间,可尝试直接拖拽时间轴左右边界,或双击时间数值手动输入精确时间。...2a14:4900* Posted at: 1 hour ago -
#5870 为什么翻译视频时只有字幕,而没有语言没有转换...
💬 1[Last reply:3 hours ago] 问题核心:您可能在配音渠道设置中未选择配音角色,或选择了“不配音”(No)。解决方案检查“Dubbing Channel”行:确认您已选择一个具体的配音渠道(如 Edge-TTS、Qwen3-TTS 等)。确认“Select Voice”:在选中配音渠道后,下拉框必须选择一个具体的配音角色(如 zh-CN-XiaoxiaoNeural),而不是保留“No”。检查目标语言:所选配音角色的语言应与“目...88.210* Posted at: 3 hours ago -
#5869 处理数据时缺少必需的键:'duration'Traceback (most recent call last):...
💬 1[Last reply:4 hours ago] 这个错误是由于视频文件缺少持续时间(duration)元数据导致的,常见于某些录屏生成的 .webm 文件或未完成的视频文件,ffprobe 无法正确解析其时长。解决办法:重新编码视频:使用软件自带的工具或其他转换工具将视频重新编码为标准的 MP4 格式(H.264 编码)。在软件主界面 -> 左侧面板选择“音视频字幕合并”工具,添加视频,输出格式选 mp4,然后执行。或使用第三方工具如 F...120.198* Posted at: 4 hours ago -
#5868 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 5[Last reply:9 hours ago] 从你提供的日志来看,软件未检测到任何 NVIDIA 显卡(可用 Nvidia 显卡数: 0),因此即使你在主界面上勾选了“CUDA 加速”,程序也会自动跳过并使用 CPU 处理。这是之前报错“No CUDA detected”的直接表现。另外,日志中几乎所有任务都显示 已停止,跳过阶段,这意味着这些任务被加入了停止集合(stoped_uuid_set)。通常是因为前一个任务报错后用户点击了“停止”...42.116* Posted at: 10 hours ago -
#5867 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:10 hours 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: 10 hours ago -
#5866 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:12 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: 12 hours ago -
#5865 Traceback (most recent call last): File...
💬 1[Last reply:13 hours ago] 这个错误是软件内部代码的一个兼容性问题,出现在较旧版本(v3.79)中。clear_cache 键在配置字典中缺失,导致程序在读取时出现 KeyError。解决方案:升级软件:请前往 pyVideoTrans 官网 下载最新版本(v4.06),新版本已修复此问题。临时规避(不推荐):若无法升级,可尝试在软件根目录下的 videotrans/params.json 文件中手动添加 "cle...36.148* Posted at: 13 hours ago -
#5864 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tfTraceback (most recent call last):...
💬 1[Last reply:15 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: 15 hours ago -
#5863 Dubbing Error [ChatterBox(LocalBuilt-in)] please run uv sync --extra chatterbox Traceback (most recent call last):...
💬 1[Last reply:20 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: 20 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:1 day ago] 这个错误是由 缺少 FunASR 所需的 TensorFlow 文本处理包(tensorflow-text) 导致的。可能是因为解压安装时该依赖被误删或杀毒软件拦截,也可能是补丁包覆盖不完整。解决方案(按顺序尝试):重新下载完整版压缩包:从官网下载 2.6GB 的完整版(非补丁包),解压到纯英文路径(如 D:\pyVideoTrans),然后直接双击 sp.exe 重试。切换语音识别渠道:暂时改用...123.194* Posted at: 1 day ago -
#5861 <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>:Traceback (most recent call last): File...
💬 1[Last reply:1 day ago] 这是因为语音识别模型下载时无法连接到服务器(ConnectionRefusedError)。你使用的是 openai-whisper(本地内置) + large-v3-turbo 模型,首次运行需要从 hugginface.co 或国内镜像站自动下载模型文件,但由于网络限制或防火墙拦截导致连接被拒绝。解决方法(任选其一):开启科学上网:如果你的网络环境无法直连国外服务器,请先开启 VPN / 代理...124.88* Posted at: 1 day 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 day ago] 这是一个代理配置错误导致 Google 翻译无法连接的问题。您设置了网络代理,但代理服务器拒绝连接(WinError 10061),请按以下步骤解决:清空代理设置:在主界面第 5 行 网络代理 输入框中,将内容完全清空,然后保存并重新执行任务。或更换翻译渠道:将 Trans Channel 切换为国内可直接访问的渠道,例如 微软翻译(免费且无需代理)或 百度翻译(需配置 API Key)。若仍需代...240e:359* Posted at: 1 day ago -
#5858 ubuntu 如何运行 confucius4-2026-0624...
💬 5[Last reply:1 day 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: 1 day ago -
#5859 翻译字幕阶段出错 [Google(免费)] 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容Traceback (most recent call last):...
💬 1[Last reply:1 day ago] 翻译字幕阶段报错 ProxyError: Tunnel connection failed: 404 Not Found,原因是代理文本框填写了 http://127.0.0.1:9880,而 9880 是 GPT-SoVITS 等本地 API 服务的端口,不是代理端口。Google 翻译无法通过这个错误的代理进行连接。解决方案:清空代理设置:回到软件主界面,找到最底部的「网络代理」输入框(或通过...103.190* Posted at: 1 day ago -
#5857 调整时间轴,只能通过鼠标右键 添加或者减少,有没有快捷键操作,...
💬 1[Last reply:1 day ago] 目前知识库中未记录调整时间轴的快捷键操作。在字幕编辑窗口中,当前仅支持鼠标右键添加或减少时间,暂无内置快捷键。建议查看官方文档页面获取最新功能更新,或提供软件版本号和日志以便进一步排查。请查阅相关文档:单视频精修模式...2a14:4900* Posted at: 1 day 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 day ago] 这是由于软件被解压并运行在百度网盘的临时目录(AppData/Roaming/baidunetdisk/...)中,该目录正被其他进程(如百度网盘或解压工具)占用,导致文件移动时被锁定。解决方法:将软件压缩包完整解压到一个非系统盘(如 D: 或 E:),路径中不要包含中文、空格或特殊符号(推荐形如 D:\pyVideoTrans)。不要在压缩包内直接双击 sp.exe,必须先解压。确保解压后,文件...240e:3b3* Posted at: 1 day 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
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.