-
#6182 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:23 days ago] This error means pyVideoTrans did not detect a usable NVIDIA CUDA environment on your machine. The usual causes are: your GPU is not NVIDIA, the NVIDIA driver is outdated, CUDA Toolkit 12.8+ / cuDNN 9...2402:**:3681 Posted at: 23 days ago -
#6181 翻译字幕阶段出错 [DeepSeek] 内容太长超出最大允许Token,请减小内容或增大max_token,或者降低每次发送字幕行数Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8192, prompt_...
💬 1[Last reply:23 days ago] 这是 DeepSeek 模型推理(reasoning)token 消耗完了全部输出配额导致的。错误中 reasoning_tokens=8192 表示模型将所有输出 token 都用于“思考”,最终没有产生实际翻译文本,从而触发长度限制错误。解决方案增大 max_token 上限打开 菜单 → 翻译设置 → DeepSeek 渠道设置,将 max_token 从默认值调大(建议设置为 8192 或...117.182.**4 Posted at: 23 days ago -
#6180 v4.08语音识别模型重新下载时,只有faster-whisper和openai-whisper,模型选项显示正常,其它的选如Qwen-ASR、Whisper.cpp、阿里FunASR等等,都会跳出错误窗口:Error Traceback ......
💬 3[Last reply:23 days ago] 这是 v4.08 中语音识别渠道切换逻辑的界面刷新异常,不是模型文件缺失导致。从日志看,选择 Qwen-ASR 后,程序仍按 faster-whisper 的模型列表去加载模型(请求 Qwen/Qwen3-ASR-tiny,而该渠道实际模型应为 Qwen3-ASR-0.6B 或 1.7B),同时在切换界面时访问了不存在的 hfaster_layout 属性,因此弹出 AttributeError:...2409:**:def3 Posted at: 23 days ago -
#6179 打开后没有上传字幕的位置怎么办,没有找到上传字幕的位置。我有中文字幕,但我想要视频里的音色克隆,我该怎么操作...
💬 1[Last reply:24 days ago] 主界面默认没有"上传字幕"按钮,使用已有字幕需要遵循特定的文件夹规则导入,而不是直接上传。操作步骤(以视频 myvideo.mp4、你有中文字幕为例)在视频所在目录下新建 _video_out 文件夹,进入后新建子文件夹,命名规则为 视频名-视频格式: _video_out/myvideo-mp4/把你的中文字幕文件复制到该子文件夹内,并命名为标准语言代码: _video_out/myvide...142.249.**3 Posted at: 24 days ago -
#6178 翻译字幕阶段出错 [OpenRouter] This request requires more credits, or fewer max_tokens. You requested up to 8192 tokens, but can only afford 7963. To increase, visit https://openrouter.ai/s...
💬 1[Last reply:24 days ago] 翻译字幕失败是因为 OpenRouter 账户余额不足以支付当前请求的 token 消耗(你需要 8192 tokens,但账户仅剩 7963 tokens)。解决方案:为 OpenRouter 账户充值:访问 https://openrouter.ai/settings/credits 添加 credits。临时降低单次请求 token 消耗:进入软件菜单 → 工具/选项 → 高级选项 → 字幕...203.10.**2 Posted at: 24 days ago -
#6177 Video required...
💬 1[Last reply:24 days ago] "Video required" error typically appears when you click "Start" without selecting a video or audio file in the main translation panel.Solution:Click the "Translate video or audio" button in the first ...193.30.**4 Posted at: 24 days ago -
#6176 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:{'text': '你好啊我的朋友,希望你今天开心!', 'role': 'zh_male_bj.wav...
💬 1[Last reply:24 days ago] 这是由于 index-tts 开源库内部的多语言界面字符翻译不一致导致的校验 Bug。 解决方案:打开您本地部署的 index-tts 项目根目录下的 webui.py 文件。全局搜索字符串 i18n("与音色参考音频相同"),将其替换为英文 Same as the voice reference。保存文件并重启 index-tts 服务即可。请查阅相关文档:F5/Spark...2409:**:ac6a Posted at: 24 days ago -
#6175 NoneTraceback (most recent call last):...
💬 1[Last reply:24 days ago] 报错出现在语音识别的 VAD(语音活动检测)音频预处理阶段,而非 OpenAI API 调用阶段。可能原因包括:音频文件损坏/格式异常、VAD 模型加载失败、磁盘空间不足或临时文件夹写入权限异常。请提供软件安装目录下 logs/ 文件夹中最新日期的 .log 文件内容(复制最后约30行),以便进一步定位。例如检查 D:/pyVideoTrans/win-pyvideotrans-v4.07/log...104.28.**5 Posted at: 24 days ago -
#6174 Error embedding final dubopening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing inputTraceb...
💬 1[Last reply:24 days ago] novoice.mp4 file is corrupted or inaccessible during final assembly. This is caused by non-ASCII characters and spaces in file paths and filenames, which FFmpeg fails to parse.Solution:Move the source...197.59.**8 Posted at: 24 days ago -
#6173 Traceback (most recent call last): File...
💬 1[Last reply:24 days ago] 核心原因是腾讯翻译服务未开通。日志明确报错 FailedOperation.UserNotRegistered:该腾讯云账号尚未开通机器翻译服务。请按以下步骤解决:登录腾讯云控制台,找到「机器翻译」服务,点击开通(通常需实名认证)。开通后重新在软件菜单-翻译设置中填写正确的 SecretId 和 SecretKey。若不想开通或急用,可临时切换至 Microsoft翻译 或 Google翻译 等免...124.232.**2 Posted at: 24 days ago -
#6172 google/chirp-3 is a transcription model and cannot be used with the chat/completions endpoint. Use the /api/v1/audio/transcriptions endpoint instead.https://openrouter.ai/api/v1...
💬 1[Last reply:24 days ago] 你在翻译渠道的 OpenRouter.ai 中配置了模型 google/chirp-3,但该模型是语音转录专用模型,无法用于文本翻译。请将模型更换为 OpenRouter 支持的文本生成模型(如 google/gemini-3-flash-preview 或 minimax/minimax-m2.7)。操作步骤:打开菜单 -> 翻译设置 -> OpenRouter.ai。修改“模型”一...103.81.**3 Posted at: 24 days ago -
#6171 DeepgramApiError: Invalid credentials. (Status: 401)...
💬 1[Last reply:24 days ago] 这表示你使用的 Deepgram API 密钥无效或未正确配置。请按以下步骤检查:确保已在 Deepgram 官网 (https://deepgram.com) 注册并获取有效的 API Key(免费版有额度限制)。打开软件 → 菜单 → 语音识别设置 → 找到 Deepgram 配置面板,填入正确的 API Key(注意去除前后空格)。确认密钥未过期,且账户余额/配额充足。若仍无效,请更换为其他...103.81.**3 Posted at: 24 days ago -
#6170 DeepgramApiError: Invalid credentials. (Status: 401)...
💬 1[Last reply:24 days ago] 根本原因Deepgram 语音识别 API 返回 HTTP 401 状态码,表示您提供的 API Key 无效、已过期或没有相应权限。解决方法检查 API Key 是否正确 登录 Deepgram 控制台,在「API Keys」页面确认您的密钥仍有效且未过期。重新生成并配置 如果密钥失效,请创建一个新的密钥并复制到软件中:打开 pyVideoTrans → 菜单 → 翻译设置 → Deepgr...103.81.**3 Posted at: 24 days ago -
#6169 请求参数不正确:Error code: 400 - {'error': {'message': 'google/chirp-3 is a transcription model and cannot be used with the chat/completions endpoint. Use the /api/v1/audio/transcriptions...
💬 1[Last reply:24 days ago] 您选择的 OpenRouter 模型 google/chirp-3 是语音识别模型,无法用于文本翻译(chat/completions 端点),必须换为文本生成模型。解决方法:打开 菜单 → 翻译设置 → OpenRouter 设置。将模型名从 google/chirp-3 改为一个文本模型,例如 google/gemini-2.0-flash 或 anthropic/claude-3.5-son...103.81.**3 Posted at: 24 days ago -
#6168 请求参数不正确:Error code: 400 - {'error': {'message': 'nvidia/nemotron-3-embed-1b:free is an embedding model and cannot be used with the chat/completions endpoint. Use the /embeddings en...
💬 1[Last reply:24 days ago] 这是由于您选择的模型 nvidia/nemotron-3-embed-1b:free 是嵌入(embedding)模型,不能用于聊天/翻译接口,只能用于嵌入向量生成。解决方案:请在「菜单 → 翻译设置 → OpenRouter」面板中,将模型名称切换为一个支持聊天补全的模型,例如 minimax/minimax-m2.7、google/gemini-3-flash-preview 或其他非 emb...104.234.**4 Posted at: 24 days ago -
#6167 网络连接失败:Traceback (most recent call last): File...
💬 1[Last reply:24 days ago] 这是由API 连接被目标计算机拒绝导致的网络错误,软件在尝试向 OpenRouter.ai 或兼容 OpenAI 的 API 地址发送请求时,对方服务器主动拒绝了连接。常见原因:API 地址或端口填写错误(例如填了 0.0.0.0 或错误的端口号);本地服务未启动(如果你使用了本地部署的模型如 GPT-SoVITS、ChatTTS 等,API 服务未运行);网络代理配置不当(代理地址无效或代理服务...104.28.**5 Posted at: 24 days ago -
#6166 语音识别阶段出错[faster-whisper(本地内置)] No transcription results returned. Please check the original audio/video or model and try again.info=TranscriptionInfo(language='zh', language_probab...
💬 1[Last reply:24 days ago] 核心原因:VAD(语音活动检测)将整个音频判断为静音/无语音,duration_after_vad=0.0,因此没有任何内容送入 whisper 模型,导致返回空结果。解决方案:确认音频是否包含清晰人声:用播放器试听原视频/音频,确保不是纯音乐、环境噪音或无声片段。调整 VAD 参数(推荐):打开 菜单 → 工具 → 高级选项 → 语音识别参数尝试降低 语音阈值(例如从 0.5 改为 0.3),提...58.243.**8 Posted at: 24 days ago -
#6165 No transcription results returned. Please check the original audio/video or model and try again.info=TranscriptionInfo(language='zh', language_probability=1, duration=41.1225625, d...
💬 1[Last reply:24 days ago] 这个问题是因为 VAD(语音活动检测)将您的音频全部判定为静音,导致没有任何语音片段被送入 Whisper 识别(duration_after_vad=0.0)。可能原因及解决方案:音频中确实无人声:先播放原视频确认是否包含清晰的说话声,如果只有背景音乐或噪声,则无法识别。VAD 参数过于严格:进入 菜单 → 工具 → 高级选项 → 语音识别参数,执行以下调整:将 语音阈值 从默认 0.5 降低到...2408:**:4a20 Posted at: 24 days ago -
#6164 recognition request failed: Bad Gateway...
💬 1[Last reply:24 days ago] recognition request failed: Bad Gateway 表示语音识别请求在服务端返回网关错误(502),通常出现在使用在线 API 渠道时,原因可能是网络不通、代理配置错误、API 密钥无效或服务端限流。请按以下顺序排查:确认使用的语音识别渠道:如果是faster-whisper、openai-whisper等本地模型,不会出现此错误。请检查是否误选了需要网络访问的在线渠道...45.149.**2 Posted at: 24 days ago -
#6161 Subprocess Error: [Errno 2] No such file or directory: 'C:/Users/BeGraphics/Desktop/win-pyvideotrans-v4.07/models/models--hotstone228--F5-TTS-Russian/vocab_.txt'Traceback (most rec...
💬 1[Last reply:24 days ago] The error is caused by a missing model file for the Russian F5-TTS voice. The file vocab_.txt is required but not found in the directory models/models--hotstone228--F5-TTS-Russian/. This usually happe...192.142.**8 Posted at: 24 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.