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

120.235* Posted at: 14 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\_stage_recogn.py", line 62, in recogn
File "videotrans\recognition\__init__.py", line 205, in run
File "videotrans\recognition\_base.py", line 92, in run
File "videotrans\recognition\_whisper.py", line 38, in _exec
File "videotrans\recognition\_whisper.py", line 124, in _faster
File "videotrans\configure\base.py", line 272, in _new_process
videotrans.configure.excepts.VideoTransError: No transcription results returned. Please check the original audio/video or model and try again.

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/21791/Desktop/OKMQ.mp4,
输出结果保存到文件夹: D:/b站下载视频/OKMQ-mp4,
临时文件夹: D:/BaiduNetdiskDownload/win-pyvideotrans-v4.06-0720_20260720_104420/tmp/23656/afd30d5c2b
已选 清理已存在
未选 启用CUDA加速
未选 降噪
语音识别:faster-whisper(本地内置), model_name: large-v3-turbo, 发音语言: 日语, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:日语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕
已选 仅输出mp4
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.06
frozen:True
language:zh
root_dir:D:/BaiduNetdiskDownload/win-pyvideotrans-v4.06-0720_20260720_104420

1 Replies

该错误表示语音识别未能从音频中提取出任何文本。

核心原因:你使用了 large-v3-turbo 模型,但未启用 CUDA 加速(日志显示“未选 启用CUDA加速”)。本地 CPU 处理该模型时速度极慢,且很可能因内存不足导致子进程静默崩溃,最终未能返回任何转录结果。

解决方案

  1. 安装 CUDA 环境并启用 GPU 加速:如果你有 NVIDIA 显卡,请安装 CUDA 12.8+ 和 cuDNN 9.11+,然后在软件主界面勾选“CUDA加速”。

    • 若无法安装,请执行第 2 步。
  2. 切换为更小的本地模型:在“语音识别”渠道保持 faster-whisper(本地内置),将模型改为 tinybase(这些模型 CPU 可用)。

    • 注意:tiny.en/base.en.en 结尾模型仅支持英语,请勿用于日语视频。
  3. 检查音频质量:确保视频文件确实包含清晰的日语人声,没有静音或纯背景音乐。可在高级选项中开启“降噪”以提升识别成功率。
  4. 调整语言选择:确认原视频说话语言确实是日语,不要误选为中文或其他语言。

推荐配置(无 GPU 时)

  • 语音识别:faster-whisper + tinybase 模型
  • 翻译渠道:Google 翻译(免费)
  • 配音:不配音(已符合你的设置)

请查阅相关文档:

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