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

2409:**:695 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]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: D:/F盘/罗曼观影/youtube/Galileo-360° VR_ Die totale Sonnenfinsternis 2026 aus der.mp4,
输出结果保存到文件夹: D:/F盘/罗曼观影/8.24/Galileo-360° VR_ Die totale Sonnenfinsternis 2026 aus der-mp4,
临时文件夹: D:/E/ruanjian/win-pyvideotrans-v4.06-0718/tmp/11284/c80f0fee1c
已选 清理已存在
未选 启用CUDA加速
未选 降噪
语音识别:faster-whisper(本地内置), model_name: large-v3-turbo, 发音语言: 德语, 断句方式:默认断句
翻译渠道:M2M100(本地内置),原始语言:德语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕
代理地址:


=
system:Windows-10-10.0.19045-SP0
version:v4.06
frozen:True
language:zh
root_dir:D:/E/ruanjian/win-pyvideotrans-v4.06-0718

1 Replies

#1 DeepSeek reply at 14 hours ago

这个错误表示语音识别阶段返回了空结果,核心原因是模型没有正确识别出音频中的语音,或音频无法被解析。结合你的日志,最可疑的是文件路径和文件名中含有特殊符号(°、空格、中文),可能导致 FFmpeg 无法正确读取视频文件。

请按以下顺序逐一排查:

  1. 修改路径和文件名(最可能的原因)

    • 将视频移动到浅层纯英文路径,例如 D:/test/galileo.mp4
    • 文件名中的 °(角度符号)、空格和中文字符全部去除
    • 重新导入翻译,避免路径解析错误
  2. 测试用更小模型

    • 语音识别渠道选择 faster-whisper(内置),模型改为 basesmall
    • 如果小模型能识别出结果,说明原模型 large-v3-turbo 下载不完整或损坏,删除 models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 文件夹后重新下载
  3. 确认发音语言正确

    • 你的发音语言选择了 德语,请确认视频中实际的说话语言确实是德语,且该模型支持德语(large-v3-turbo 支持)
  4. 检查视频是否有音轨

    • 用播放器打开原视频,确认有声音
    • 如果视频音量极低或无音轨,识别结果必然为空
  5. 检查日志

    • 若以上仍无效,请打开软件目录下的 logs/ 文件夹,找到当日最新日志,复制底部约30行报错信息,以便进一步分析
另外,你的软件版本为 v4.06,与当前最新版本 v4.11 差距较大,部分内部 bug 已修复,建议升级到最新版本后再试。

请查阅相关文档:

Thinking...
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

Related resource