#4764 TaskCfgVTT(uuid='ec8adacf0e', name='D:/Steam/steamapps/workshop/content/431960/3731843020/鬼妈妈 real 4K 60FPS 中文字幕.mp4', d

2409:8a30* Posted at: 8 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 188, 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 240, in _new_process
videotrans.configure.excepts.VideoTransError: No transcription results returned. Please check the original audio/video or model and try again.
TaskCfgVTT(uuid='ec8adacf0e', name='D:/Steam/steamapps/workshop/content/431960/3731843020/鬼妈妈 real 4K 60FPS 中文字幕.mp4', dirname='D:/Steam/steamapps/workshop/content/431960/3731843020', noextname='鬼妈妈 real 4K 60FPS 中文字幕', basename='鬼妈妈 real 4K 60FPS 中文字幕.mp4', ext='mp4', target_dir='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4', cache_folder='D:/XNXYL/ss/tmp/9044/ec8adacf0e', is_cuda=True, source_language='英语', source_language_code='en', source_sub='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4/en.srt', source_wav='D:/XNXYL/ss/tmp/9044/ec8adacf0e/en.wav', source_wav_output='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4/en.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4/zh-cn.srt', target_wav='D:/XNXYL/ss/tmp/9044/ec8adacf0e/target.wav', target_wav_output='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4/zh-cn.m4a', translate_type=0, tts_type=0, volume='+0%', pitch='+5Hz', voice_rate='+15%', voice_role='Xiaoxiao(Female/CN)', voice_autorate=True, video_autorate=False, remove_silent_mid=False, align_sub_audio=True, detect_language='en', recogn_type=0, model_name='small.en', 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='D:/XNXYL/鬼妈妈 real 4K 60FPS 中文字幕-mp4/鬼妈妈 real 4K 60FPS 中文字幕.mp4', novoice_mp4='D:/XNXYL/ss/tmp/9044/ec8adacf0e/novoice.mp4', is_separate=False, embed_bgm=False, instrument=None, vocal='D:/XNXYL/ss/tmp/9044/ec8adacf0e/vocal.wav', clear_cache=True, background_music='', subtitle_type=0, only_out_mp4=False, recogn2pass=False, output_srt=0, copysrt_rawvideo=False, loop_backaudio=1, backaudio_volume=0.8)


=
system:Windows-10-10.0.26200-SP0
version:v4.00
frozen:True
language:zh
root_dir:D:/XNXYL/ss

1 Replies

该错误表示语音识别过程未返回任何结果。根据日志分析,最可能的原因是:

1. 模型选择错误:您使用的模型是 small.en(仅支持纯英语音频)。如果视频中的原始语音包含中文或其他语言,该模型将无法识别任何内容,直接返回空结果。

2. 文件路径问题:视频文件 鬼妈妈 real 4K 60FPS 中文字幕.mp4 包含中文、空格和特殊符号。软件内部依赖 ffmpeg 解析文件,此类路径在 Windows 命令行中极易导致处理失败。

解决方案(按顺序检查):

  1. 更换模型:将语音识别模型从 small.en 改为 smalllarge-v3(不带 .en 后缀),以支持多语言识别。若视频为中文,也可尝试 Qwen-ASR(本地)阿里FunASR(本地)
  2. 简化文件路径:将视频文件移动到一个仅包含英文、数字、下划线和短横线的目录中,例如 D:\videos\coralline.mp4,并重新选择文件。
  3. 检查音频轨道:确保视频文件中包含有效的音频轨道(尤其注意从某些网站下载的视频可能音画分离,需手动合并)。可用播放器或 ffprobe 验证。
  4. 尝试关闭 CUDA 加速:不勾选“CUDA加速”看是否可正常识别,以排除 CUDA 环境配置问题(例如 CUDA 版本或 cuDNN 不兼容)。
  5. 如仍失败:请在软件根目录 logs/ 中找到最近的日志文件(如 20250408.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