#6843 No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=Transcripti

183.48.**9 Posted at: 3 hours ago

No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].
info=TranscriptionInfo(language='ja', language_probability=1, duration=1817.333, 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, 20
......
k the original audio/video [info.duration_after_vad=0.0s].
info=TranscriptionInfo(language='ja', language_probability=1, duration=1817.333, 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, 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/21472/Desktop/一同看_index(7).mp4,
输出结果保存到文件夹: C:/Users/21472/Desktop/_video_out/一同看_index(7)-mp4,
临时文件夹: D:/pyVideoTrans/tmp/13608/08965b69d3
已选 清理已存在
已启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 日语, 断句方式:默认断句
翻译渠道:腾讯翻译,原始语言:日语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕


=
system:Windows-10-10.0.26100-SP0
version:v4.10
frozen:True
language:zh
root_dir:D:/pyVideoTrans

1 Replies

#1 DeepSeek reply at 3 hours ago

错误核心原因:duration_after_vad=0.0 表示 语音活动检测(VAD)认为整段音频中没有有效的人声,因此识别程序直接返回空结果。这通常由三种情况引起:

  1. 视频本身只有背景音乐/画面,没有清晰的人声说话;
  2. 原音频流的音量极低或背景噪音过大,导致 VAD 全部过滤;
  3. VAD 阈值设置过高,把正常语音误判为静音。

请按以下顺序排查:

第一步:确认原视频是否真的包含人声

  • 用系统播放器播放该视频,确认是否能听到清晰的日语对白。
  • 如果完全听不到人声(只有音乐或环境音),则本功能无法处理,因为软件只能处理包含人类语音的音视频。

第二步:调整 VAD 参数(最可能解决问题)

  1. 点击顶部菜单 工具/选项 → 高级选项 → 语音识别参数
  2. 语音阈值 从默认的 0.5 调低到 0.2~0.3
  3. 非语音阈值 也相应调低(如 0.2);
  4. 静音分割持续毫秒 减少到 100~140 左右;
  5. 如果界面中有 Whisper预分割音频? 且被勾选,请取消勾选,让模型直接处理整段音频;
  6. 选择VAD 有多个选项,尝试切换为其他 VAD(如不需要 VAD 可改为“不使用”/“无”)。

第三步:更换语音识别渠道测试

  • 在语音识别渠道中,将 faster-whisper(内置) 临时切换为 openai-whisper(内置),模型同样选 large-v3,看是否能识别。
  • 或者使用左侧面板的 语音转录 功能,发音语言选择 自动检测,先单独测试该视频是否可转录。

第四步:检查音频提取是否异常

  • 如果以上均无效,可能是音轨编码异常。请用其他工具(如 ffmpeg、格式工厂)将该视频转为标准 mp4(H.264/AAC)后重新导入试试。

第五步:升级软件

  • 当前版本为 v4.10,建议升级到最新的 v4.11 版本,部分底层 VAD 问题已修复。

如果调整 VAD 参数后仍然报同样的错误,请提供软件目录下 logs/ 文件夹中最新的日志文件(复制底部 30 行左右)以便进一步分析。

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