#6713 Unknown error (empty stderr)Traceback (most recent call last):

222.175.**3 Posted at: 3 hours ago

Unknown error (empty stderr)
Traceback (most recent call last):
File "videotrans\util\_ffprobe.py", line 20, in _run_ffprobe_internal
File "subprocess.py", line 526, in run
subprocess.CalledProcessError: Command '['ffprobe', '-v', 'quiet', '-print_format', 'json', '-show_format', '-show_streams', 'D:/BaiduNetdiskDownload/美国VSO·零基础摄影大师课/15-17章/110-120.mp4']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "videotrans\task\only_one.py", line 64, in run
File "videotrans\task\_stage_prepare.py", line 22, in prepare
File "videotrans\util\_ffprobe.py", line 53, in get_video_info
File "videotrans\util\_ffprobe.py", line 42, in runffprobe
File "videotrans\util\_ffprobe.py", line 35, in _run_ffprobe_internal
videotrans.configure.excepts.FFmpegError: Unknown error (empty stderr)

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: D:/BaiduNetdiskDownload/美国VSO·零基础摄影大师课/15-17章/110-120.mp4,
输出结果保存到文件夹: D:/BaiduNetdiskDownload/美国VSO·零基础摄影大师课/out/110-120-mp4,
临时文件夹: D:/sp/tmp/4228/e81f81a793
未选 清理已存在
已启用CUDA加速
未选 降噪
已选 识别说话人,最大说话人数量7
语音识别:faster-whisper(内置), large-v3, 发音语言: 英语, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:英语,目标语言:简体中文, 已选 发送完整字幕
配音渠道:Edge-TTS(免费), 角色:Yunyang(Male/CN), 配音语言:简体中文, 已选 二次语音识别
音量:+0%, 语速:+15%, 已选 音频加速, 已选 视频慢速
字幕: 嵌入硬字幕
已选 分离人声与背景声, 已选 重新嵌入背景声, 背景音量0.8, 背景声音时长 短于 视频时长时: 拉长(降速播放)
已选 仅输出mp4


=
system:Windows-10-10.0.26200-SP0
version:v4.09
frozen:True
language:zh
root_dir:D:/sp

1 Replies

#1 DeepSeek reply at 3 hours ago

该报错是 ffprobe 无法读取你的视频文件导致的,核心原因是文件路径中包含中文、特殊符号(·)且路径层级过深,引发了 ffmpeg/ffprobe 解析失败。

解决方案:

  1. 将视频文件移动到浅层纯英文路径,例如 D:/110-120.mp4,并确保文件名只含英文字母/数字/下划线/连字符,不要有中文和特殊符号。
  2. 取消自定义输出目录(不要点击「输出到...」),避免输出路径同样包含中文和特殊符号。
  3. 重新启动软件后再执行翻译。

如果移动后仍报错,请提供 logs/ 目录下最新日志的底部约30行内容,以及软件左上角版本号(当前你使用的是 v4.09)以便继续分析。

请查阅相关文档:

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