-
#6218 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/desktop/2-mp4/zh-cn.srt'...
💬 3[Last reply:1 month ago] 核心原因:从日志看,语音识别和腾讯翻译均已成功(识别出2条字幕,翻译也返回了2行),但最终 D:/desktop/2-mp4/zh-cn.srt 文件为空。问题不在 SR T格式,而是翻译结果未成功写入该文件,常见原因是旧缓存/空文件残留、翻译缓存干扰,或输出目录写入异常。请按以下步骤操作:彻底清理输出目录:删除 D:/desktop/2-mp4/ 文件夹下的所有文件(尤其 zh-cn.srt 和...240e**47e7 Posted at: 1 month ago -
#6217 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='C:/Users/49155/Desktop/_video_out/FM46 - Muslim Mistress Hum...
💬 1[Last reply:1 month ago] 目标字幕文件为空导致最终合成失败。报错指向的 zh-cn.srt 文件内容为 content='',即文件存在但没有任何字幕内容,所以在合成硬字幕时无法读取。处理步骤:打开 C:/Users/49155/Desktop/_video_out/FM46 - Muslim Mistress Humiliates Slave Girl-mp4/zh-cn.srt,确认该文件是否为 0...18.167**2 Posted at: 1 month ago -
#6216 多次重试连接失败,服务可能暂时不可用:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是 DNS 域名解析失败导致的:系统无法将 mp.api.speechmatics.com 解析为 IP 地址(错误码 11001 getaddrinfo failed),原因是网络无法连接该服务器或 DNS 解析被阻断。处理步骤:确认网络可正常访问外网;mp.api.speechmatics.com 属于国外服务,中国大陆网络直连通常不稳定,需要科学上网。若你使用了代理,请在软件主界面「网络代...2409**1b13 Posted at: 1 month ago -
#6215 Why the step that freeze the end videos usually take about 30 minutes to do and when it done. It freeze the end so long ......
💬 1[Last reply:1 month ago] This is caused by the “视频慢速” (Video Slow Motion) alignment feature. When enabled, pyVideoTrans stretches the video timeline to match the dubbing duration. This is extremely CPU‑intensive (explaining t...171.237**1 Posted at: 1 month ago -
#6214 Error opening 'D:/Ruanjian-m/win-pyvideotrans-v4.08/tmp/25780/926a31a318/1-9f57f3698be72dba712590bdfdec2b54.wav-24k.wav': System error.,Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 该报错是 Qwen3-TTS 在保存配音音频时,soundfile 无法在临时目录 tmp/25780/926a31a318/ 下创建/写入 .wav 文件,通常是以下原因之一导致:磁盘空间不足(最常见):你勾选了“分离人声背景声”并有较长的原视频,临时目录会生成大量音频切片;D盘或C盘满了,soundfile 就会报 “System error”。请检查软件所在盘和系统盘剩余空间,清理 tmp/...120.229**8 Posted at: 1 month ago -
#6213 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/desktop/_video_out/2-mp4/zh-cn.srt'...
💬 1[Last reply:1 month ago] 该错误的核心原因是:最终合成阶段读取的目标语言字幕文件 D:/desktop/_video_out/2-mp4/zh-cn.srt 是空文件,导致 SRT 解析失败。可能的原因:上一阶段(字幕翻译,当前为微软翻译)未成功生成有效字幕,但任务仍继续进入了合成阶段;微软翻译接口被限流、网络异常或返回空内容;勾选了“发送完整字幕”,但该选项仅适用于 AI 翻译渠道,传统翻译渠道不应勾选;“清理已生成”删...2607**372b Posted at: 1 month ago -
#6212 连接被重置,网络可能不稳定Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是网络连接被远程服务器强制重置导致的,常见于访问微软翻译接口时网络不稳定、被临时限流或代理配置异常。请依次尝试以下操作:先重试一次任务,确认是否为偶发网络抖动。检查网络连接稳定性:确认当前网络能正常访问微软翻译服务;如果启用了 VPN/代理,请在软件主界面「网络代理」中填写可用的代理地址,格式如 http://127.0.0.1:7890;如果不需要代理,请确保代理文本框为空。降低请求频率:打开...2408**648b Posted at: 1 month ago -
#6211 我用kokoro本地API怎么用呢,我的本地API音色很多和默认的那几个配不上,无法识别。...
💬 19[Last reply:1 month ago] 自定义 TTS-API 的性能影响取决于你编写的中转服务实现方式,知识库中没有关于该渠道对配音速度/性能影响的具体说明。通常情况下,中转服务会引入一层额外的本地网络请求,但影响大小主要取决于中转脚本本身的开销,以及实际 TTS 服务的响应速度。如果你使用高效的本地转发脚本,通常不会对语音生成速度造成明显影响;如果中转脚本逻辑复杂、或与 TTS 服务之间增加了不必要的网络跳转,则可能带来一定延迟。因...2408**607 Posted at: 1 month ago -
#6210 why does the translation from gemini costs too much and on the other hand with other tool it cost's cheaper ....
💬 1[Last reply:1 month ago] Gemini 翻译成本高,是因为它属于“按 token 计费的云 AI 大模型”翻译渠道,价格由 Google 官方制定,pyVideoTrans 本身不收取任何费用。相比以下替代渠道,Gemini 的单次翻译成本通常更高:免费传统翻译:Google 翻译、微软翻译(无需 API Key,适合不求极致语感但追求低成本的场景)。本地模型:M2M100、腾讯 Hy-MT2-1.8B(完全离线,零 AP...152.59**0 Posted at: 1 month ago -
#6209 权限不足,请以管理员权限运行:C:/Users/Ricky/Desktop/win-pyvideotrans-v4.08/tmp/54364/262de4e17e/final_audio_temp.wavTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是 Windows 文件占用错误(WinError 32),不是真正的"权限不足"问题。软件在音画对齐阶段需要把 final_audio_temp.wav 重命名为 target.wav,但该文件被另一个进程锁定,所以移动失败。解决办法关闭所有其他 sp.exe 实例 多个实例共享同一个 tmp/ 临时文件夹,任意一个实例运行中都会导致文件互锁报错。只保留当前这一个软件实例。将软件目录加入杀毒...2404**e632 Posted at: 1 month ago -
#6208 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='C:/Users/Administrator/Desktop/翻译/中文第八集-mp4/en.srt'...
💬 1[Last reply:1 month ago] 问题核心原因:最终合成阶段需要读取翻译后的 en.srt,但该文件为空,导致硬字幕嵌入失败。这通常是因为“字幕翻译”步骤没有生成有效的英文字幕,或者源语言字幕(zh-cn.srt)本身就是空的。请按下述步骤排查:打开输出目录 C:/Users/istrator/Desktop/翻译/中文第八集-mp4/,检查 zh-cn.srt 是否生成且非空。如果 zh-cn.srt 为空或不存在:说...2408**29a Posted at: 1 month ago -
#6207 合并阶段出错 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/media/_video_out/ml4t/CS7646 Lecture 00 Introducti...
💬 1[Last reply:1 month ago] 核心原因是:合并阶段读取的 zh-cn.srt 字幕文件为空(content=''),通常说明翻译阶段没有成功生成字幕文件,但任务未中止、继续走到了合并阶段。请按以下步骤排查:打开输出目录 D:/media/_video_out/ml4t/CS7646 Lecture 00 Introduction [CiAUsfsRrek]-mp4/,检查 zh-cn.srt 是否存在、大小...2602**1dd Posted at: 1 month ago -
#6206 合并阶段出错 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/media/_video_out/ml4t/CS7646 Lecture 00 Introducti...
💬 1[Last reply:1 month ago] 核心原因:zh-cn.srt 字幕文件内容为空(content=''),所以不是“合并阶段本身”出错,而是“翻译阶段没有成功生成字幕内容”,最终带着空字幕文件进入合并导致报错。解决方案:打开 D:/media/_video_out/ml4t/CS7646 Lecture 00 Introduction [CiAUsfsRrek]-mp4/zh-cn.srt,确认是否为 0KB。...2602**1dd Posted at: 1 month ago -
#6205 Unsupported languages: ['Cantonese']. Supported: ['auto', 'chinese', 'english', 'french', 'german', 'italian', 'japanese', 'korean', 'portuguese', 'russian', 'spanish'],Traceback (...
💬 1[Last reply:1 month ago] 该报错的直接原因是:Qwen3-TTS(本地内置)模型不支持粤语(Cantonese/yue)。它仅支持以下语言:auto、chinese、english、french、german、italian、japanese、korean、portuguese、russian、spanish。你在目标语言中选择了“粤语”,导致配音阶段校验失败。解决方案(任选其一):更换为支持粤语的配音渠道 推荐使用 E...2404**e632 Posted at: 1 month ago -
#6204 Network connection failed:Traceback (most recent call last):...
💬 1[Last reply:1 month ago] This is caused by your Gemini API free-tier quota being exhausted. The error explicitly states: Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit:...45.67**0 Posted at: 1 month ago -
#6203 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/win-pyvideotrans-v4.08/4-5-1-mp4/en.srt'...
💬 1[Last reply:1 month ago] 这是目标语言字幕文件 en.srt 为空导致的。该文件是“微软翻译”步骤的输出结果,content='' 表示翻译环节没有成功写入有效字幕内容,最终合成阶段读取空文件时报错。解决办法:查看翻译失败的具体原因:打开 D:/win-pyvideotrans-v4.08/logs/ 目录下最新的日志文件(按日期命名,如 20250622.log),查找“微软翻译”或“翻译”相关的错误...2408**1dd5 Posted at: 1 month ago -
#6202 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/win-pyvideotrans-v4.08/4-5-1-mp4/en.srt'...
💬 1[Last reply:1 month ago] 这是由于目标语言字幕文件 en.srt 生成结果为空导致的,最终合成阶段读取字幕时找不到有效内容,因此报错。根本原因在“字幕翻译”环节:您选择了 Google 翻译且未启用代理,或 Google 接口被限流/临时不可用,导致翻译接口返回了空白内容,生成的 en.srt 为空文件。请依次尝试以下解决方案:打开输出目录 D:/win-pyvideotrans-v4.08/4-5-1-mp4/,检查 e...2408**1dd5 Posted at: 1 month ago -
#6201 我制作的视频是动画类的多角色对话类型的中文语音,如何使用咱们的这个软件直接把每个人的说话都改成英文的,然后画面还比较一致?...
💬 1[Last reply:1 month ago] 这是可以通过软件主流程“翻译视频/音频”完成的:先做中文语音识别,再翻译为英文,再逐角色配音,最后只替换音轨并可选加字幕,原视频画面本身不会被改动。多角色差异化配音需配合“说话人识别”和“单视频交互模式”实现。操作步骤:选择视频:打开软件默认“翻译视频”页,点击「选择视频或音频」选择你的动画视频(一次只选这一个,才会进入单视频交互模式)。设置语言:发音语言(原视频说话语言):选 简体中文目标语言:...120.243**3 Posted at: 1 month ago -
#6200 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='C:/Users/Administrator/Desktop/翻译片段/3-2/_video_out/3-2-1-mp4...
💬 1[Last reply:1 month ago] 核心原因:en.srt 目标字幕文件存在但内容为空(content='')。你选择了「清理已生成」且翻译渠道用的是 Google(免费)但「代理地址」为空,在中国大陆 Google 翻译必须配置代理才能访问,导致翻译阶段没有生成有效字幕内容,最终在合成软字幕阶段读取空文件报错。解决方案:先用记事本打开 C:/Users/istrator/Desktop/翻译片段/3-2/_video_o...2408**1dd5 Posted at: 1 month ago -
#6199 Model not exist.Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是你选择了“OpenAI语音识别API”渠道,但该渠道的“模型名称”为空/未正确选择,导致请求发送时缺少有效模型参数,OpenAI 服务端返回 Model not exist。解决办法:打开菜单 → 翻译设置 → 找到「OpenAI语音识别API」配置面板。确认已填写有效的 API Key。在该面板中选择或填写一个可用的模型名称,例如:whisper-1、gpt-4o-transcribe、gp...104.28**5 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.