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

240e:**:3f42 Posted at: 1 day ago

No transcription results returned. Please check the original audio/video or model and try again.
info=TranscriptionInfo(language='zh', language_probability=1, duration=11.5403125, 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, 2
......
, 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, 21675, 22520, 26130, 26161, 26435, 28279, 29464, 31650, 32302, 32470, 36865, 42863, 47425, 49870, 50254, 50258, 50359, 50360, 50361, 50362, 50363), 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]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: F:/7月视频/071502/8.17养生需朗读.mp4,
输出结果保存到文件夹: F:/7月视频/需要改字去水印/_video_out/8.17养生需朗读-mp4,
临时文件夹: F:/win-pyvideotrans-v4.08-0802/tmp/26620/bb3c8ceafb
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), model_name: large-v3-turbo, 发音语言: 简体中文, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:简体中文,目标语言:俄罗斯语, 已选 发送完整字幕
配音渠道:Edge-TTS(免费), 角色:Svetlana(Female/RU), 配音语言:俄罗斯语, 未选 二次语音识别
音量:+0%, 语速:+0%, 未选 音频加速, 未选 视频慢速
未选 移除字幕间空隙, 已选 强制对齐字幕和声音
字幕: 不嵌入字幕
已选 仅输出mp4
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.08
frozen:True
language:zh
root_dir:F:/win-pyvideotrans-v4.08-0802

1 Replies

#1 DeepSeek reply at 1 day ago

核心原因:日志中 duration_after_vad=0.0 表示经过 VAD(语音活动检测)后,有效语音片段时长为 0,即 Whisper 没有从该音频中检测到任何人声,因此直接报 No transcription results returned

可能根源及处理步骤:

  1. 确认素材是否真的含可识别人声

    • 用播放器完整播放该视频,听是否有清晰、连续的人类说话声。
    • 若只有静音、背景音乐或环境噪声,则本软件无法识别(知识库明确:仅有人声才能处理)。
  2. 排查音频损坏或编码兼容问题

    • 音轨可能损坏,或为特殊编码导致 FFmpeg 提取出的音频为空/异常。
    • 可用格式工厂或 FFmpeg 将该视频先转码为标准 H.264 + AAC 的 mp4,再重新导入识别,重点转码命令中确认音轨存在。
  3. 调整 VAD 参数,降低误判门槛

    • 点击 菜单 → 工具/选项 → 高级选项 → 语音识别参数

      • 语音阈值 从默认 0.5 适当调低(如 0.3/0.2),让 VAD 更灵敏;
      • 检查 最长语音持续(秒)最短语音持续(毫秒) 是否被设置得过大,若最短语音设置过高,较短的人声片段会被全部丢弃。
    • 可尝试暂时取消 VAD 预分割(关闭 Whisper预分割音频?),看能否直接走 Whisper 识别。
  4. 更换识别渠道或模型测试

    • faster-whisper(内置) 切换为 openai-whisper(内置),或改用较小模型如 medium/small 排除模型损坏问题。
    • 若仍报同样错误,则基本可判定为音频本身无有效人声或音轨异常。
  5. 路径与版本提醒

    • 当前路径含中文字符(F:/7月视频/...8.17养生需朗读.mp4),虽然本次不一定是直接诱因,但建议将视频移动到纯英文数字目录(如 D:/test/)并重命名后重试。
    • 当前版本为 v4.08,最新版本为 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