-
#5765 文件不存在:None:Traceback (most recent call last):...
💬 1[Last reply:3 days ago] F5-TTS 模型文件 (model_1250000.safetensors) 缺失导致报错。请手动下载模型并放置在正确路径。下载中英模型(1.35GB):从 Hugging Face 或国内镜像 hf-mirror.com 下载所有文件。将下载的文件放入 D:/win-pyvideotrans/models/models--SWivid--F5-TTS/F5TTS_v1_Base/ 目录(如目录...192.220* Posted at: 3 days ago -
#5763 请问mac安装过程怎么出现第一张图和你们的安装的界面不一样,还有第二张图弹窗怎么办...
💬 2[Last reply:3 days ago] 第一张是在检查是否有可用GPU,耐心等待几秒即可第二个图缺失依赖,是否执行了uv sync , 或者再单独执行下 ·uv add aiohttp·...111.33* Posted at: 3 days ago -
#5762 opening output E:/win-pyvideotrans-v3.99-0508/tmp/1664/1783739302.8435535-013.《 The Three Little Men In The Wood 》.fr.mp3: No such file or directory opening output file E:/win-pyvi...
💬 1[Last reply:3 days ago] 这是由于文件名中包含中文括号(《》)和点号等特殊字符,导致 FFmpeg 在创建临时输出目录时失败,报 No such file or directory。解决方案:重命名原始视频文件:将文件改为仅包含英文字母、数字和下划线的简单名称,例如 ThreeLittleMenInTheWood.mp4。避免使用中文、空格、点号、特殊符号。检查临时目录:确保 tmp/ 目录所在磁盘(这里是 E盘)有足够的...2409:8a55* Posted at: 3 days ago -
#5761 翻译字幕阶段出错 [微软(免费)] 429 Client Error: Too Many Requests for url: https://api-edge.cognitive.microsofttranslator.com/translate?from=&to=ko&api-version=3.0&includeSentenceLength=trueTr...
💬 1[Last reply:4 days ago] 这是由于微软免费翻译接口对短时间内的请求进行了限流,触发了 429 错误。解决方案:打开主界面上方菜单 工具 → 高级选项。进入 "字幕翻译调整" 区域。将 "传统翻译渠道每批字幕行数" 降低(例如设为 5 或 10)。将 "翻译后暂停秒" 增大(例如设为 3 或 5 秒),以降低请求频率。保存后,删除 tmp/translate_cache/ 下的缓存文件(或勾选主界面"清理已生成"),重新执行...2409:8a55* Posted at: 4 days ago -
#5760 翻译字幕阶段出错 [Gemini AI] Your project has been denied access. Please contact support.Traceback (most recent call last):...
💬 1[Last reply:4 days ago] 这是由于您的Gemini API密钥对应的 Google Cloud 项目被拒绝访问所致,表现为 403 PERMISSION_DENIED 错误。最直接的原因是密钥失效、项目未启用 Gemini API,或触发了风控/配额限制。解决办法如下:验证 API 密钥 进入 Google AI Studio 检查您的 API Key 是否仍有效,必要时重新生成一个新 Key。确认 Gemini API...119.13* Posted at: 4 days ago -
#5759 Video required...
💬 1[Last reply:4 days ago] The error "Video required" typically occurs when you attempt to start a translation task without selecting any video or audio file. This is by design – the software needs an input file before it can p...150.107* Posted at: 4 days ago -
#5754 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: keras_nlpTraceback (most recent call last):...
💬 5[Last reply:4 days ago] 错误根源与上次一致:faster-whisper 底层依赖的 TensorFlow/Keras 环境异常,报错 Backend should be defined in the BACKENDS_MAPPING. Offending backend: tf。这表明模型加载时遇到了库的版本冲突或文件损坏。即使重新下载了完整包,问题依然存在。请按以下步骤彻底解决:删除损坏的模型文件 进入 D:\Py...150.107* Posted at: 4 days ago -
#5758 'NoneType' object has no attribute 'get':Traceback (most recent call last): File...
💬 1[Last reply:4 days ago] The error 'NoneType' object has no attribute 'get' occurs in the OpenAI-compatible translation module (_openaicompat.py). This means the API returned None – usually due to an incor...14.191* Posted at: 4 days ago -
#5757 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceback (most recent call last): File...
💬 1[Last reply:4 days ago] This error is caused by Google's Gemini API server being unable to handle your request due to temporary high demand or rate limiting on their side. The message "This model is currently experiencing hi...14.191* Posted at: 4 days ago -
#5756 The model download failed. You can try opening the following URL and downloading all files to the C:/Users/JOHN/Documents/DUBLADOR/win-pyvideotrans-v4.05-0709/models/models--mobius...
💬 1[Last reply:4 days ago] The error is caused by an incorrectly set system environment variable REQUESTS_CA_BUNDLE (or CURL_CA_BUNDLE) pointing to a non-existent certificate bundle at C:\certs\cacert.pem. This prevents Python ...152.237* Posted at: 4 days ago -
#5755 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:4 days ago] 这是由于 Qwen3-TTS 在启用 CUDA 加速并使用 clone 角色时,遇到了参考音频时长或显存超出模型处理范围导致的 device-side assert triggered 错误。请按以下步骤排查和修复:检查显存是否充足:Qwen3-TTS 和 faster-whisper 同时占用显存,若显存不足(如小于 8GB),请降低 ASR 模型为 small 或 base,或暂时关闭 CUD...120.229* Posted at: 4 days ago -
#5753 配音全部失败 NoneTraceback (most recent call last):...
💬 1[Last reply:4 days ago] 这是由于代理地址填写错误导致的。您在软件主界面“网络代理”文本框中填写了 http://127.0.0.1:7860,但 Index-TTS 是一个需要自行部署的本地 API 服务,其 API 地址应在 菜单 → TTS 设置 → Index-TTS 面板中配置,而不是填写在主界面的代理框内。 解决方案:清空主界面的代理文本框(除非您确实需要通过代理访问境外服务,否则应留空)。在 菜单 → TT...183.198* Posted at: 4 days ago -
#5752 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 1[Last reply:4 days ago] This error is caused by a missing or incompatible TensorFlow-related backend (tensorflow_text) within the faster-whisper subprocess. This is not a typical faster-whisper error but likely stems from a ...150.107* Posted at: 4 days ago -
#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:4 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: 4 days ago -
#5749 最后一步字幕配音嵌入时出错: Filter not foundTraceback (most recent call last):...
💬 1[Last reply:4 days ago] 这是由于 macOS 上通过 Homebrew 安装的 FFmpeg 缺少 subtitles 滤镜(需要 libass 库),导致无法执行硬字幕嵌入。解决方案:重新安装带 libass 支持的 FFmpeg。完全卸载当前 FFmpeg:brew uninstall ffmpeg安装带全部常用编码器与滤镜的 FFmpeg(推荐使用第三方 tap):brew tap homebrew-ffmpeg/...3.112* Posted at: 4 days ago -
#5747 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:4 days ago] 系统缺少 libsndfile 动态库,这是 macOS 上 soundfile 库加载所需的底层音频处理库。 请通过 Homebrew 安装:brew install libsndfile安装后重启 pyVideoTrans 即可。 如果 brew 尚未安装,请先安装 Homebrew:/bin/bash -c "$(curl -fsSL https://raw.githubuse...3.112* Posted at: 4 days ago -
#5746 系统错误 (None):NoneTraceback (most recent call last):...
💬 9[Last reply:4 days ago] 环境已成功重建。现在启动软件:uv run sp.py如果仍然遇到同样错误,请将报错内容完整粘贴。...3.112* Posted at: 4 days ago -
#5745 系统错误 (None):NoneTraceback (most recent call last):...
💬 5[Last reply:4 days ago] 重新安装依赖后,请现在尝试运行软件:uv run sp.py如果启动后正常进入界面,则问题已解决。若仍出现 sndfile 相关报错,请提供完整错误信息以便进一步排查。...3.112* Posted at: 4 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:4 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: 4 days ago -
#5744 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:4 days ago] 这是 macOS 上缺少 libsndfile 系统库导致的。libsndfile 是 Python 库 soundfile 的底层依赖,用于音频文件的读写。请按以下步骤解决:使用 Homebrew 安装 libsndfile:brew install libsndfile重新安装 Python 依赖:uv sync如果仍有问题,可强制重新安装 soundfile:uv add soundfile...3.112* Posted at: 4 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.