-
#6938 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='ja', language_...
💬 1[Last reply:1 hour ago] <VAD检测结果为0秒,说明该音频经语音活动检测后被判定为无有效人声,导致faster-whisper未返回任何转录内容。请按以下顺序排查处理:先用播放器播放该视频,确认原始声音是否确实存在且人声清晰可闻(尤其检查是否为背景音乐、纯音乐或音量极低)。若原始声音正常,请进入 菜单 → 工具/选项 → 高级选项 → 语音识别参数,将 “语音阈值” 从默认 0.5 调低至 0.2~0.3,同时可适...171.91**4 Posted at: 1 hour ago -
#6937 文件不存在:D:/win-pyvideotrans/tmp/dubbing_cache/d73bb121b95a359966f46787ff6c24c6.wavTraceback (most recent call last):...
💬 1[Last reply:2 hours ago] 该报错表示配音阶段需要从 tmp/dubbing_cache/ 目录复制一个 wav 文件时,目标文件不存在。结合你的配置(角色选择 clone 音色),这通常是因为 克隆音色所需的参考音频未能成功生成,或 临时缓存目录被意外清理。核心原因排查如下:原始视频路径包含中文、空格和特殊符号:你的视频路径为 G:/zi liao/High Vibe Communication by Julien Bla...2409**d550 Posted at: 2 hours ago -
#6936 Invalid SignTraceback (most recent call last):...
💬 1[Last reply:3 hours ago] 这是百度翻译 API 返回的“签名无效”(Invalid Sign)错误,说明软件调用百度翻译时,AppID、密钥或签名校验不通过。解决方案核查百度翻译配置:打开软件顶部菜单 → 翻译设置 → 找到百度翻译,确认 AppID 和密钥是否与百度翻译开放平台中创建应用后的一致,注意不要有空格或多余字符。确认服务已开通:登录百度翻译开放平台,确认已创建“通用翻译”应用,且该应用支持所选目标语言(英语),...101.71**9 Posted at: 3 hours ago -
#6935 文件不存在:D:\E\ruanjian\win-pyvideotrans-v4.11\tmp\22640\c508b5654f\faster-pt-pt-1787922696.2011623.logTraceback (most recent call last):...
💬 1[Last reply:4 hours ago] 报错核心原因:语音识别子进程在启动时,无法在临时文件夹中创建日志文件。报错中的路径D:\E\ruanjian\win-pyvideotrans-v4.11\tmp\22640\c508b5654f不存在,说明该临时目录未被成功创建,可能由权限、杀毒软件拦截、磁盘空间不足或路径异常导致。解决方案(按顺序尝试):关闭杀毒软件或信任目录:将整个软件目录D:\E\ruanjian\win-pyvideot...2409**ec17 Posted at: 4 hours ago -
#6933 clone 角色不存在Traceback (most recent call last):...
💬 5[Last reply:4 hours ago] 你使用的是 Gradio WebUI 接入方式,但依然报“clone 角色不存在”,通常是因为 gradio_api.txt 配置文件缺失、参数不完整,或自定义TTS API 地址填写不当导致软件无法为 clone 角色截取参考音频。请按以下步骤逐一排查:1. 确认已创建 gradio_api.txt在软件根目录(即 sp.exe 或 sp.py 所在的文件夹)下,必须存在名为 gradio_ap...2409**d550 Posted at: 5 hours ago -
#6934 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'role': 'zh_f...
💬 1[Last reply:4 hours ago] 这是 index-tts 开源库内部的多语言界面翻译不一致引发的校验 Bug。解决方案:打开您本地部署的 index-tts 项目根目录下的 webui.py 文件;全局搜索字符串 i18n("与音色参考音频相同");将其直接替换为英文:Same as the voice reference;保存后重启 index-tts 服务即可。说明:您在 gradio_api.txt 中...2409**d550 Posted at: 4 hours ago -
#6932 pyVideoTrans v4.11中 如果需要把视频中的捷克语转换成字幕文件, 英文转成字幕文件 ,应该用什么模型最好 ,我的显卡是2060S...
💬 1[Last reply:5 hours ago] 在你的显卡(2060S 8GB显存)下,推荐使用 faster-whisper(内置) 渠道,模型选择 large-v3-turbo,兼顾速度与准确度,最适合处理英语和捷克语。具体操作步骤:左侧面板 选择 语音转录(仅生成字幕文件,无需翻译)。语音识别渠道:选择 faster-whisper(内置)。模型名称:选择 large-v3-turbo(显存约需6GB,2060S可流畅运行)。发音语言:若...171.91**4 Posted at: 5 hours ago -
#6931 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'role': '', '...
💬 1[Last reply:7 hours ago] 该报错是 index-tts 的 Gradio WebUI 接口内部校验不一致导致的:gradio_api.txt 中填写的枚举值 Same as the voice reference 是英文,但该 Index-TTS WebUI 的接口实际接受的选项是中文与音色参考音频相同。解决方案方法一(推荐):修改你本地部署的 index-tts 项目源码打开你本地部署的 index-tts 项目根目录下...2409**911b Posted at: 7 hours ago -
#6930 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='ja', language_...
💬 1[Last reply:8 hours ago] 这是 VAD(语音活动检测)将整段音频判定为“无人声” 导致的错误。日志中 duration_after_vad=0.0 表示:原始音频时长约 3118 秒,但经过 VAD 过滤后,被判定为语音的有效时长是 0 秒,所有片段都被当作静音/噪声剔除,因此 Whisper 识别不到任何内容。请按以下顺序排查先确认原视频能正常听到人声 用播放器打开 honnamatv-399.mp4,确认不是无音轨、...171.91**4 Posted at: 8 hours ago -
#6929 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='ja', language_...
💬 3[Last reply:9 hours ago] <VAD 将整个音频判定为静音,导致有效语音时长 duration_after_vad=0.0。原始音频时长约3500秒,却没有任何语音片段被保留。请按以下顺序排查:试听提取出的音频:用播放器打开 D:/win-pyvideotrans-v4.11/tmp/12720/f19863f6bc/蓝毛-1787906216.8428931.wav,确认是否有清晰日语人声。若无声,说明原视频音轨为空...171.91**4 Posted at: 9 hours ago -
#6928 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='ja', language_...
💬 1[Last reply:9 hours ago] 核心原因:duration_after_vad=0.0s 表示 VAD(语音活动检测)将整个音频判定为无有效人声,导致 faster-whisper 未产生任何转录结果。结合你的日志,最可疑的是文件路径含中文(F:/新建文件夹/2/honnamatv-399.mp4),这可能导致底层 ffmpeg 提取音频流异常或音频被静音化;此外也可能是音频本身音量极低/无有效人声、或VAD 阈值设置不当。请按...171.91**4 Posted at: 9 hours ago -
#6927 [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'E:/自动翻译/win-pyvideotrans-v4.10/tmp/13136/3b098f4033/final_audio_temp.wav':E:/自动翻译/win-pyvideotrans-v4.10/tmp/13136/3b098f4033/final_audio_temp....
💬 1[Last reply:10 hours ago] 这是由于Windows系统中临时音频文件 final_audio_temp.wav 被其他进程占用,导致 shutil.move 无法将其重命名为 target.wav 所致。常见原因包括杀毒软件实时拦截、播放器/预览窗口占用、或上一轮任务残留的进程句柄未释放。解决方案清理临时文件:完全关闭 pyVideoTrans 程序,手动进入报错路径 E:/自动翻译/win-pyvideotrans-v4....9.142**2 Posted at: 10 hours ago -
#6926 配置GPT接口API的时候提示报错,麻烦开发团队帮看下是什么问题...
💬 11[Last reply:10 hours ago] 桂柳话(桂柳官话)属于汉语方言,不是标准语言代码,pyVideoTrans 不支持将其作为翻译或配音的目标语言。 原因:软件内置语言列表不含“桂柳话”;翻译渠道(Google、DeepSeek、OpenAI 等)均无方言翻译模型;配音渠道(如 Edge-TTS、Qwen3-TTS 等)也不提供桂柳话音色。若你一定需要,只能尝试自行扩展语言列表,但翻译和配音渠道不识别该方言,实际无法运行。建议改用...182.90**6 Posted at: 10 hours ago -
#6925 Video file selection required...
💬 1[Last reply:11 hours ago] The error "Video file selection required" occurs because you clicked 开始执行 (Start Execution) without first selecting a video/audio file in the main Video Translation workspace. The "Select Audio or Vid...2402**def3 Posted at: 11 hours ago -
#6924 配音阶段出错 [Edge-TTS(免费)] 系统错误 (28):No space left on deviceTraceback (most recent call last):...
💬 1[Last reply:12 hours ago] 核心原因:您的磁盘(D盘)空间已满,导致配音文件无法写入。错误 No space left on device 表明程序在保存Edge-TTS生成的音频时,目标磁盘没有剩余空间了。解决方法:清理磁盘空间检查D盘剩余空间,建议至少保留10GB以上可用空间。清理软件临时文件:进入 D:/sp/tmp/ 文件夹,安全删除里面的所有内容(特别是 22224/ 等进程级缓存目录)。清理输出目录:检查 D:/...240e**86fb Posted at: 12 hours ago -
#6923 配音全部失败 NoneTraceback (most recent call last):...
💬 1[Last reply:13 hours ago] 配音失败 DubbingSrtError: 配音全部失败 None 是 TTS 引擎在合成过程中发生了未捕获异常。从你的日志看,使用的是 Confucius-TTS(本地内置) 且角色为 clone,该渠道高度依赖模型文件完整性和参考音频质量。核心排查方向:检查 Confucius-TTS 模型是否完整该渠道需要下载多个模型,若自动下载中断或不完整,会导致配音全部失败。请确认以下目录是否存在且文件...152.175**7 Posted at: 13 hours ago -
#6922 pyVideoTrans 软件默认安装位置~????到底在哪里...
💬 1[Last reply:13 hours ago] pyVideoTrans 是绿色版软件,没有“默认安装位置”的概念,不需要安装。Windows 预打包版:你下载的是 .7z 压缩包,解压到任意英文纯路径文件夹(如 D:\pyVideoTrans)就是“软件位置”。解压后进入该文件夹,双击 sp.exe 启动。源码部署版:软件位置就是你自己 git clone 或存放代码的文件夹,例如 D:\pyvideotrans。注意:不要解压到中文、空格、...171.91**4 Posted at: 13 hours ago -
#6921 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.Traceback (most recent call last):...
💬 1[Last reply:18 hours ago] This error is caused by Google Gemini API rate limiting — the model is temporarily overloaded or your API key quota has been exhausted. It is a server-side issue, not a bug in pyVideoTrans.Immediate s...31.94**8 Posted at: 18 hours ago -
#6920 Unable to open file 'model.bin' in model 'C:/Users/mohammad/Downloads/win-pyvideotrans-v4.11 (1)/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recen...
💬 1[Last reply:19 hours ago] The model file model.bin in your models--mobiuslabsgmbh--faster-whisper-large-v3-turbo folder is corrupted or incomplete, typically caused by an interrupted/failed download of the large model (large-v...31.94**8 Posted at: 19 hours ago -
#6919 Unable to open file 'model.bin' in model 'F:/BaiduNetdiskDownload/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call l...
💬 1[Last reply:1 day ago] 模型文件 model.bin 缺失或下载不完整,导致 faster-whisper 无法加载模型。解决办法:关闭软件,删除整个模型目录:F:/BaiduNetdiskDownload/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo重新打开软件并执行任务,程序会再次尝试自动下载该模...185.244**6 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.