-
#3224 TypeError: Parameter `randomize_seed` is not a valid key-word argument. Please click on 'view API' in the footer of the Gradio app to see usage....
💬 1[Last reply:3 months ago] 这是由于您使用的 F5-TTS 服务的 API 接口版本与 pyVideoTrans 当前版本不兼容导致的。错误表明软件尝试传递一个名为 randomize_seed 的参数,但您启动的 F5-TTS 服务 API 不支持此参数。请按以下步骤解决:检查 F5-TTS 版本:确认您启动的 F5-TTS 服务是否为官方最新版本。旧版本的 API 接口可能缺少 randomize_seed 参数。更新 ...104.129* Posted at: 3 months ago -
#3222 未知错误=system:Windows-10-10.0.19045-SP0version:v3.91frozen:Truelanguage:zhroot_dir:D:/tts...
💬 1[Last reply:3 months ago] 这是由于软件版本过旧(v3.91)导致的未知错误。v3.91版本存在已知的稳定性问题,建议升级到最新版本。解决方案:备份配置:关闭软件,将 D:/tts 目录下的 config.json 文件复制到安全位置。下载最新版本:访问官方网站,下载适用于 Windows 的最新完整版(.7z 压缩包)。全新安装:将旧版软件文件夹(D:/tts)重命名(如 D:/tts_old)或移动到其他位置。将新版压缩...2408:8226* Posted at: 3 months ago -
#3221 TaskCfg(cache_folder='F:/Nova pasta/tmp/14760/b57f5eb5e8', target_dir='E:/arquivo convertido/1 - shorts/_video_out/A água começou a se multiplicar! #filme #resumo #short #cinema [o...
💬 1[Last reply:3 months ago] This error is caused by Microsoft Edge-TTS server rate limiting or rejecting the request, resulting in no audio being returned. The specific error "No audio was received. Please verify that your param...191.6* Posted at: 3 months ago -
#3220 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Lenovo/Downloads/香蕉钓大鱼-mp4/zh-cn.srt'...
💬 1[Last reply:3 months ago] This error occurs because the software cannot find the expected subtitle file (zh-cn.srt) at the specified path. This typically happens when you are trying to use a local SRT file for translation or d...171.234* Posted at: 3 months ago -
#3219 一个视频里有2个中文角色发音,如何输出为2个角色的英文发音,批量翻译的时候如何设置...
💬 5[Last reply:3 months ago] 根据你的描述,你已成功触发了“单视频交互模式”下的多角色配音设置。核心原因:在批量处理时,默认不会为每个视频弹出交互窗口。要批量实现多角色配音,需要在任务开始前的全局设置中预先配置。解决方案:在软件主界面,确保未选中任何具体任务。点击菜单栏的 “工具” -> “高级选项”。在弹出的窗口中,仔细查看所有标签页,特别是“配音设置”、“通用设置”或“任务设置”。寻找名为 “单视频交互模式”、“交互...138.2* Posted at: 3 months ago -
#3218 TaskCfg(cache_folder='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.91_最新版/tmp/39120/25d4d8324f', target_dir='0211-mp4', remove_noise=False, is_separate=False, detect_language='zh-cn...
💬 1[Last reply:3 months ago] 这是由于输出目录路径不存在或软件无法访问导致的文件移动失败。解决方案:检查并修正输出目录路径:根据日志,软件试图将最终视频文件移动到 0211-mp4/0211.mp4,但该目录 0211-mp4 不存在。请确保你设置的输出目录是一个完整、有效且软件有写入权限的路径(例如 D:\output\0211-mp4)。遵循路径规范:软件要求路径严禁包含中文、空格或特殊符号。你的软件安装路径 D:/Bai...103.198* Posted at: 3 months ago -
#3217 Video file must be selected....
💬 1[Last reply:3 months ago] The error "Video file must be selected" indicates that the software cannot find or access the video file you are trying to process.This is likely caused by the software's installation path containing ...159.146* Posted at: 3 months ago -
#3216 OSError: cannot load library 'libsndfile.dll': error 0x7e...
💬 1[Last reply:3 months ago] This error is caused by a missing or corrupted libsndfile.dll library, which is required for audio file processing. The issue occurs because the software is being run directly from within the compress...217.131* Posted at: 3 months ago -
#3215 TaskCfg(cache_folder='D:/ruanjian/win-pyvideotrans-v3.96-24/tmp/31608/13ce0d5a8c', target_dir='D:/_晚会/7逐梦新征程/_video_out/逐梦新征程 - MR_KING _ 许依晴 _ 刘璐 _ 王子平-mp3', remove_noise=False, i...
💬 1[Last reply:3 months ago] 这是由于 faster-whisper 模型文件 model.bin 缺失或损坏导致的。软件尝试从 HuggingFace 下载模型失败,或模型文件不完整。解决方案:手动下载模型文件:前往 HuggingFace 模型页面(例如 https://huggingface.co/Systran/faster-whisper-tiny)或国内镜像站。下载完整的模型文件,特别是 model.bin。将下载...2408:844f* Posted at: 3 months ago -
#3214 导入字幕出错,请检查文件内是否存在srt字幕格式内容...
💬 1[Last reply:3 months ago] 这是由于导入的字幕文件内容不符合标准的SRT格式要求。检查字幕文件内容:使用记事本等文本编辑器打开您尝试导入的SRT文件,检查其格式是否正确。标准SRT格式应包含:序号(从1开始递增的数字)。时间轴(格式为 时:分:秒,毫秒 --> 时:分:秒,毫秒)。字幕文本(可多行)。每个字幕块之间用一个空行分隔。修复或重新生成字幕:如果文件格式混乱,请尝试使用软件自带的“工具 -> 字幕格式转换...240e:393* Posted at: 3 months ago -
#3213 ValueError: Could not fetch config for http://localhost:8000/run/...
💬 1[Last reply:3 months ago] 这是由于本地部署的 Qwen-ASR 服务未正确启动或 API 地址配置错误导致的。确认服务状态:确保你已按照官方指引成功部署并启动了 Qwen-ASR 的本地 API 服务。检查服务终端窗口是否正常运行,并且监听地址是否为 http://localhost:8000。验证 API 地址:在 pyVideoTrans 的“语音识别设置”->“Qwen-ASR(本地)”配置中,确认“API地址...240e:b8f* Posted at: 3 months ago -
#3212 配音完成后,下载很慢...
💬 3[Last reply:3 months ago] 这是由于无法确定具体缺少哪个模型文件导致的。手动下载模型需要先明确软件正在尝试下载哪个模型。解决方案:查看日志确定模型名称:打开软件根目录下的 logs/ 文件夹,找到最新的日志文件(以日期命名,如 2025-03-15.log)。打开该文件,搜索关键词如 “Downloading”、“model”、“huggingface.co” 或 “models--”。在相关报错信息附近,通常会显示完整的模...95.85* Posted at: 3 months ago -
#3211 RuntimeError: return error:('Chinese', '第三类接触还有多远啊?韦伯正式展开拍摄任务已经届满周年,最近也传过来许多过去难以拍摄到的照片。六月初,天文学家在《自然》期刊上发表了这张照片,在蓝色核心外环绕着一圈。', {}, '')...
💬 1[Last reply:3 months ago] 这是由于 Qwen3-ASR 本地语音识别模型在处理特定音频时返回了错误。检查模型文件:确保 models/ 目录下的 Qwen3-ASR 模型文件完整且正确。如果是从网络下载,可能因网络问题导致模型文件损坏。建议尝试重新下载模型或从其他可靠来源获取。尝试其他语音识别渠道:作为临时解决方案,可以切换到其他语音识别渠道,例如 faster-whisper(本地)或 Qwen3-ASR(在线API),...188.253* Posted at: 3 months ago -
#3210 TaskCfg(cache_folder='C:/Users/ROG/OneDrive/Desktop/Pyvd/tmp/21828/b97a2c4993', target_dir='c:/users/rog/onedrive/desktop/pyvd/output/recogn', remove_noise=False, is_separate=False...
💬 1[Last reply:3 months ago] This error is caused by a version conflict or corruption in the tokenizers library, which is a dependency of the faster-whisper module. The specific error AttributeError: module 'decoders' h...82.121* Posted at: 3 months ago -
#3209 [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/Rar$EXa20600.19644.rartemp/videotrans/cfg.json'...
💬 1[Last reply:3 months ago] 这是由于软件在临时压缩包路径中运行,导致配置文件路径错误。停止当前操作:关闭所有 pyVideoTrans 窗口。正确安装软件:将下载的 .7z 压缩包完整解压到一个非系统盘的固定目录(例如 D:\pyVideoTrans)。确保解压路径不包含中文、空格或特殊符号。禁止直接在压缩软件(如 WinRAR)的预览窗口或临时解压目录中运行软件。重新启动:进入正确的解压目录(如 D:\pyVideoTra...121.32* Posted at: 3 months ago -
#3208 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/Rar$EXa20600.19644.rartemp/videotrans/cfg.json'...
💬 1[Last reply:3 months ago] 这是由于软件在临时目录中运行,导致配置文件路径错误。请立即停止从压缩包内直接运行软件。将整个软件文件夹(例如 pyVideoTrans)解压到非系统盘(如 D盘)的根目录下,确保路径中不包含中文、空格或特殊符号(例如 D:\pyVideoTrans)。进入解压后的文件夹,双击 sp.exe 启动软件。请查阅相关文档:免费下载pyVideoTrans视频翻译软件...121.32* Posted at: 3 months ago -
#3207 英文语音识别一直thank you...
💬 1[Last reply:3 months ago] 这是由于语音识别模型选择或参数设置不当,导致识别结果被错误地固定为“thank you”。解决方案:检查并更改语音识别渠道:在“语音识别渠道”设置中,切换到其他模型,例如 faster-whisper 或 openai-whisper。调整识别参数:确保“原始语言”已正确设置为 en(英语),不要依赖 auto(自动检测)。尝试关闭“说话人分离”功能。在“高级选项” -> “语音识别参数”中...240e:3a3* Posted at: 3 months ago -
#3206 openai.InternalServerError: Token error: No accounts available with quota for model: gemini-3-pro-preview...
💬 1[Last reply:3 months ago] 这是由于你使用的 Gemini AI 模型(gemini-3-pro-preview)在你的 API 账户中没有可用配额或额度已耗尽导致的。解决方案:检查 API 配额:登录你使用的 Gemini AI 服务提供商(例如 Google AI Studio 或提供 Gemini API 的第三方平台),确认你的账户是否有剩余配额或额度,并确保该账户有权访问 gemini-3-pro-preview ...212.107* Posted at: 3 months ago -
#3205 TaskCfg(cache_folder=None, target_dir='h:/baidunetdiskdownload/win-pyvideotrans-v3.92/output/translate', remove_noise=False, is_separate=False, detect_language=None, subtitle_langu...
💬 1[Last reply:3 months ago] 这是由于你配置的兼容AI接口(如OpenRouter、SiliconFlow等)的账户额度不足或未开通对 gemini-3-pro-preview 模型的支持导致的。检查账户与模型:登录你配置的AI平台(例如OpenRouter、SiliconFlow等),确认:账户是否有可用额度(Quota)。账户是否已开通或有权访问 gemini-3-pro-preview 这个特定模型。该模型可能属于高级或...212.107* Posted at: 3 months ago -
#3204 TaskCfg(cache_folder='C:/Users/GSJ-DATA-1/Desktop/win-pyvideotrans-v3.96-24/tmp/6108/fd3cd81fd1', target_dir='C:/Users/GSJ-DATA-1/Desktop/win-pyvideotrans-v3.96-24/output/recogn', ...
💬 1[Last reply:3 months ago] 这是由于阿里百炼 Qwen3-ASR 的 API 请求频率超过限制导致的。降低并发请求:在软件菜单栏中,进入“工具” -> “高级选项” -> “通用设置”,将“最大进程数”设置为 1 或 2,然后保存并重启软件。等待后重试:阿里云 API 有速率限制,请等待一段时间(例如几分钟到半小时)后再重新执行任务。考虑备用方案:如果频繁遇到此问题,可以切换到其他语音识别渠道,例如免费的本地 f...123.123* Posted at: 3 months 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.