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

5.45.**8 Posted at: 1 hour ago

No transcription results returned. Please check the original audio/video or model and try again.
info=TranscriptionInfo(language='zh', language_probability=1, duration=184.9173125, duration_after_vad=14.528, 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, 2007
......
=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]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/beaut/Downloads/01ea69a2865b228e4f0370019faca55972_258.mp4,
输出结果保存到文件夹: C:/Users/beaut/Downloads/_video_out/01ea69a2865b228e4f0370019faca55972_258-mp4,
临时文件夹: D:/New folder (4)/tmp/8292/52e10d64a7
已选 清理已存在
未启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), distil-large-v3.5, 发音语言: Traditional Chinese, 断句方式:默认断句
TranslateSrt:Microsoft Translate (Free),原始语言:Traditional Chinese,目标语言:English, 已选 SendSRT
TTS Service:ChatterBox(Built-in), 角色:clone, 配音语言:English, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: Soft Subtitles


=
system:Windows-10-10.0.26200-SP0
version:v4.09
frozen:True
language:en
root_dir:D:/New folder (4)

1 Replies

This error means the faster-whisper recognition process returned zero subtitle segments. Your log shows duration=184.9s but duration_after_vad=14.5s, so only ~14.5 seconds of the file was passed as likely speech, and the model still produced no result. The most likely causes are:

  1. You selected the model distil-large-v3.5, which is not suitable for Traditional Chinese / Chinese speech. The distil-* variants are optimised for English and commonly fail or return empty results on other languages.
  2. The audio may contain too much silence/noise, so the VAD filter discarded most of the content before recognition.

Fix it step by step:

  1. In the 语音识别 channel, switch the model from distil-large-v3.5 to large-v3 or large-v3-turbo – these support Chinese and other languages much better.
  2. Confirm the original video/audio actually contains clear human speech. If the file is mostly background music or has a very low voice, the VAD can filter it out as noise.
  3. If you still have problems after switching the model, try disabling Whisper预分割音频 in 菜单 -> 工具 -> 高级选项 -> 语音识别参数, or slightly lower the VAD 语音阈值 so quieter speech is not discarded.
  4. For Chinese content, you can also try Qwen-ASR(内置) or FunASR(内置) as an alternative recognition channel.

If the problem persists after trying large-v3 or large-v3-turbo, please provide the latest log file from 软件目录/logs/ (copy the bottom ~30 lines) and state the exact software version shown in the top-left corner of the GUI.

Please check related documentation:

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

Dondate via PayPal

Related resource