#4844 No transcription results returned. Please check the original audio/video or model and try again.Traceback (most recent c

2406:da18* Posted at: 4 hours ago

No transcription results returned. Please check the original audio/video or model and try again.
Traceback (most recent call last):
File "videotrans\task\only_one.py", line 47, in run
File "videotrans\task\trans_create.py", line 320, in recogn
File "videotrans\recognition\__init__.py", line 190, in run
File "videotrans\recognition\_base.py", line 93, in run
File "videotrans\recognition\_whisper.py", line 35, in _exec
File "videotrans\recognition\_whisper.py", line 108, in _faster
File "videotrans\configure\base.py", line 252, in _new_process
videotrans.configure.excepts.VideoTransError: No transcription results returned. Please check the original audio/video or model and try again.
TaskCfgVTT(uuid='337458b8b8', name='C:/Users/34379/Desktop/111.webm', dirname='C:/Users/34379/Desktop', noextname='111', basename='111.webm', ext='webm', target_dir='C:/Users/34379/Desktop/_video_out/111-webm', cache_folder='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/54024/337458b8b8', is_cuda=True, source_language='韩语', source_language_code='ko', source_sub='C:/Users/34379/Desktop/_video_out/111-webm/ko.srt', source_wav='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/54024/337458b8b8/ko.wav', source_wav_output='C:/Users/34379/Desktop/_video_out/111-webm/ko.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='C:/Users/34379/Desktop/_video_out/111-webm/zh-cn.srt', target_wav='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/54024/337458b8b8/target.wav', target_wav_output='C:/Users/34379/Desktop/_video_out/111-webm/zh-cn.m4a', translate_type=0, tts_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role='No', voice_autorate=True, video_autorate=False, remove_silent_mid=False, align_sub_audio=True, detect_language='ko', recogn_type=0, model_name='large-v3', shibie_audio=None, remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=0, fix_punc=False, subtitle_language=None, app_mode='biaozhun', subtitles='', targetdir_mp4='C:/Users/34379/Desktop/_video_out/111-webm/111.mp4', novoice_mp4='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/54024/337458b8b8/novoice.mp4', is_separate=False, embed_bgm=True, instrument=None, vocal='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/54024/337458b8b8/vocal.wav', clear_cache=True, background_music='', subtitle_type=1, only_out_mp4=False, recogn2pass=False, output_srt=0, copysrt_rawvideo=False, loop_backaudio=1, backaudio_volume=0.8)

1 Replies

这个错误意味着 Faster-Whisper 模型未能从你的 111.webm 中识别出任何语音,可能原因及解决方法:

  1. 视频无有效人声
    确认视频中确实有韩语对话,而非纯背景音乐或静音。可用播放器试听。
  2. 模型语言与视频不匹配
    原始语言选择了“韩语”,但若视频实际是其他语言(例如中文或英文),会导致无结果。可尝试在 批量语音转字幕 功能中开启“自动检测”确认语言。
  3. 显存不足或 CUDA 配置问题
    使用 large-v3 模型需要至少 8GB 显存。若显存不足或 CUDA 环境异常,子进程会直接崩溃返回空结果。
    尝试:

    • 暂时取消勾选 CUDA加速,使用 CPU 运行一次(虽然慢,但可验证是否 GPU 问题)。
    • 若需继续使用 GPU,在 菜单 → 工具/选项 → 高级选项 → 语音识别参数 中:

      • CUDA数据类型 改为 float16int8
      • 识别准确度beam_sizebest_of 都改为 1
      • 取消 启用上下文感知
    • 或换用更小的模型(如 mediumsmall)。
  4. 模型文件损坏
    若首次下载时中断,模型可能不完整。删除 models/ 下对应文件夹,重新运行(需联网重新下载),或从镜像站手动下载完整模型放入 models/
  5. 启用降噪
    在主界面勾选 降噪,可过滤背景噪声干扰。
  6. 音频编码问题
    webm 格式有时音频流非标准 PCM。可先使用 工具 → 音频视频格式转换 将视频转为 mp4 后再翻译。

若以上均无效,请提供软件根目录 logs/ 文件夹中最新 .log 文件的最后 30 行,以便进一步分析。

请查阅相关文档:

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.

Related resource

Similar issues already exist