-
#7624 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Den%26tl%3Dhi%26hl%3Dhi%26q%3D%25E0%25A4%2589%25E0%25A...
💬 1[Last reply:2 hours ago] This is a Google Translate rate-limit block (HTTP 429), not a software bug. Google's free endpoint flagged your IP/request pattern as abnormal traffic.Three contributing factors in your config:Google ...103.169**1 Posted at: 2 hours ago -
#7623 Error no file named model.safetensors, or pytorch_model.bin, found in directory C:/Working Folders/win-pyvideotrans-v4.12-0913/models/models--Qwen--Qwen3-ASR-1.7B-hf.:Traceback (mo...
💬 1[Last reply:3 hours ago] 核心原因:Qwen-ASR(内置) 的 1.7B 模型文件下载不完整(缺少 model.safetensors 或 pytorch_model.bin 权重文件)。日志中路径 models--Qwen--Qwen3-ASR-1.7B-hf 目录存在但缺少核心权重文件,通常是自动下载中断/失败导致。完全关闭软件。打开目录 C:/Working Folders/win-pyvideotrans-v4....216.227**2 Posted at: 3 hours ago -
#7622 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/authTraceback (most recent call last):...
💬 1[Last reply:3 hours ago] This error means the Microsoft (Free) translation channel is broken: Microsoft has changed/disabled the free online translation API endpoint https://edge.microsoft.com/translate/auth, which now return...85.219**8 Posted at: 3 hours ago -
#7621 Dubbing failed completely:No audio was received. Please verify that your parameters are correct.all_voices={'vi-VN-HoaiMyNeural'}...
💬 1[Last reply:8 hours ago] The root cause is that Edge-TTS returned no audio, so every dubbing request failed. all_voices={'vi-VN-HoaiMyNeural'} shows the requested voice failed to produce audio, which is almost alway...113.176**7 Posted at: 8 hours ago -
#7620 合并阶段出错 最后一步字幕配音嵌入时出错opening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing inputTraceback (...
💬 1[Last reply:9 hours ago] 核心原因是视频帧率不匹配导致合并失败。日志显示原始视频是 VP9 编码、可变帧率 (VFR),而输出强制使用 libx264 软编码,帧率不匹配时 FFmpeg 生成的中间文件 novoice.mp4 数据无效,导致最后一步合成时"Invalid data found"。建议按以下方案依次尝试:修改高级选项帧率设置 进入 菜单 → 工具/选项 → 高级选项 → 【视频输出控制】:可变帧率vfr/...203.10**4 Posted at: 9 hours ago -
#7619 合并阶段出错 最后一步字幕配音嵌入时出错opening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing inputTraceback (...
💬 1[Last reply:9 hours ago] 核心原因是:原始视频编码为 VP9(webm系常见编码),在硬字幕烧录阶段生成的中间文件 novoice.mp4 与目标编码(libx264)不兼容,导致 FFmpeg 读取该中间文件时报 "Invalid data found"。从日志可见:video_codec_name: 'vp9',分辨率 3840x2160(4K)硬字幕双字幕烧录必须重新编码,而 VP9 → mp4(...203.10**4 Posted at: 9 hours ago -
#7618 Error during speech recognition stage[faster-whisper(Built-in)] parallel_for failed: cudaErrorInvalidDevice: invalid device ordinal:Traceback (most recent call last): File...
💬 1[Last reply:10 hours ago] The core issue is that you enabled "CUDA acceleration" but the CUDA runtime cannot find/access the GPU device you are pointing it to — hence cudaErrorInvalidDevice: invalid device ordinal. This is a G...203.175**3 Posted at: 10 hours ago -
#7617 Model does not existTraceback (most recent call last):...
💬 1[Last reply:12 hours ago] 这是因为你选择了 OpenRouter 作为语音识别渠道,但没有选择具体的语音识别模型,导致请求发送到 OpenRouter 时模型名称为空,服务端返回 Model does not exist(模型不存在)。从你的日志可以看到:语音识别:OpenRouter, , 发音语言: 越南语,渠道后面是空的,说明模型未选中。解决方案在主界面 语音识别(STT Service) 一行,选择 OpenRou...180.93**2 Posted at: 12 hours ago -
#7616 Traceback (most recent call last): File...
💬 1[Last reply:12 hours ago] 这是 v4.13 预打包版的一个打包文件遗漏 Bug,与你的操作无关。具体表现为:你使用了 OpenRouter 作为语音识别渠道,但软件包内缺少对应的模块文件 videotrans/recognition/_openrouter.py,导致加载时报 ModuleNotFoundError。解决方案重新下载 v4.13 补丁包,完整覆盖到现有软件目录(不要只覆盖 sp.exe,需覆盖所有文件和文件...180.93**2 Posted at: 12 hours ago -
#7615 Traceback (most recent call last): File...
💬 1[Last reply:12 hours ago] ModuleNotFoundError: No module named 'videotrans.recognition._openrouter' 这是 v4.13 打包时遗漏了部分模块文件导致的,属于已知的打包缺陷。解决方案:重新下载 v4.13 补丁包,覆盖到当前软件目录(D:/pyVideoTrans)。确保补丁包内所有文件和文件夹都覆盖进去,尤其是 videotrans...180.93**2 Posted at: 12 hours ago -
#7614 我在使用视频音频字幕三者合并功能时候,发现电脑的CPU占用为100%,但是显卡无占用。这个合并功能是没办法进行CUDA加速吗?...
💬 1[Last reply:13 hours ago] 视频与音频、字幕合并(媒体合并)属于纯 FFmpeg 流封装/编码操作,不涉及 AI 推理,因此不会调用显卡 CUDA 计算单元,CPU 占用高是正常现象。若想利用显卡降低 CPU 负载,可尝试以下设置:打开 菜单(Menu)-工具/选项(Tools/Options)--高级选项(Advanced Options)--视频输出控制(Video Output),确保 强制软编码视频? 未选中,让软件...60.163**7 Posted at: 13 hours ago -
#7613 name 'logger' is not defined[faster-whisper(本地内置), Google(免费), OmniVoice(本地API)]Traceback (most recent call last):...
💬 1[Last reply:13 hours ago] 核心原因是 faster-whisper 语音识别子进程发生了超时崩溃(SttTimeoutError: STT timeout),随后代码在异常处理分支中触发了 NameError: name 'logger' is not defined 的次生错误。这通常是模型在生成字幕后子进程挂起(静默崩溃),常见诱因包括 CUDA 兼容性问题、显存不足、模型文件损坏或缺失。同时,你使...104.28**1 Posted at: 13 hours ago -
#7612 语音识别到五分钟、7分钟 。音频沉默后字幕自动输出,但是还有后面几分钟没输出...
💬 1[Last reply:14 hours ago] 请补充以下信息以便定位问题:软件版本号(左上角显示)、操作系统、语音识别渠道名称及模型、是否勾选"启用CUDA加速"、该完整音频总时长是多少分钟。已知可能原因(需结合上述信息判断):VAD 切割/静音分割参数不当:若"静音分割持续(ms)"过大或"最长语音持续(秒)"设置异常,可能在某段长静音后处理异常中断。可进入 菜单 → 工具/选项 → 高级选项 → 语音识别参数,检查 最长语音持续(秒)(默...64.118**3 Posted at: 14 hours ago -
#7611 配音阶段出错 [Edge-TTS(免费)] edge-tts error:target_audio='D:/pyvideotrans/tmp/6048/05ab5333da/1-10章-edgetts-txt-1790305357.9523435.mp3'Traceback (most recent call last):...
💬 1[Last reply:15 hours ago] 核心原因:代理与 Edge-TTS 不兼容。您填写的代理地址 http://127.0.0.1:7892 导致连接微软语音服务 speech.platform.bing.com 时被远端强制断开(WinError 10054)。解决方案(按顺序尝试):在软件根目录 D:/pyvideotrans/ 下新建一个空文本文件,命名为 edgetts-noproxy.txt(注意扩展名,不要有 .txt....172.104**4 Posted at: 15 hours ago -
#7610 配音阶段出错 [Edge-TTS(免费)] edge-tts error:target_audio='D:/pyvideotrans/tmp/6048/05ab5333da/1-10章-edgetts-txt-1790304440.5990844.mp3'Traceback (most recent call last):...
💬 1[Last reply:15 hours ago] 核心原因是 Edge-TTS 请求 speech.platform.bing.com:443 时连接被重置(WinError 10054),属于网络层问题,常见于以下两种情况:代理干扰:软件中的网络代理与 Edge-TTS 不兼容,导致 WebSocket 握手被强制中断。高频请求被微软限流:短时间内并发过高,被微软防火墙拦截。解决方案(按顺序排查)1. 强制 Edge-TTS 绕过代理在软件根目...2409**5c16 Posted at: 15 hours ago -
#7609 :Traceback (most recent call last): File...
💬 1[Last reply:16 hours ago] 核心原因:翻译渠道缺少 API 密钥。报错 Missing credentials. Please pass an api_key 说明你使用了 OpenAI 兼容渠道(如 OpenAI ChatGPT 或兼容AI/本地模型),但未填写 API Key。解决步骤:点击顶部菜单 翻译设置,找到你当前使用的 AI 渠道(如 OpenAI ChatGPT 或 兼容AI/本地模型)。填入正确的 API K...125.84**2 Posted at: 16 hours ago -
#7608 语音识别阶段出错[openai-whisper(内置)] list index out of range:Traceback (most recent call last): File...
💬 1[Last reply:16 hours ago] 核心原因:这是 openai-whisper 识别后的重新断句(_resegment)阶段出现的内部索引越界错误,通常由该段音频识别结果异常(如空结果、时间轴异常、重复文本)触发。建议按以下顺序排查:改用默认推荐的识别渠道:将语音识别渠道从 openai-whisper(内置) 改为 faster-whisper(内置),模型保持 large-v3-turbo,重新执行。这是当前默认推荐渠道,稳定...175.42**4 Posted at: 16 hours ago -
#7607 选择LLM纠正错误,使用DeepSeek渠道,但未填写密钥SK.可在菜单-工具/选项-高级选项-LLM纠错渠道中切换...
💬 1[Last reply:19 hours ago] 核心原因:LLM纠错功能默认使用 DeepSeek 渠道,但你没有填写 DeepSeek 的 API 密钥,导致该步骤直接中断报错,整个任务无法继续,所以最终没有产出法文结果。解决方案:填写 DeepSeek 密钥(推荐)前往 https://platform.deepseek.com/ 注册并充值(可自定义充值1元),创建 API Key。打开软件 菜单(Menu)-翻译设置(Translate...197.149**6 Posted at: 19 hours ago -
#7606 必须选择视频文件=system:Windows-10-10.0.22631-SP0version:v4.13frozen:Falselanguage:zh_CNroot_dir:C:/Users/Administrator/Desktop/......
💬 1[Last reply:19 hours ago] 核心原因是软件未接收到有效的媒体文件路径,即你没有在主界面成功导入待处理的视频/音频文件。请按以下步骤操作:点击主界面左上角的 选择音频或视频(Select Video/Audio) 按钮。在弹出的文件选择框中,选中你要处理的视频文件(支持 mp4/mkv/avi/mov/wav/mp3 等格式)。若需批量处理,可选中整个文件夹,或在选择框中按住 Ctrl 多选文件。确认文件已被导入到主界面第一行...2409**8df Posted at: 19 hours ago -
#7605 请求API地址不存在或模型名称错误: Error code: 404 - {'error': {'message':...
💬 3[Last reply:1 day ago] 问题已解决。...64.118**7 Posted at: 1 day 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.