#4849 RuntimeError: submitting a packet to the muxer: No space left on device muxing a packet writing trailer: No space left o

2a14:4900* Posted at: 3 hours ago

submitting a packet to the muxer: No space left on device muxing a packet writing trailer: No space left on device closing file: No space left on device
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', '-f', 'concat', '-safe', '0', '-i', 'F:/PyVideoTrans/tmp/15212/03aa56c4c9/video_concat.txt', '-c', 'copy', 'F:/PyVideoTrans/tmp/15212/03aa56c4c9/merged_video.mp4']' returned non-zero exit status 4294967268.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 119, in run
File "videotrans\task\trans_create.py", line 788, in align
File "videotrans\task\_rate.py", line 343, in run
File "videotrans\task\_rate.py", line 560, in _concat_video
File "videotrans\util\help_ffmpeg.py", line 86, in runffmpeg
RuntimeError: submitting a packet to the muxer: No space left on device muxing a packet writing trailer: No space left on device closing file: No space left on device


=
system:Windows-10-10.0.19043-SP0
version:v3.99
frozen:True
language:zh
root_dir:F:/PyVideoTrans

1 Replies

磁盘空间已满,无法继续写入临时文件或输出视频。

  1. 检查输出所在分区(例如 F: 盘)还有多少可用空间,清理不必要的文件。
  2. 手动删除软件安装目录下的 tmp 文件夹内的所有内容(该文件夹存放处理过程中的临时片段,体积可能非常大)。
  3. 如果启用了“视频慢速”选项,请先取消勾选,该功能会生成大量临时文件导致磁盘迅速占满。
  4. 确保 _video_out 输出目录所在磁盘有足够预留空间(建议至少剩余 10GB 以上)。
  5. 正常关闭软件后,程序会自动清理临时文件,重启后再重新执行任务。

请查阅相关文档:

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