#4461 videotrans.util.help_ffmpeg._FFprobeInternalError: [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021ad80a0100] moov atom not found D:/y

160.248* Posted at: 3 hours ago 👁6

Traceback (most recent call last):
File "videotrans\util\help_ffmpeg.py", line 265, in _run_ffprobe_internal
File "subprocess.py", line 526, in run
subprocess.CalledProcessError: Command '['ffprobe', '-v', 'error', '-show_entries', 'format=duration', '-of', 'default=noprint_wrappers=1:nokey=1', 'D:/youTube/win-pyvideotrans-v3.99-428/tmp/14552/dc3e25321e/novoice.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 113, in run
File "videotrans\task\trans_create.py", line 759, in align
File "videotrans\util\help_ffmpeg.py", line 446, in get_video_duration
File "videotrans\util\help_ffmpeg.py", line 435, in _get_ms_from_media
File "videotrans\util\help_ffmpeg.py", line 290, in runffprobe
File "videotrans\util\help_ffmpeg.py", line 282, in _run_ffprobe_internal
videotrans.util.help_ffmpeg._FFprobeInternalError: [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021ad80a0100] moov atom not found D:/youTube/win-pyvideotrans-v3.99-428/tmp/14552/dc3e25321e/novoice.mp4: Invalid data found when processing input


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

1 Replies

这是由于视频翻译过程中被异常中断,导致生成的中间文件 novoice.mp4 (无声视频) 无法正确播放和读取,通常是一个不完整或已损坏的文件。

解决方案:

  1. 清理旧文件:启动软件,将待处理的视频再次拖入。在开始处理前,务必勾选主界面左上角的 “清理已生成” 复选框。这会强制软件忽略上次的缓存和不完整文件,从头开始处理。
  2. 检查文件路径:确保视频存放路径和软件安装路径均为纯英文/数字,且尽量短。你当前的路径 D:/youTube/win-pyvideotrans-v3.99-428/tmp/... 看起来比较深,可以尝试将原始视频移动到更短的目录(如 D:\videos)后,再拖入软件处理。
  3. 重新运行任务:完成以上两步后,点击“开始”按钮重新执行翻译。

如果问题持续出现,请在“设置更多参数”中开启“单视频交互模式”,以便在每一步骤之间进行保存和检查,防止一次性处理失败导致资源浪费。

请查阅相关文档:

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

Similar issues already exist