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

2406:da18* Posted at: 3 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='b8ac355d00', name='C:/Users/34379/Desktop/wanna hit the arcade with me_ 🕹️.webm', dirname='C:/Users/34379/Desktop', noextname='wanna hit the arcade with me_ 🕹️', basename='wanna hit the arcade with me_ 🕹️.webm', ext='webm', target_dir='C:/Users/34379/Desktop/_video_out/wanna hit the arcade with me_ 🕹️-webm', cache_folder='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/24996/b8ac355d00', is_cuda=True, source_language='韩语', source_language_code='ko', source_sub='C:/Users/34379/Desktop/_video_out/wanna hit the arcade with me_ 🕹️-webm/ko.srt', source_wav='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/24996/b8ac355d00/ko.wav', source_wav_output='C:/Users/34379/Desktop/_video_out/wanna hit the arcade with me_ 🕹️-webm/ko.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='C:/Users/34379/Desktop/_video_out/wanna hit the arcade with me_ 🕹️-webm/zh-cn.srt', target_wav='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/24996/b8ac355d00/target.wav', target_wav_output='C:/Users/34379/Desktop/_video_out/wanna hit the arcade with me_ 🕹️-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/wanna hit the arcade with me_ 🕹️-webm/wanna hit the arcade with me_ 🕹️.mp4', novoice_mp4='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/24996/b8ac355d00/novoice.mp4', is_separate=False, embed_bgm=True, instrument=None, vocal='C:/Users/34379/Desktop/fy/win-pyvideotrans-v4.00-528/tmp/24996/b8ac355d00/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

核心原因是视频文件的路径和名称包含了特殊符号(表情符号 🕹️、空格、下划线等),导致 ffmpeg 或 Whisper 在处理时无法正常读取音频流,从而返回空转录结果。

解决方案:

  1. 重命名视频文件:将文件名改为仅含英文字母和数字的简短名称,例如 video.webm。移动文件到纯英文路径下(如 D:/videos/)。
  2. 检查原始语言:确认视频中人物实际说的是韩语。如果选错语言,也会导致识别失败。若不确信,可先使用左侧面板“批量语音转字幕”功能并设置“自动检测”验证实际语言。
  3. 临时关闭 CUDA 加速:在主界面取消勾选“CUDA加速”,使用 CPU 模式运行一次,以排除 GPU 环境问题(若用 CPU 成功,则说明 CUDA 配置有误,需重装 CUDA 12.8 + cuDNN 9.11)。

完成第1步后重新启动任务即可。

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