#1595 Conversion failed!111

38.54* Posted at: 17 hours ago 👁14

运行时错误:frame=135330 fps=2358 q=-1.0 Lsize=29527552KiB time=00:37:35.63 bitrate=107238.0kbits/s speed=39.3x
Conversion failed!:
Traceback (most recent call last):
File "videotrans\util\help_ffmpeg.py", line 269, in runffmpeg
File "subprocess.py", line 524, in run
subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-ignore_unknown', '-y', '-f', 'concat', '-safe', '0', '-i', 'D:/win-videotrans/tmp13096/e3f04613eb/concat_list.txt', '-c', 'copy', 'D:/win-videotrans/tmp13096/e3f04613eb/intermediate_merged.mp4']' returned non-zero exit status 4294967268.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\job.py", line 219, in run
File "videotrans\task\trans_create.py", line 456, in align
File "videotrans\task\_rate.py", line 171, in run
File "videotrans\task\_rate.py", line 558, in _execute_video_processing
File "videotrans\task\_rate.py", line 652, in _concat_and_finalize
File "videotrans\util\help_ffmpeg.py", line 314, in runffmpeg
RuntimeError: frame=135330 fps=2358 q=-1.0 Lsize=29527552KiB time=00:37:35.63 bitrate=107238.0kbits/s speed=39.3x
Conversion failed!


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/win-videotrans

1 Replies

这个错误是 FFmpeg 在合并视频片段时失败导致的。根据错误信息和路径特征,可能的原因和解决方案如下:

核心原因:

  1. 路径问题:您的软件路径 D:/win-videotrans 包含连字符 -,在某些情况下可能导致 FFmpeg 处理异常。
  2. 临时文件损坏:合并过程中临时文件损坏或权限问题。

解决方案:

  1. 重命名软件目录(最优先尝试):

    • D:/win-videotrans 重命名为纯英文目录,如 D:/videotrans
    • 确保路径中不含空格、中文和特殊符号
  2. 清理缓存重新处理

    • 在主界面勾选"清理已生成"
    • 重新处理视频
  3. 检查磁盘空间

    • 确保 D 盘有足够空间(错误显示输出文件约 28GB)
  4. 如果问题依旧

    • 尝试将视频文件移动到更简单的路径,如 D:/test.mp4
    • 在高级选项中尝试不同的视频编码设置

如果以上方法都无法解决,请提供完整的日志文件(位于 videotrans/logs/ 目录下)以便进一步分析。

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.

Donate: https://ko-fi.com/jianchang512

Trending Questions