-
#3149 RuntimeError: Model distil-large-v3.5 not found; available models = ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'larg...
💬 1[Last reply:4 months ago] 这是由于在语音识别时选择了 distil-large-v3.5 模型,但 OpenAI Whisper 本地模型库中不包含此模型。解决方案:在软件主界面,进入“语音识别”设置。在“模型”下拉列表中,选择一个可用的模型,例如 large-v3 或 large-v3-turbo。保存设置并重新执行任务。说明:distil-large-v3.5 是 Distil-Whisper 项目发布的蒸馏模型,并非...205.198* Posted at: 4 months ago -
#3148 videotrans.configure._except.StopRetry: 当前使用的是音色:照相机.wav,但Qwen-TTS端启动的模型不属于语音克隆模型,请检查启动Qwen-TTS的语音克隆模型Base,或者请选择内置音色进行配音...
💬 1[Last reply:4 months ago] 这是由于在 pyVideoTrans 中使用了 Qwen-TTS 的“克隆”角色或参考音频,但本地启动的 Qwen-TTS 服务并非语音克隆模型(Base 模型)导致的。解决方案:检查并启动正确的 Qwen-TTS 模型:Qwen-TTS 本地开源模型分为三类,pyVideoTrans 仅支持其中两类:语音克隆模型 (Base):模型名称如 Qwen3-TTS-12Hz-0.6B-Base 或 Q...205.198* Posted at: 4 months ago -
#3147 TaskCfg(cache_folder='D:/Green Softwares/Videotrans/videotrans/tmp/49100/96bdabc16f', target_dir='W:/Local/F(StoreHouse)/Others/youknow-new/Factory/_video_out/[TYSON] 押忍!!魁男子校 4-mp...
💬 1[Last reply:4 months ago] 这是由于 Gemini 语音识别 API 服务端返回了 500 内部错误。问题原因:错误信息 google.genai.errors.ServerError: 500 INTERNAL. {'error': {'code': 500, 'message': 'Internal error encountered.', ...23.177* Posted at: 4 months ago -
#3146 -TTS Config-device : cudais_half : Trueversion : v2t2s_weights_path : GPT_SoVITS......
💬 1[Last reply:4 months ago] 这是由于 GPT-SoVITS API 服务在接收 pyVideoTrans 的请求时,参数不匹配或格式错误,导致返回 400 Bad Request。检查 GPT-SoVITS 服务版本与接口:根据日志,你启动的是 GPT-SoVITS 的 v2 版本 API。pyVideoTrans 默认使用 GPT-SoVITS 的 api_v2 接口。请确保你的 GPT-SoVITS 服务已正确启动并支持...2409:8a20* Posted at: 4 months ago -
#3145 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8...
💬 1[Last reply:4 months ago] 这是由于外部 TTS 服务(GPT-SoVITS)的 API 服务未启动或连接地址配置错误导致的。启动 GPT-SoVITS 服务:确保你已经按照官方指南部署并启动了 GPT-SoVITS 的 API 服务。服务启动后,应有一个终端窗口保持运行,显示服务地址(通常是 http://127.0.0.1:9880)。检查 pyVideoTrans 配置:在 pyVideoTrans 的“配音渠道”设置...2409:8a20* Posted at: 4 months ago -
#3144 requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8B%E5%8F%8B.+&text_lang=zh&...
💬 1[Last reply:4 months ago] 这是由于 GPT-SoVITS API 服务在处理请求时返回了 400 错误。通常是因为请求参数(如参考音频路径、提示文本)不符合 API 要求,或者 API 服务本身未正确启动或配置。检查 GPT-SoVITS API 服务状态:确保 GPT-SoVITS 的 API 服务已正确启动在 http://127.0.0.1:9880。在浏览器中访问 http://127.0.0.1:9880/doc...2409:8a20* Posted at: 4 months ago -
#3143 RuntimeError: Unable to open file 'model.bin' in model 'D:/videotrans/models/models--distil-whisper--distil-large-v3.5-ct2'...
💬 1[Last reply:4 months ago] 这是由于模型文件 model.bin 缺失或损坏导致的。faster-whisper 模型文件夹结构不正确,无法加载。解决方案:检查模型文件夹:前往 D:/videotrans/models/ 目录,找到名为 models--distil-whisper--distil-large-v3.5-ct2 的文件夹。验证文件:确保该文件夹内包含 model.bin 文件。如果不存在,说明模型下载不完整。...36.92* Posted at: 4 months ago -
#3142 RuntimeError: CosyVoice failed to generate audio file: {}...
💬 1[Last reply:4 months ago] CosyVoice 配音渠道生成音频文件失败,通常是由于外部 CosyVoice 服务未正确启动或连接配置错误。解决方案:确保 CosyVoice 服务已启动:检查你是否已成功部署 CosyVoice 并启动了其 WebUI 或 API 服务。服务通常运行在 http://127.0.0.1:7860 或类似地址。检查 pyVideoTrans 中的配置:在软件菜单栏的“配音设置”或“TTS设置”...18.183* Posted at: 4 months ago -
#3141 多次重试连接失败,服务可能暂时不可用:Traceback (most recent call last): File "D:\pyvt.venv\lib\site-packages\urllib3\connection.py", line......
💬 1[Last reply:4 months ago] 这是由于自定义语音识别API的地址配置错误或网络无法解析该域名导致的。错误显示软件尝试连接一个无效的主机名 yp0mqwvfv7uqiarioapjgn16kl72kbso。检查API地址:请确认你在“语音识别渠道”中选择了“自定义API”,并且填写的“API地址”是否正确。这个地址应该是一个完整的、可访问的URL(例如 http://127.0.0.1:5000 或 https://api.ex...2409:8d5e* Posted at: 4 months ago -
#3140 RuntimeError: Unable to open file 'model.bin' in model 'D:/pyvideotrans/win-pyvideotrans-v3.96/models/models--Systran--faster-whisper-large-v1'...
💬 1[Last reply:4 months ago] 这是由于 faster-whisper 模型文件 model.bin 缺失或下载不完整导致的。解决方案:手动下载模型文件:前往 HuggingFace 模型页面下载 faster-whisper-large-v1 的模型文件。由于网络问题,你可能需要使用镜像站或代理。下载后,将模型文件(应包含 config.json, model.bin, tokenizer.json 等)放入正确的目录:D:/...2409:8a55* Posted at: 4 months ago -
#3139 视频翻译功能一般翻译视频的时常是多少?...
💬 3[Last reply:4 months ago] 根据知识库,使用字节火山方舟的语音识别大模型极速版(即“字节语音识别大模型极速版”)作为ASR渠道是可行的。核心步骤:开通服务:您需要前往字节火山方舟平台,开通“语音识别大模型极速版”服务,并获取API Key。软件配置:在pyVideoTrans的“语音识别设置”中,选择“字节火山语音识别”或类似渠道,填入您的API Key和所需的配置信息(如服务地址等)。详细操作指引:由于知识库中提供了专门的...2408:8226* Posted at: 4 months ago -
#3138 TaskCfg(cache_folder='D:/futa/win-videotrans-v3.78-0821/tmp/76336/89a3ce07de', target_dir='c:/users/rick/videos/pyvideotrans/recogn', remove_noise=True, is_separate=False, detect_l...
💬 1[Last reply:4 months ago] 这是由于软件内置的 tokenizers 库版本与 faster-whisper 不兼容导致的。错误信息 module 'decoders' has no attribute 'DecodeStream' 表明 tokenizers 库的 decoders 模块缺少 DecodeStream 属性。解决方案:下载并替换 tokenizers 库文件:从官方提...103.62* Posted at: 4 months ago -
#3137 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000019f0dfad1c0] moov atom not found F:/ai/win-pyvideotrans-v3.96/tmp/15928/4f0e66610c/novoice.mp4: Invalid data found when processing input...
💬 1[Last reply:4 months ago] 这是由于在处理视频文件时,FFmpeg 未能找到关键的 moov 原子(存储视频索引信息),导致无法处理输入文件。解决方案:检查源视频文件:确认源视频文件 F:/ai/win-pyvideotrans-v3.96/tmp/15928/4f0e66610c/novoice.mp4 是否完整且未损坏。该文件是软件在处理过程中生成的中间文件,其损坏通常源于原始视频文件不标准或下载不完整。重新处理:尝试重...27.190* Posted at: 4 months ago -
#3136 TaskCfg(cache_folder='E:/下載/win-pyvideotrans-v3.96/tmp/18124/81d3ac32aa', target_dir='E:/Unknown alley/_video_out/MIRD-279 陰道-1冠軍2026 - MIRD-279 - 7mmtv.sx - Watch JAV Online-ts', ...
💬 1[Last reply:4 months ago] 这是由于你使用的 Gemini AI 翻译渠道免费额度已用完导致的。Gemini API 免费层对每个模型(如 gemini-3-flash)有每日请求次数限制(本例中为20次),超出后会出现 429 配额耗尽错误。解决方案:等待配额重置:免费配额通常按天重置。根据错误信息,大约需要等待 33 秒后重试,但每日总限额已用尽,建议等待至次日再尝试。更换翻译渠道:这是最直接的解决方法。在 pyVide...36.232* Posted at: 4 months ago -
#3135 openai.NotFoundError: Error code: 404 - {'error': {'message': 'No endpoints found for moonshotai/kimi-k2:free.', 'code': 404}, 'user_id': 'user_37c1SoKwqGKF0rtvMe2RbTmJNR8'}...
💬 1[Last reply:4 months ago] This error indicates that the translation channel (OpenAI-compatible API) you are using cannot find the specified model. The API server (likely OpenRouter) reports that the model endpoint moonshotai/k...155.117* Posted at: 4 months ago -
#3134 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by ProxyError('Unable to connect to proxy', NewConnectionError('<ur...
💬 1[Last reply:4 months ago] 这是由于网络代理配置错误或目标服务器无法访问导致的。Edge-TTS 服务需要连接到微软的服务器,但当前网络连接被阻止。解决方案:检查并关闭网络代理:如果你使用了网络代理(VPN或HTTP代理),请暂时关闭它,然后重试。调整软件网络设置:打开 pyVideoTrans。进入菜单栏的 工具 -> 高级选项 -> 通用设置。找到 网络代理 设置。如果此处已填写代理地址,请将其清空,然后保存...106.111* Posted at: 4 months ago -
#3132 aiohttp.client_exceptions.WSServerHandshakeError: 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedCl...
💬 6[Last reply:4 months ago] 这是通过补丁包升级后,因文件不完整或残留旧文件导致视频合成环节出现 bug。解决方案:请下载并解压 v3.96 的完整包,覆盖安装到您当前的软件目录(例如 E:/pyvideotrans/389)。在覆盖前,请务必备份您 config 文件夹下的个人配置文件(如 config.json)。覆盖完成后,重新启动软件。如果问题在新完整包中仍然存在,请暂时在“高级选项”的“视频对齐”设置中,将“对齐策略...117.62* Posted at: 4 months ago -
#3133 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-...
💬 1[Last reply:4 months ago] 这是由于 Edge-TTS 渠道并发请求过高,触发微软服务器限流导致的 403 错误。解决方案:打开 pyVideoTrans 软件。点击菜单栏的“工具” -> “高级选项”。在“配音设置”区域,找到“同时配音线程数”,将其设置为 1。在同一区域,找到“配音后暂停秒数”,将其设置为 5 或更高(例如 10)。保存设置并重启软件,然后重试任务。请查阅相关文档:edgeTTS 配音渠道edge-...50.7* Posted at: 4 months ago -
#3131 TaskCfg(cache_folder='E:/win-pyvideotrans-v3.96/tmp/2532/b2496293be', target_dir='C:/Users/Administrator/Desktop/新建文件夹/3-mp3', remove_noise=False, is_separate=False, detect_languag...
💬 1[Last reply:4 months ago] 这是由于您的 NVIDIA 显卡(CUDA 设备)与当前 faster-whisper 库编译的 CUDA 内核版本不兼容导致的。具体错误 cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device 表明软件内置的 CUDA 计算能力不支持您的显卡。确认您的显卡型号:在 CMD ...111.14* Posted at: 4 months ago -
#3130 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\baidunetdiskdownload\\_internal\\azure\\cognitiveservices\\speech\\Microsoft.CognitiveServic...
💬 1[Last reply:4 months ago] 这是由于操作系统缺少必要的 VC++ 运行时组件,或软件包文件不完整,导致 Azure TTS 所需的动态链接库(DLL)无法加载。解决方案:安装 VC++ 运行时组件:这是最可能的原因。请下载并安装 Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, 2022。安装后重启电脑。下载地址:https://...39.149* Posted at: 4 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.
Dondate: ko-fi.com/jianchang512