-
#6785 opening input: No such file or directory opening input file C:/Users/usuario/Downloads/tmp/14264/d554d841af/novoice.mp4. opening input files: No such file or directoryTraceback (mo...
💬 1[Last reply:22 days ago] The ffmpeg process cannot find the expected intermediate file novoice.mp4 in the temporary folder because your source file is an audio-only .m4a file — there is no video stream from which novoice.mp4 ...62.174**7 Posted at: 22 days ago -
#6784 在高级选项中,未找到"Google翻译新增语言代码" 文本框,请问如何添加新语种...
💬 15[Last reply:22 days ago] 从截图看,“高级选项”窗口右侧内容区为空白,说明界面渲染未正常加载。这可能是临时性显示问题,请尝试:关闭“高级选项”窗口,再次打开,或调整窗口大小(拖动边缘拉大),看右侧是否出现内容;若仍为空白,请重启软件后再打开;若重启后仍空白,可能是配置文件异常,可关闭软件后备份并删除软件目录 videotrans/params.json,再重启软件恢复默认配置后重试。如果只是需要添加新语种,可直接打开 vi...156.59**5 Posted at: 22 days ago -
#6783 自己搭建python 通过serve直接用api输出的srt是正常的文本,排列也正常但是搭建好的api给pyvediotrans v4.09调用时,输出的英文文本是如图竖列排放,时间轴也没了,api已经调试了很多遍没有问题,就是对接pyve......
💬 3[Last reply:22 days ago] 这是你的本地 API 返回的是标准 SRT 文本,但 pyVideoTrans 的“自定义语音识别 API”渠道要求返回固定的 JSON 结构(包含开始时间、结束时间、文本等字段),而不是直接把整个 SRT 文件内容作为字符串返回。因此软件无法正确解析时间轴,并把文本内容按行/词拆散显示。解决办法:修改你的本地 API 的返回格式,使其符合 pyVideoTrans 文档中规定的 JSON 格式,...119.136**0 Posted at: 22 days ago -
#6782 × Failed to build pynini==2.1.6 ├─▶ The build backend returned an error ╰─▶ Call to setuptools.build_meta:__legacy__.b......
💬 1[Last reply:22 days ago] 该报错表明在源码部署过程中编译 pynini 时找不到 fst/util.h 头文件,导致 _pywrapfst 构建失败。目前无法仅凭这段日志直接给出确定的修复步骤,请先确认你已完整执行 macOS 源码部署的前置依赖安装:brew install libsndfilebrew install gitbrew install [email protected] uninstall --ignore-...174.136**9 Posted at: 22 days ago -
#6781 原视频是中文字幕,翻译完成后,中文字幕没有消除...
💬 1[Last reply:22 days ago] 这是因为原视频画面中已内嵌的硬字幕是无法被 pyVideoTrans 提取或抹除的。软件只能在原视频基础上叠加新字幕、替换配音,无法删除已经烧录在画面里的中文字幕。解决方案:若需删除原视频硬字幕,请使用专用工具先去除硬字幕,再使用 pyVideoTrans 进行翻译:video-subtitle-remover本地离线提取视频硬字幕如果原视频带有软字幕轨道(而非画面内嵌字幕),可直接在播放器中关闭...2408**4585 Posted at: 22 days ago -
#6780 Automatic model download failed. Click [Help Docs] for manual download instructions::...
💬 1[Last reply:22 days ago] This is caused by SSL certificate verification failure when connecting to HuggingFace to auto-download the F5-TTS model. The error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self sign...169.224**2 Posted at: 22 days ago -
#6779 No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='en', language_probability=1, duration=170.2...
💬 1[Last reply:22 days ago] 这是由于 VAD(语音活动检测)将整段音频判定为“无语音”,导致有效语音时长 duration_after_vad=0.0s,因此 faster-whisper 没有返回任何字幕。请按以下步骤排查:确认源文件确实包含清晰人声:用播放器试听该视频/音频,排除纯音乐、噪音、静音或人声极弱的情况。调整 VAD 参数:进入 菜单 → 工具 → 高级选项 → 语音识别参数,尝试:降低“语音阈值”(例如从默认...218.73**4 Posted at: 22 days ago -
#6777 Qwen/Qwen3-TTS-12Hz-1.7B-Base 该模型生成速度非常慢 一直克隆不出来 请问作者大大有解决办法吗...
💬 7[Last reply:23 days ago] 无法读取您发送的图片内容,但根据您描述“0.6B 模型克隆不按照参考文本、经常自己多生成一段”的现象,核心原因通常是:克隆时参考音频质量不可控,或参考文本与参考音频内容不一致,导致模型无法准确循着参考文本生成。请按以下步骤排查和解决:优先使用本地参考音频,而不是动态裁切原视频自动 clone 模式会根据每条字幕的起止时间,从原视频中动态裁切参考音频,这个片段可能时长不合适、有背景噪声、开头结尾中断...166.88**1 Posted at: 23 days ago -
#6778 语音识别阶段出错[faster-whisper(内置)] [Errno 28] No space left on device:Traceback (most recent call last): File...
💬 1[Last reply:23 days ago] 这是磁盘空间不足导致的错误(No space left on device),在语音识别阶段写临时文件/字幕文件时磁盘已满,与翻译渠道、CUDA 无关。你的软件、临时目录(D:/sp/tmp/...)和输出目录(D:/123downloads/_video_out/...)都位于 D 盘,说明 D 盘可用空间已耗尽。解决方案:检查 D 盘剩余空间:打开"此电脑"确认 D 盘是否已满。语音识别 la...113.128**5 Posted at: 23 days ago -
#6776 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='en', language_...
💬 1[Last reply:23 days ago] 这是 VAD(语音活动检测)阶段未从该音视频中检测到任何人类语音片段所致(duration_after_vad=0.0s),因此没有有效语音可供 faster-whisper 转录。处理建议如下:先用播放器打开原视频,确认其中确实存在清晰、可辨的人声;若只有背景音乐/纯画面,则该文件超出软件处理范围,无法翻译。检查“发音语言”是否正确:你当前选择的是“英语”,若视频实际说的是中文或其他语言,请改为...124.244**9 Posted at: 23 days ago -
#6775 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/yuanshipin/_video_out/motuo-mp4/zh-cn.srt'...
💬 11[Last reply:23 days ago] 根据你的说明:原视频发音是中文,字幕也是中文。你实际是要把中文视频翻译成英文,并希望最终显示英文或不显示字幕,而不是显示中文字幕。正确设置如下:主界面“发音语言”选:简体中文;“目标语言”选:英语,这样会生成中文源字幕并翻译成英文字幕。“字幕嵌入类型”选:嵌入硬字幕 或 嵌入软字幕(不要选双语),最终视频就只显示英文字幕,不显示中文字幕。如果想完全不要任何字幕,选择“不嵌入字幕”。不要手动删空中文...2408**4585 Posted at: 23 days ago -
#6774 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/chengpin/motuo-mp4/zh-cn.srt'...
💬 1[Last reply:23 days ago] 问题根因:你勾选了主界面的「清理已生成」(日志中显示“已选 清理已存在”)。该选项会在开始任务时清空输出目录中已有的字幕文件,导致 D:/chengpin/motuo-mp4/zh-cn.srt 被清为空文件,随后读取失败。解决方法:取消勾选主界面「清理已生成」,然后重新执行。确认 D:/chengpin/motuo-mp4/zh-cn.srt 内容非空,且符合标准 SRT 格式(含行号、正确时间...2408**4585 Posted at: 23 days ago -
#6773 The srt subtitles were not read. The file may be empty or the format does not conform to the SRT specification:srtfile='D:/Program Files/EV录制文件/_video_out/8月10日-mp4/zh-cn.srt'...
💬 1[Last reply:23 days ago] 这是“语音识别阶段没有生成任何字幕”导致的。报错中的 zh-cn.srt 是源语言(简体中文)字幕文件,翻译阶段前它应该是非空文件;现在 content='' 表示文件为空,所以软件无法读取。请按以下顺序排查:检查 D:/Program Files/EV录制文件/_video_out/8月10日-mp4/zh-cn.srt 是否为 0KB。如果是 0KB,说明 ASR 没有识别...2408**4585 Posted at: 23 days ago -
#6772 indextts 该渠道需另行部署并启动后可用self.api_url='http://127.0.0.1:8770'...
💬 1[Last reply:23 days ago] 该报错的核心原因是:indextts 渠道需要你在本地另行部署并启动 Index-TTS 服务,但当前程序无法从 http://127.0.0.1:8770/ 获取到 Gradio 配置,即该服务未启动、未部署成功,或端口/地址不一致。解决方法:先单独部署并启动 Index-TTS 服务,确保其 Gradio WebUI 监听在 127.0.0.1:8770(默认端口,若你的服务使用了其他端口,需...120.245**0 Posted at: 23 days ago -
#6771 语音识别阶段出错[MOSS-Diarize(内置)] Subprocess Error: regex>=2025.10.22 is required for a normal functioning of this module, but found regex==2023.10.3.Try: `pip install transformers -U` or...
💬 2[Last reply:23 days ago] 是否通过补丁包升级的?尝试完整包覆盖...240c**ffd9 Posted at: 23 days ago -
#6770 程序内部错误:'CosyVoice' object has no attribute 'api_name'Traceback (most recent call last):...
💬 1[Last reply:23 days ago] 这是 CosyVoice3 官方 webui.py 默认启用了 streaming=True,与 pyVideoTrans 的 CosyVoice 对接方式不兼容导致的。日志中已明确提示:需要修改 CosyVoice3 的 webui.py,将 streaming=True 改为 streaming=False。解决步骤:打开你本地部署的 CosyVoice3 项目根目录下的 webui.py 文...114.24**8 Posted at: 23 days ago -
#6768 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/auth...
💬 1[Last reply:23 days ago] 这是因为微软已关闭/更改了其免费在线翻译接口(旧接口返回 404),并非你自己的操作问题。解决方案(任选其一):升级软件到 v4.09 或更高版本:新版已适配微软的新翻译接口。你的当前版本是 v3.96,建议先升级到最新正式版(v4.10),升级时请下载完整包并覆盖,避免仅用补丁包导致兼容问题。改用 DeepSeek 翻译(推荐,效果更好且价格低):前往 https://platform.deep...2408**1cae Posted at: 23 days ago -
#6767 语音识别阶段出错[阿里FunASR(内置)] 自动下载模型失败,你可以点击 【查看帮助教程】 了解如何手动下载...
💬 3[Last reply:23 days ago] 这是模型自动下载中断导致的。报错 peer closed connection without sending complete message body (received 154MB, expected 1.97GB) 表示 FunASR 模型在下载约154MB时网络连接被强制断开,多为网络不稳定或代理中断所致,并非软件逻辑错误。解决方案:清理不完整模型文件 进入软件目录 D:/PyVide...13.231**7 Posted at: 23 days ago -
#6765 [xiaomi] 无法连接到 https://api.xiaomimimo.com/v1/,可能当前网络不可访问该API, 若是本地服务,请确认已部署并启动Connection error.:Traceback (most recent call last):...
💬 1[Last reply:23 days ago] 这是代理配置错误导致网络请求被拒。报错堆栈中出现了 httpcore._sync.http_proxy.py,说明请求走了 HTTP 代理,而代理服务器本身拒绝连接(WinError 10061),并非小米 API 不可达。解决方法:打开软件 菜单 → 工具/选项 → 代理设置,清空代理地址与端口并保存。api.xiaomimimo.com 是国内小米 API,应直连访问,不需要代理。在 菜单 →...120.245**0 Posted at: 23 days ago -
#6764 翻译字幕阶段出错 [百度翻译] Please rechargeTraceback (most recent call last):...
💬 1[Last reply:23 days ago] 这是百度翻译API账户余额不足导致的错误。百度翻译开放平台需要账户中有可用余额才能调用翻译接口,余额用尽后返回 Please recharge。解决方案:登录百度翻译开放平台,检查账户余额是否充足;为账户充值,或更换其他免费翻译渠道,例如:Google翻译(免费,但国内需科学上网)DeepSeek(收费但价格低,需配置密钥)M2M100(内置)(本地离线翻译,无需联网)若继续使用百度翻译,充值后重...163.125**9 Posted at: 23 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.