#4627 RuntimeError: opening output D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav: No such file or directory openin

2409:8a55* Posted at: 14 hours ago 👁20

opening output D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav: No such file or directory opening output file D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav. opening output files: No such file or directory
Traceback (most recent call last):
File "videotrans\util\help_ffmpeg.py", line 57, in runffmpeg
File "subprocess.py", line 526, in run
subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-nostdin', '-ignore_unknown', '-threads', '0', '-y', '-i', 'F:/Youtube/Tubedown Download/2026-05-19/01_Blender/08/Sculpting a Dragon in Blender for about 1 hour 30 min-[hIYSBq_xowg]-[2560x1440].mp4', '-vn', '-ac', '1', '-ar', '16000', '-c:a', 'pcm_s16le', 'D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav']' returned non-zero exit status 4294967294.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\_mult_video.py", line 35, in run
File "videotrans\task\trans_create.py", line 267, in prepare
File "videotrans\task\trans_create.py", line 932, in _split_audio_byraw
File "videotrans\util\help_ffmpeg.py", line 86, in runffmpeg
RuntimeError: opening output D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav: No such file or directory opening output file D:/win-pyvideotrans-v3.99-428/tmp/30348/f3c1ea8655/en.wav. opening output files: No such file or directory


=
system:Windows-10-10.0.19045-SP0
version:v3.99
frozen:True
language:zh
root_dir:D:/win-pyvideotrans-v3.99-428

1 Replies

这是由于输入视频文件路径过长且包含特殊字符(如中文、方括号、连字符等),导致 ffmpeg 在处理时无法正确识别路径而失败。

解决办法:

  1. 将视频文件复制/移动到更短的目录(如 D:\videos\),并重命名为简短的英文+数字名称(例如 dragon.mp4)。
  2. 重新运行软件,选择修改后的视频文件。

请查阅相关文档:

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