-
#5748 bản này không có timeline view nhỉ để kéo text dịch che text cũ cho chuẩn...
💬 15[Last reply:24 days ago] Trong pyVideoTrans không có chức năng giữ nguyên âm thanh gốc (cả giọng nói và nhạc nền) rồi chỉ giảm nhỏ âm lượng của nó đi. Mặc định, khi bạn chạy quá trình dịch và lồng tiếng, phần mềm sẽ thay thế ...116.111* Posted at: 24 days ago -
#5749 最后一步字幕配音嵌入时出错: Filter not foundTraceback (most recent call last):...
💬 1[Last reply:24 days ago] 这是由于 macOS 上通过 Homebrew 安装的 FFmpeg 缺少 subtitles 滤镜(需要 libass 库),导致无法执行硬字幕嵌入。解决方案:重新安装带 libass 支持的 FFmpeg。完全卸载当前 FFmpeg:brew uninstall ffmpeg安装带全部常用编码器与滤镜的 FFmpeg(推荐使用第三方 tap):brew tap homebrew-ffmpeg/...3.112* Posted at: 24 days ago -
#5747 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:24 days ago] 系统缺少 libsndfile 动态库,这是 macOS 上 soundfile 库加载所需的底层音频处理库。 请通过 Homebrew 安装:brew install libsndfile安装后重启 pyVideoTrans 即可。 如果 brew 尚未安装,请先安装 Homebrew:/bin/bash -c "$(curl -fsSL https://raw.githubuse...3.112* Posted at: 24 days ago -
#5746 系统错误 (None):NoneTraceback (most recent call last):...
💬 9[Last reply:24 days ago] 环境已成功重建。现在启动软件:uv run sp.py如果仍然遇到同样错误,请将报错内容完整粘贴。...3.112* Posted at: 24 days ago -
#5745 系统错误 (None):NoneTraceback (most recent call last):...
💬 5[Last reply:24 days ago] 重新安装依赖后,请现在尝试运行软件:uv run sp.py如果启动后正常进入界面,则问题已解决。若仍出现 sndfile 相关报错,请提供完整错误信息以便进一步排查。...3.112* Posted at: 24 days ago -
#5742 tôi không hiểu sao các tool khác thì ok nhưng riêng tool này thì lại bị giảm chất lượng khi xuất video ra , mà dung lượn......
💬 3[Last reply:24 days ago] Để giữ nguyên chất lượng hoàn toàn (lossless), chỉ có một cách: đáp ứng các điều kiện xuất không mã hóa lại (lossless) mà tôi đã nêu ở câu trả lời trước. Cụ thể:Video đầu vào phải là mp4, codec H.264,...116.111* Posted at: 24 days ago -
#5744 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:24 days ago] 这是 macOS 上缺少 libsndfile 系统库导致的。libsndfile 是 Python 库 soundfile 的底层依赖,用于音频文件的读写。请按以下步骤解决:使用 Homebrew 安装 libsndfile:brew install libsndfile重新安装 Python 依赖:uv sync如果仍有问题,可强制重新安装 soundfile:uv add soundfile...3.112* Posted at: 24 days ago -
#5743 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:24 days ago] 这是由于缺少系统底层音频库 libsndfile 导致的。macOS 上需要通过 Homebrew 安装该库。解决方案:确保已安装 Homebrew(如未安装请先安装:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")。在终端中执行以下命...3.112* Posted at: 24 days ago -
#5741 系统错误 (None):None:Traceback (most recent call last):...
💬 1[Last reply:24 days ago] 这是由于本地 OmniVoice 模型文件未正确下载导致的。v4.05 版本内置了 OmniVoice 配音渠道,首次使用时需要在线下载模型文件到 models/models--k2-fsa--OmniVoice 目录。如果下载中断或网络异常,就会造成模型文件缺失。解决方案:检查网络并重启软件 关闭软件,确保网络畅通(如使用代理请确认代理设置正确),然后重新启动软件并再次使用 OmniVoice...117.136* Posted at: 24 days ago -
#5740 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:24 days ago] 这是由于 Qwen3-TTS 在 CUDA 环境下处理参考音频时发生了数据范围越界(device-side assert triggered)。根本原因是参考音频时长不合适或显存不足。解决方案(按顺序操作):关闭 CUDA 加速(临时绕过):在主界面取消勾选 "CUDA 加速",改用 CPU 运行 Qwen3-TTS,确认是否是显存不足导致的。调整参考音频时长限制:如果必须使用 CUDA,请保证以...103.62* Posted at: 24 days ago -
#5739 语音识别阶段出错[faster-whisper(本地内置)] Subprocess Error: [WinError 1455] 页面文件太小,无法完成操作。Traceback (most recent call last):...
💬 1[Last reply:24 days ago] 这是由于在 CPU(未启用 CUDA)模式下运行 large-v3-turbo 模型时,系统虚拟内存(页面文件)不足导致的内存分配失败。解决方法(任选其一):增大 Windows 虚拟内存:右键“此电脑” → 属性 → 高级系统设置 → 高级 → 性能设置 → 高级 → 虚拟内存更改。取消“自动管理”,选择安装软件所在的盘(通常是C盘或D盘),将“自定义大小”的初始和最大值均设为 32768 MB...240e:3b4* Posted at: 24 days ago -
#5738 No such file or directory:...
💬 1[Last reply:24 days ago] 这是由于 Qwen3-ASR 本地模型文件未下载完毕或缺失导致的。解决办法:打开软件目录 D:/BaiduNetdiskDownload/win-pyvideotrans-v4.05-0709/models/,检查是否存在 models--Qwen--Qwen3-ASR-1.7B 文件夹,并且内部包含 model-00001-of-00002.safetensors 等文件。若文件夹为空或缺失文件...45.152* Posted at: 24 days ago -
#5737 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:25 days ago] This error is caused by the Qwen3-TTS voice cloning engine encountering a tensor shape mismatch, typically because the reference audio (dynamically cut from your video for each subtitle) is either too...185.238* Posted at: 25 days ago -
#5736 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:25 days ago] 该错误是由于 OmniVoice 本地模型文件未下载完整或缺失导致的。软件在 models/models--k2-fsa--OmniVoice 目录下没有找到 model.safetensors 或 pytorch_model.bin 文件。解决方法:关闭软件,进入软件根目录下的 models 文件夹,找到 models--k2-fsa--OmniVoice 文件夹,将其彻底删除。重新启动软件,再...120.229* Posted at: 25 days ago -
#5735 The server [DeepSeek] returned an error message: Insufficient balance. Please log in to the platform to view your balance information. Current API: https://api.deepseek.com/v1/...
💬 1[Last reply:25 days ago] The error is caused by insufficient balance in your DeepSeek API account. The API server returned Insufficient Balance (error code 402), which stops all translation tasks using this channel.Solution:L...42.115* Posted at: 25 days ago -
#5734 Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.:Traceback (most recent call last): File...
💬 1[Last reply:25 days ago] 这是因为你的 openai-whisper 模型文件 large-v3-turbo.pt 下载不完整或损坏,SHA256 校验失败。解决方案:删除损坏的模型文件:进入软件根目录下的 models/ 文件夹,找到名为 large-v3-turbo.pt 的文件并删除。重新下载:重启软件,再次执行任务,会自动重新下载该模型。请确保网络稳定。更换渠道(推荐):在主界面将“ASR Channel”从 op...39.154* Posted at: 25 days ago -
#5733 Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.:Traceback (most recent call last): File...
💬 1[Last reply:25 days ago] 模型文件下载后 SHA256 校验失败,通常是因为文件损坏或下载不完整。请按以下步骤解决:删除已损坏的模型文件:进入软件目录下的 models/ 文件夹,找到与 openai-whisper 和 tiny 相关的模型文件(通常是 tiny.pt 或其他 *.pt 文件),将其删除。重新启动软件,软件会自动重新下载该模型。如果重新下载后仍报错,可能是网络不稳定导致下载包损坏,建议更换网络环境(例如关...109.110* Posted at: 25 days ago -
#5732 No transcription results returned. Please check the original audio/video or model and try again.Traceback (most recent call last):...
💬 1[Last reply:25 days ago] 此错误表明语音识别引擎(faster-whisper large-v3-turbo)未能从音频中检测到任何语音内容,通常由以下原因导致:视频无有效人声:检查视频是否包含清晰的说话声(非纯音乐/背景音)。模型文件不完整或加载失败:未启用 CUDA 加速时,large-v3-turbo 模型对 CPU 内存要求较高(建议 ≥16GB),且首次运行需自动下载模型。若下载中断或文件损坏,则转录返回空。发音...109.110* Posted at: 25 days ago -
#5731 连接被重置,网络可能不稳定Traceback (most recent call last):...
💬 1[Last reply:25 days ago] 这是 Google 翻译被网络阻断导致的连接重置错误。您在中国大陆地区使用 Google 翻译需要配置科学上网代理,或改用无需代理的翻译渠道。解决方案:配置网络代理:在主界面 网络代理 文本框填写您的代理地址,格式为 http://127.0.0.1:端口号 或 socks5://127.0.0.1:端口号,然后重新执行任务。更换翻译渠道:若无法使用代理,请在 Trans Channel 下拉框中...109.110* Posted at: 25 days ago -
#5730 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:Traceback (most recent call last):...
💬 1[Last reply:25 days ago] 这个报错是由于 index-tts 开源库内部的多语言翻译不一致导致的校验 Bug。解决方案:找到你本地部署的 index-tts 项目根目录下的 webui.py 文件。用文本编辑器打开该文件,全局搜索字符串 i18n("与音色参考音频相同")。将其替换为英文文本:Same as the voice reference。保存文件,然后重新启动 index-tts 服务即可。...13.214* Posted at: 25 days 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.