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

2409:8a62* Posted at: 12 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]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: F:/IMD/文件/芦花舟/lv_0_20260718163201.mp4,
输出结果保存到文件夹: F:/IMD/文件/芦花舟/_video_out/lv_0_20260718163201-mp4,
临时文件夹: G:/win-py/win-pyvideotrans-v4.06-0718/tmp/6828/aafb04dff3
已选 清理已存在
未选 启用CUDA加速
未选 降噪
语音识别:faster-whisper(本地内置), model_name: large-v3-turbo, 发音语言: 越南语, 断句方式:默认断句
发音语言和目标语言相同,不翻译字幕
未选 配音角色,不进行配音
字幕: 嵌入软字幕(双) 目标语言在上双字幕
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.06
frozen:True
language:zh
root_dir:G:/win-py/win-pyvideotrans-v4.06-0718

1 Replies

这个错误是因为 faster-whisper 语音识别后未返回任何字幕结果。根本原因通常是:原始音频中未检测到有效的人声,或模型加载/处理过程中出现异常

请按以下顺序排查:

  1. 检查原始视频

    • 用播放器确认视频中确实包含清晰的人类说话声(越南语)。
    • 如果只有背景音乐或纯画面,软件无法转录。
  2. 启用 CUDA 加速(强烈建议)

    • 你未勾选 CUDA 加速,CPU 模式处理 large-v3-turbo 模型极慢且容易因内存不足而静默失败。
    • 若有 NVIDIA 显卡,请先安装 CUDA 12.8 和 cuDNN 9.11(教程),然后勾选主界面的 CUDA加速
  3. 换用更小的模型

    • 在“语音识别”渠道选择 faster-whisper(本地内置),模型改为 mediumsmall(优先选medium)。
    • 小模型对 CPU 友好,可大幅提高识别成功率。
  4. 检查模型文件是否完整

    • 删除 models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 文件夹,软件会重新下载。
    • 如果网络不稳定,可手动下载模型(参考文档)。
  5. 清理缓存后重试

    • 主界面勾选 “清理已生成”,然后重新执行任务。

如果以上步骤仍无效,请提供 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.

Dondate via ko-fi.com

Dondate via PayPal

Related resource