#6621 No transcription results returned. Please check the original audio/video or model and try again.info=TranscriptionInfo(l

154.26.**7 Posted at: 8 hours ago

No transcription results returned. Please check the original audio/video or model and try again.
info=TranscriptionInfo(language='en', language_probability=1, duration=198.4145, duration_after_vad=0.0, all_language_probs=None, transcription_options=TranscriptionOptions(beam_size=5, best_of=5, patience=1, length_penalty=1, repetition_penalty=1.0, no_repeat_ngram_size=0, log_prob_threshold=-1.0, no_speech_threshold=0.6, compression_ratio_threshold=2.4, condition_on_previous_text=False, prompt_reset_on_temperature=0.5, temperatures=[0.0, 0.2, 0.4, 0.6, 0.8, 1.0], initial_prompt=None, prefix=None, suppress_blank=True, suppress_tokens=(1, 2, 7, 8, 9, 10, 14, 25, 26, 27, 28, 29, 31, 58, 59, 60, 61, 62, 63, 90, 91, 92, 93, 359, 503, 522, 542, 873, 893, 902, 918, 922, 931, 1350, 1853, 1982, 2460, 2627, 3246, 3253, 3268, 3536, 3846, 3961, 4183, 4667, 6585, 6647, 7273, 9061, 9383, 10428, 10929, 11938, 12033, 12331, 12562, 13793, 14157, 14635, 15265, 15618, 16553, 16604, 18362, 18956, 20075, 216
......
ons=TranscriptionOptions(beam_size=5, best_of=5, patience=1, length_penalty=1, repetition_penalty=1.0, no_repeat_ngram_size=0, log_prob_threshold=-1.0, no_speech_threshold=0.6, compression_ratio_threshold=2.4, condition_on_previous_text=False, prompt_reset_on_temperature=0.5, temperatures=[0.0, 0.2, 0.4, 0.6, 0.8, 1.0], initial_prompt=None, prefix=None, suppress_blank=True, suppress_tokens=(1, 2, 7, 8, 9, 10, 14, 25, 26, 27, 28, 29, 31, 58, 59, 60, 61, 62, 63, 90, 91, 92, 93, 359, 503, 522, 542, 873, 893, 902, 918, 922, 931, 1350, 1853, 1982, 2460, 2627, 3246, 3253, 3268, 3536, 3846, 3961, 4183, 4667, 6585, 6647, 7273, 9061, 9383, 10428, 10929, 11938, 12033, 12331, 12562, 13793, 14157, 14635, 15265, 15618, 16553, 16604, 18362, 18956, 20075, 21675, 22520, 26130, 26161, 26435, 28279, 29464, 31650, 32302, 32470, 36865, 42863, 47425, 49870, 50254, 50258, 50358, 50359, 50360, 50361, 50362), without_timestamps=False, max_initial_timestamp=1.0, word_timestamps=True, prepend_punctuations='"\'“¿([{-', append_punctuations='"\'.。,,!!??::”)]}、', multilingual=False, max_new_tokens=None, clip_timestamps=[0.0], hallucination_silence_threshold=None, hotwords=''), vad_options=VadOptions(threshold=0.5, neg_threshold=None, min_speech_duration_ms=0, max_speech_duration_s=inf, min_silence_duration_ms=140, speech_pad_ms=400))

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/Administrator/Desktop/S2/8月12日/8月12日.mp4,
输出结果保存到文件夹: C:/Users/Administrator/Desktop/S2/8月12日/_video_out/8月12日-mp4,
临时文件夹: F:/BaiduNetdiskDownload/视频翻译配音软件/win-pyvideotrans-v4.09/tmp/18848/3e960d20b3
已选 清理已存在
已启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), tiny, 发音语言: 英语, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:英语,目标语言:简体中文, 已选 发送完整字幕
配音渠道:Edge-TTS(免费), 角色:Yunxia(Male/CN), 配音语言:简体中文, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: 嵌入软字幕
代理地址:http://127.0.0.1:10809


=
system:Windows-10-10.0.19045-SP0
version:v4.09
frozen:True
language:zh
root_dir:F:/BaiduNetdiskDownload/视频翻译配音软件/win-pyvideotrans-v4.09

1 Replies

#1 DeepSeek reply at 8 hours ago

该错误的核心原因是:音频经过 VAD 语音活动检测后识别时长为 0(duration_after_vad=0.0),即软件判定该视频/音频中不存在有效人声,因此不会进入 Whisper 识别阶段。

可能原因与解决步骤:

  1. 确认原视频确实包含清晰人声:用播放器试听该视频,确认不是纯音乐、无声轨或人声过小。若视频本身无有效人声,软件无法转录。
  2. 更换/调整 VAD 参数:点击菜单 → 工具 → 高级选项 → 语音识别参数,将VAD选择为更宽松的选项,适当降低语音阈值(如 0.3),调小静音分割持续毫秒,使音频更容易被判定为语音。
  3. 尝试去掉“Whisper预分割音频”:如果勾选了该选项,取消勾选后重试,让 Whisper 直接处理整段音频。
  4. 清理路径中的中文/特殊字符:当前文件路径为C:/Users/Administrator/Desktop/S2/8月12日/8月12日.mp4,包含中文,建议将视频移动到纯英文路径(如D:/video/0812.mp4)后重试。
  5. 切换识别模型:当前使用tiny模型,可先改用large-v3large-v3-turbo,并用faster-whisper(内置)中的更高质量模型测试。
  6. 检查是否已勾选“清理已生成”:你已勾选,此项会强制重新处理,若之前生成过缓存也不会影响本次。若多次尝试仍为 0,可尝试关闭此项。

若以上步骤无效,请提供logs/目录下最新日志文件(如logs/20250812.log)末尾约 30 行内容,并确认软件左上角版本号(当前显示 v4.09)。

请查阅相关文档:

Thinking...
Post Your Reply
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.

Dondate via ko-fi.com

Related resource