-
#6198 语音识别阶段出错[Huggingface_ASR(内置)] The expanded size of the tensor (3000) must match the existing size (3058) at non-singleton dimension 1. Target sizes: [128, 3000]. Tensor sizes: [1...
💬 1[Last reply:1 month ago] 这是 Huggingface_ASR 渠道在 Transformers Pipeline 内部对音频切片进行批量填充时,因音频长度超过了模型最大输入长度导致的不兼容崩溃,通常与「过长的待识别音频片段」有关。请依次尝试以下步骤:打开 菜单 → 工具 → 高级选项 → 语音识别参数,将「最长语音持续(秒)」调小(例如 10),并开启「Whisper预分割音频?」;如果仍崩溃,再把「最短语音持续(毫秒)...39.172**0 Posted at: 1 month ago -
#6197 必须选择视频文件=system:Windows-10-10.0.19045-SP0version:v4.08frozen:Truelanguage:zhroot_dir:E:/LeStoreDownload...
💬 1[Last reply:1 month ago] “必须选择视频文件”表示程序在点击“开始”前没有检测到有效的输入文件,或所选文件未被识别为支持的视频/音频格式。请按以下步骤排查:点击主界面「选择视频或视频」按钮,确认文件已成功出现在待处理列表中,支持的格式为:mp4/mov/avi/mkv/webm/mpeg/ogg/mts/ts/wmv/flv,音频格式为:wav/mp3/m4a/flac/aac/wma/ogg。若勾选了「文件夹」批量模式,...2409**5f0 Posted at: 1 month ago -
#6196 NoneTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是在语音识别前的音频 VAD 预分割阶段失败导致的,并非 Qwen3-ASR API 调用阶段的问题。子进程返回了空错误(VideoTransError: None),最常见原因是本地 VAD 模型文件缺失或未下载完整。解决步骤:检查 D:/pyVideoTrans/win-pyvideotrans-v4.07/models/onnx/ 目录下是否存在以下文件:seg_model.onnx3ds...160.22**8 Posted at: 1 month ago -
#6195 This model is not available in your region.https://openrouter.ai/api/v1...
💬 1[Last reply:1 month ago] 该报错的直接原因是 OpenRouter 对 google/gemini-3.1-pro-preview 等 Google 系模型做了地区限制,您当前所在网络区域未被授权访问该模型,所以 API 返回 403 拒绝请求。解决方案配置可用地区节点:在软件主界面「网络代理」或 菜单 → 翻译设置 → OpenRouter/OpenAI 对应配置处,填写一个位于受支持地区(例如美国、日本等)的代理地址,...2409**68a6 Posted at: 1 month ago -
#6194 Model not exist.:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是 OpenAI 兼容语音识别 API 返回的 400 错误,核心原因是你所选用的语音识别模型在当前 API 服务中不存在,或当前账户没有使用该模型的权限。解决步骤:打开 菜单 -> 翻译设置 -> OpenAI 语音识别,检查"模型"字段,改为服务端明确支持的模型,例如 whisper-1、gpt-4o-transcribe、gpt-4o-mini-transcribe。如果你使用...2409**68a6 Posted at: 1 month ago -
#6193 :Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 缺少 OpenAI API 密钥。你当前使用的是「OpenAI 语音识别 API」渠道,但软件未读取到有效的 api_key,因此报错 Missing credentials。解决方法:打开软件顶部菜单中的「翻译设置」(或「渠道设置」),找到 OpenAI 语音识别/API 对应配置项。在对应位置填入有效的 OpenAI API Key(SK),并检查 API 地址 是否填写正确;若使用中转服务,...2409**68a6 Posted at: 1 month ago -
#6192 无法连接到 https://llm-7wvhgkpu1bdestdd.cn-beijing.maas.aliyuncs.com/compatible-mode/v1,可能当前网络不可访问该API, 若是本地服务,请确认已部署并启动Connection error.:...
💬 1[Last reply:1 month ago] 核心原因:请求已成功建立 TCP 连接,但服务器未返回任何响应直接断开(RemoteProtocolError: Server disconnected)。对于阿里云百炼这种云端 API,通常是 API 地址不正确、API Key 无效或模型名称不支持 导致的鉴权失败/拒绝连接。请按以下步骤排查:核对 API 地址 阿里云百炼的 OpenAI 兼容地址应为: https://dashscope...2409**68a6 Posted at: 1 month ago -
#6191 Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 这是系统内存(RAM)不足导致的 MemoryError,发生在 faster-whisper 对音频做 FFT 特征提取时,无法为计算分配足够内存,属于CPU内存耗尽问题。请按以下顺序操作:将语音识别模型调小:faster-whisper(内置) 的模型从 large-v3 改为 medium 或 small/base,模型越大内存占用越高。限制并发任务数:打开 菜单 → 工具/选项 → 高级选...1.164**0 Posted at: 1 month ago -
#6190 安全连接失败,请检查系统时间或网络设置,如果使用了代理,请关闭后重试:urllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:2436)...
💬 1[Last reply:1 month ago] 这个报错核心是程序在向阿里云的自定义API地址发起 HTTPS 请求时,TLS 握手被服务器端中断(返回 EOF),常见原因包括:系统时间不准确、代理干扰、或该 API 地址/密钥配置方式不正确。请依次排查:检查系统时间:确保系统日期、时间和时区都正确。时间偏差过大会导致 SSL 证书验证失败或握手异常。关闭或正确配置代理:在主界面的“网络代理”输入框中,如果填写了代理地址,请先清空保存后重试。如...104.28**5 Posted at: 1 month ago -
#6189 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='C:/Users/zheng/Downloads/_video_out/eco-mp4/zh-cn.srt'...
💬 1[Last reply:1 month ago] 这是目标字幕文件 zh-cn.srt 为空导致的。content='' 表示软件在最终合成时读到的 C:/Users/zheng/Downloads/_video_out/eco-mp4/zh-cn.srt 是空文件。问题不是出在“合成”这一步,而是前面的字幕翻译没有写出有效内容,或者已有字幕被勾选的“清理已生成”清空了。处理步骤:先打开 C:/Users/zheng/Down...118.92**1 Posted at: 1 month ago -
#6188 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='C:/Users/zheng/Downloads/_video_out/eco-mp4/zh-cn.srt'...
💬 1[Last reply:1 month ago] The root cause is that the target subtitle file C:/Users/zheng/Downloads/_video_out/eco-mp4/zh-cn.srt exists but is empty when the final assembly stage tries to read it. This usually means the transla...118.92**1 Posted at: 1 month ago -
#6187 翻译字幕阶段出错 [DeepSeek] 内容太长超出最大允许Token,请减小内容或增大max_token,或者降低每次发送字幕行数Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8200, prompt_...
💬 1[Last reply:1 month ago] 这是DeepSeek模型的 max_tokens 输出上限不足导致的。错误中 completion_tokens=8200 表示模型已经生成到8.2K tokens后被迫截断,仍需更多输出空间;而 prompt_tokens=25260 说明单批字幕量过大,也加剧了总token消耗。解决方案按以下顺序操作:增大DeepSeek渠道的 max_tokens 打开 菜单→翻译设置→DeepSeek,...58.152**5 Posted at: 1 month ago -
#6186 必须选择视频文件=system:Windows-10-10.0.26200-SP0version:v4.08frozen:Truelanguage:zhroot_dir:F:/Softwares/win-pyvideotrans-v4.08...
💬 1[Last reply:1 month ago] 这是因为在主界面未选择任何视频、音频或文件夹,就点击了「开始」,软件会拦截并提示“必须选择视频文件”。解决方法:确认你在「翻译视频或音频」工作区;点击「选择视频或音频」按钮,选择一个或多个受支持的视频/音频文件(按住 Ctrl 可多选);若想批量处理整个文件夹,请勾选「文件夹」,然后选择目标文件夹;选择完后再点击「开始」即可。注意:视频格式支持 mp4/mov/avi/mkv/webm/mpeg/...194.99**8 Posted at: 1 month ago -
#6184 File not found: D:\Документы\顾佳艺 ПЕРЕВОД\CH2\%5BP1%5DCh01-01. 강의의 커리큘럼 및 내용 설명.mp4...
💬 1[Last reply:1 month ago] This error is caused by the file path containing non-ASCII characters (Cyrillic, Chinese) and URL-encoded special characters (%5B). Windows, FFmpeg, and Python often fail to handle such paths, resulti...5.34**9 Posted at: 1 month ago -
#6183 安全连接失败,请检查系统时间或网络设置,如果使用了代理,请关闭后重试:urllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:2436)...
💬 1[Last reply:1 month ago] 这是由于 HTTPS 安全连接(SSL/TLS 握手)失败导致的,目标地址是阿里云百炼 API。请按以下顺序排查:检查系统时间:确认电脑的日期、时间和时区是否准确,时间偏差过大会导致 SSL 证书校验失败。关闭或更正代理:如果开启了系统代理、VPN、Clash 等工具,请先关闭重试;如果确实需要代理,请确认代理地址格式为 http://127.0.0.1:端口号 或 socks5://127.0....2408**ff43 Posted at: 1 month ago -
#6182 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:1 month 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: 1 month 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:1 month ago] 这是 DeepSeek 模型推理(reasoning)token 消耗完了全部输出配额导致的。错误中 reasoning_tokens=8192 表示模型将所有输出 token 都用于“思考”,最终没有产生实际翻译文本,从而触发长度限制错误。解决方案增大 max_token 上限打开 菜单 → 翻译设置 → DeepSeek 渠道设置,将 max_token 从默认值调大(建议设置为 8192 或...117.182**4 Posted at: 1 month ago -
#6180 v4.08语音识别模型重新下载时,只有faster-whisper和openai-whisper,模型选项显示正常,其它的选如Qwen-ASR、Whisper.cpp、阿里FunASR等等,都会跳出错误窗口:Error Traceback ......
💬 3[Last reply:1 month ago] 这是 v4.08 中语音识别渠道切换逻辑的界面刷新异常,不是模型文件缺失导致。从日志看,选择 Qwen-ASR 后,程序仍按 faster-whisper 的模型列表去加载模型(请求 Qwen/Qwen3-ASR-tiny,而该渠道实际模型应为 Qwen3-ASR-0.6B 或 1.7B),同时在切换界面时访问了不存在的 hfaster_layout 属性,因此弹出 AttributeError:...2409**def3 Posted at: 1 month ago -
#6179 打开后没有上传字幕的位置怎么办,没有找到上传字幕的位置。我有中文字幕,但我想要视频里的音色克隆,我该怎么操作...
💬 1[Last reply:1 month ago] 主界面默认没有"上传字幕"按钮,使用已有字幕需要遵循特定的文件夹规则导入,而不是直接上传。操作步骤(以视频 myvideo.mp4、你有中文字幕为例)在视频所在目录下新建 _video_out 文件夹,进入后新建子文件夹,命名规则为 视频名-视频格式: _video_out/myvideo-mp4/把你的中文字幕文件复制到该子文件夹内,并命名为标准语言代码: _video_out/myvide...142.249**3 Posted at: 1 month 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:1 month ago] 翻译字幕失败是因为 OpenRouter 账户余额不足以支付当前请求的 token 消耗(你需要 8192 tokens,但账户仅剩 7963 tokens)。解决方案:为 OpenRouter 账户充值:访问 https://openrouter.ai/settings/credits 添加 credits。临时降低单次请求 token 消耗:进入软件菜单 → 工具/选项 → 高级选项 → 字幕...203.10**2 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.