-
#5958 无效的值或参数:Cannot find a function with `api_name`: /basic_tts.:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 该错误是由于 pyVideoTrans 调用 F5-TTS 服务时,使用的 API 函数名称 /basic_tts 与您部署的 F5-TTS 服务中实际提供的接口名称不匹配。解决方案:升级软件版本:您当前使用的是 v3.83,该版本对 F5-TTS 的适配存在已知问题。请下载最新版 pyVideoTrans(v4.06),新版已统一 API 函数名为 /tts,可自动兼容官方 F5-TTS。检查 ...103.62**0 Posted at: 1 month ago -
#5957 mkl_malloc: failed to allocate memory:Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 这是由于计算机物理内存不足导致 faster-whisper 在 CPU 模式下分配内存失败。当前模型为 small,在 64 位操作系统上通常需要约 4-6GB 可用内存,若系统剩余内存较小或同时运行其他程序,会触发此错误。解决方案:降低语音识别模型:将 语音识别 的模型从 small 改为 tiny 或 base。tiny 模型占用内存约 1GB,base 约 1.5GB,可大幅缓解内存压力。...223.74**0 Posted at: 1 month ago -
#5956 无效的值或参数:Cannot find a function with `api_name`: /basic_tts.:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 该报错是因为F5-TTS服务端未正常启动或API地址配置错误,gradio_client无法找到/basic_tts接口。解决方法:确认F5-TTS服务已启动:确保你已自行部署并启动了F5-TTS的Gradio WebUI,且在浏览器中能正常访问其页面(默认地址 http://127.0.0.1:7860)。检查软件中的API地址:进入 菜单 → TTS设置 → F5-TTS,确认填写的API地址...103.62**0 Posted at: 1 month ago -
#5955 请先选择目标语言=system:Windows-10-10.0.26200-SP0version:v4.02frozen:Falselanguage:zhroot_dir:D:/Hasbir_Code/pyvideotrans-mainPy......
💬 1[Last reply:1 month ago] 在视频翻译界面中,必须手动选择目标语言才能开始处理。请检查主界面第3行(翻译渠道设置区域),找到「目标语言」下拉框,选择你希望翻译成的语言(例如 英语 日语 中文 等),再点击「开始」按钮即可。...122.225**1 Posted at: 1 month ago -
#5952 我用openai的翻译接口,本地rtx4060ti,我希望配音能流畅一些,字幕显示正确,处理速度尽可能快,最佳配置应该怎么设置...
💬 5[Last reply:1 month ago] 您遇到的问题是典型的配音后句间停顿过长和断句不合理,主要原因有两个:语音识别(ASR)阶段把一句话切成了多个过短的片段,导致配音时每条字幕独立生成音频,中间留有多余静音。配音合成阶段没有有效压缩字幕间的空白,也没有启用音频加速或移除前后静音缓冲。以下按优先级列出解决方案,请逐一执行:1. 合并过短字幕,从源头减少断句进入 菜单 → 工具/选项 → 高级选项 → 语音识别参数,设置:最短语音持续(毫...18.163**0 Posted at: 1 month ago -
#5954 [GPT-SoVITS] This channel needs deployed and started before available...
💬 1[Last reply:1 month ago] This error is caused by the GPT-SoVITS local API service not running.Solution:Deploy GPT-SoVITS following its official guide (it runs as a separate local service).Start the API server (usually on port...2a04**6caa Posted at: 1 month ago -
#5953 Translated Report (Full Report Below)Process: Python [31588]Path: /opt/homebrew/*/Python.......
2600**58b Posted at: 1 month ago -
#5951 安装缺失的 tenacity:zshpip install tenacity -i https://mirrors.aliyun.com/pypi/simple/安装完成后再次启动网页端:zshpython webui.py后续如果再弹出其......
💬 3[Last reply:1 month ago] uv sync 会自动解析项目根目录下的 pyproject.toml 并一次性安装所有依赖及其兼容版本,不会遗漏或错版。具体操作步骤:确保已安装 Python 3.10+ 和 uv(安装命令:pip install uv 或参考 uv 官方文档)。进入项目根目录(含有 pyproject.toml 的文件夹)。执行:uv sync --index https://mirrors.aliyun.c...35.81**0 Posted at: 1 month ago -
#5950 如何确认本机的gpu有没有参与加速,哪些阶段...
💬 11[Last reply:1 month ago] 使用 openai-whisper small 模型 + RTX 4060 Ti(8GB)并启用 CUDA 加速,处理 40 分钟视频的语音识别阶段(ASR)通常在 10 ~ 25 分钟 左右完成(约为实时速度的 1.6 ~ 4 倍)。small 模型较小,速度较快,但 openai-whisper 整体比 faster-whisper 慢一些。完整视频翻译流程的总时长估算如下:- 语音识别:10...18.163**0 Posted at: 1 month ago -
#5949 注意:M1 芯片运行桌面 GUI 有概率出现 Qt 线程崩溃直接退出...
💬 2[Last reply:1 month ago] 崩溃时有报错信息吗,截图或复制报错信息...240e**e779 Posted at: 1 month ago -
#5948 翻译字幕阶段出错 [Gemini AI] 保存字幕前格式化srt失败:file='E:/课程/土神翻译/Lecture 032 - BPR - Balanced Price Range - RALLY STARTER/BEST ORDER BLOCK! Using ICT Order Blocks with Market Structure and Smar...
💬 1[Last reply:1 month ago] 这是由于输出路径过长且包含空格、中文、特殊符号(如[、]、!),导致Windows系统无法创建或访问目标字幕文件。解决方法:将原始视频文件移动至浅层目录,例如拷贝到 D:\ 根目录下,并重命名为纯英文数字的组合,例如 video.mp4。重新运行翻译任务,不要勾选“清理已生成”,软件会按新的短路径重新执行。...2a12**f1b4 Posted at: 1 month ago -
#5947 翻译字幕阶段出错 [Gemini AI] 保存字幕前格式化srt失败:file='E:/课程/土神翻译/Lecture 032 - BPR - Balanced Price Range - RALLY STARTER/BEST ORDER BLOCK! Using ICT Order Blocks with Market Structure and Smar...
💬 1[Last reply:1 month ago] 错误根源在于输出文件的路径过长且包含中文字符和特殊符号,触发了 Windows 260 字符路径长度限制,导致 FileNotFoundError。解决方法:将原始视频移动到一个浅层、纯英文、无空格、无特殊符号的目录下,例如 D:\videos\lecture032.mp4。 (当前路径 E:/课程/土神翻译/... 中中文和方括号都是问题来源。)重新启动软件,导入移动后的视频,重新执行翻译任务...2a12**f1b4 Posted at: 1 month ago -
#5946 opening output E:/win-pyvideotrans-v4.05-0711/tmp/6068/vas-novoice-1784514511.2587998.mp4: No such file or directory opening output file E:/win-pyvideotrans-v4.05-0711/tmp/6068/vas...
💬 1[Last reply:1 month ago] 此错误是 FFmpeg 无法在临时目录创建输出文件 vas-novoice-xxx.mp4,常见原因是磁盘空间不足、权限限制或临时目录被误删。解决方案:检查磁盘空间:确保 E: 盘有足够剩余空间(至少 10GB 以上),并清理临时文件。以管理员身份运行:右键 sp.exe → “以管理员身份运行”,确保 FFmpeg 有写入权限。清理 tmp 文件夹:手动删除 E:/win-pyvideotran...120.230**8 Posted at: 1 month ago -
#5945 配音阶段出错 [Qwen3-TTS(本地内置)] Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory D:/BaiduNetdiskDownload/wi...
💬 1[Last reply:1 month ago] 这是由于 Qwen3-TTS 的本地模型文件未正确下载或缺失导致的。软件自动下载失败,模型目录为空。解决方案:手动下载 Qwen3-TTS Base 模型的所有文件:仓库地址:https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base/tree/main将下载的所有文件(包括子文件夹)放入目录:D:/BaiduNetdiskDownload/win-p...103.84**1 Posted at: 1 month ago -
#5944 opening output E:/win-pyvideotrans-v4.05-0711/tmp/30752/vas-tmp_audio-1784509473.3282425.wav: No such file or directory opening output file E:/win-pyvideotrans-v4.05-0711/tmp/30752...
💬 1[Last reply:1 month ago] 此错误是因为 FFmpeg 无法在临时目录 tmp/30752/ 下创建输出文件 vas-tmp_audio-...wav。常见原因及解决方案如下:检查磁盘空间:确认 E: 盘剩余空间是否充足(至少 5GB 以上)。检查临时目录权限:确保软件目录 E:/win-pyvideotrans-v4.05-0711/tmp/ 存在且可读写(右键属性查看)。检查杀毒软件拦截:腾讯管家、360、火绒等可能拦截...113.105**6 Posted at: 1 month ago -
#5942 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 3[Last reply:1 month ago] Great to hear that resolved the issue. If you run into anything else in the future, share the logs and I'll help promptly....80.242**1 Posted at: 1 month ago -
#5943 [F5-TTS] may not support ThaiTraceback (most recent call last):...
💬 1[Last reply:1 month ago] The error [F5-TTS] may not support Thai is due to F5-TTS local built-in model not including a Thai voice model. F5-TTS natively supports Chinese, English, Japanese, French, German, Russian, Italian, S...2001**afd2 Posted at: 1 month ago -
#5941 程序内部错误:'str' object has no attribute 'get':Traceback (most recent call last): File...
💬 5[Last reply:1 month ago] 中转站(第三方代理 API)与软件交互时,reasoning_effort 这个参数通常不被普通中转站支持,导致底层代码收到非预期的响应格式。请按以下步骤处理:1. 清除 reasoning_effort 参数关闭软件。进入软件根目录 videotrans/,找到 params.json 文件(建议先备份到桌面)。用记事本打开,搜索 reasoning_effort 字段,整行删除(包括前面的逗号...13.113**6 Posted at: 1 month ago -
#5940 翻译字幕阶段出错 [Google(免费)] 429 Client Error: Too Many Requests for url: https://api-edge.cognitive.microsofttranslator.com/translate?from=&to=ru&api-version=3.0&includeSentenceLength=tr...
💬 1[Last reply:1 month ago] 这是由于您的请求频率超过了微软翻译服务的限制,触发了 429 状态码(Too Many Requests)。建议按以下步骤缓解:增加翻译暂停秒数打开 菜单 -> 工具/选项 -> 高级选项 -> 字幕翻译调整将 翻译后暂停秒 从默认值调高至 5~10 秒降低每批字幕行数同一面板中,将 传统翻译渠道每批字幕行数 从默认值降低至 10~20 行修改后保存配置,重新执行翻译任务即可。请...2409**46ac Posted at: 1 month ago -
#5939 Subprocess Error: [Errno 2] No such file or directory: 'D:/Program Files (x86)/vits/tmp/20840/409b83542c/en.wav'Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 此错误是因为将软件解压到了包含空格和特殊字符的路径 D:/Program Files (x86)/vits 下,导致 ffmpeg 等工具在创建或访问临时文件时失败。解决方法将软件整个文件夹移动到纯英文、无空格、无括号的简单路径,例如 D:\pyVideoTrans。如果移动后仍报错,请重新下载完整的预打包版(2.6GB+)并解压到 D:\pyVideoTrans,不要使用旧版本的补丁覆盖。移走旧...2408**c7d4 Posted at: 1 month 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.