#4118 videotrans.util.help_ffmpeg._FFprobeInternalError: [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000670b40] moov atom not found C:/U

108.181* Posted at: 3 hours ago 👁10

Traceback (most recent call last):
File "videotrans\util\help_ffmpeg.py", line 480, 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', 'C:/Users/zhu/Desktop/ai翻译/tmp/10444/51c719c427/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 119, in run
File "videotrans\task\trans_create.py", line 802, in assembling
File "videotrans\task\trans_create.py", line 1339, in _join_video_audio_srt
File "videotrans\util\help_ffmpeg.py", line 643, in get_video_duration
File "videotrans\util\help_ffmpeg.py", line 632, in _get_ms_from_media
File "videotrans\util\help_ffmpeg.py", line 505, in runffprobe
File "videotrans\util\help_ffmpeg.py", line 497, in _run_ffprobe_internal
videotrans.util.help_ffmpeg._FFprobeInternalError: [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000670b40] moov atom not found C:/Users/zhu/Desktop/ai翻译/tmp/10444/51c719c427/novoice.mp4: Invalid data found when processing input


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:zh
root_dir:C:/Users/zhu/Desktop/ai翻译

1 Replies

这是由于视频合成过程中,临时生成的无声视频文件 novoice.mp4 不完整或损坏(moov atom not found)导致的。

解决方案:

  1. 清理缓存并重新处理:在主界面左上角勾选 清理已生成 复选框,然后重新执行翻译任务。这会强制软件重新生成所有中间文件。
  2. 检查文件路径:确保你的视频文件路径(包括 C:/Users/zhu/Desktop/ai翻译不包含中文字符。建议将视频文件和软件都移动到纯英文路径下(例如 D:\pyVideoTransD:\videos)。
  3. 缩短文件名:如果视频文件名本身很长,请将其重命名为一个简短的英文名称。
  4. 检查硬盘空间:确保处理视频的磁盘(C盘)有足够的剩余空间,避免因空间不足导致临时文件写入失败。

如果问题依旧,请提供 logs 文件夹中最新日志文件的底部约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.

Related resource

Similar issues already exist