#4493 TaskCfg(cache_folder='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3', target_dir='D:/_video_out/干针

154.85* Posted at: 3 hours ago 👁10

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 364, in runffmpeg
File "subprocess.py", line 524, in run
subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-ignore_unknown', '-threads', '0', '-y', '-progress', 'D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/rate_video_1778335215.5308695.txt', '-fflags', '+genpts', '-f', 'concat', '-safe', '0', '-i', 'D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3/concat_list.txt', '-c:v', 'copy', 'D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3/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 259, in run
File "videotrans\task\trans_create.py", line 546, in align
File "videotrans\task\_rate.py", line 282, in run
File "videotrans\task\_rate.py", line 781, in _concat_video
File "videotrans\util\help_ffmpeg.py", line 410, 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

TaskCfg(cache_folder='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3', target_dir='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4', remove_noise=False, is_separate=False, detect_language='en', subtitle_language=None, source_language='英语', target_language='简体中文', source_language_code='en', target_language_code='zh-cn', source_sub='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4/en.srt', target_sub='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4/zh-cn.srt', source_wav='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3/en.wav', source_wav_output='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4/en.m4a', target_wav='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3/target.wav', target_wav_output='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4/zh-cn.m4a', subtitles='', novoice_mp4='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/11248/4379cefab3/novoice.mp4', noextname='What are the Differences Between Acupuncture and Dry Needling?', shibie_audio=None, targetdir_mp4='D:/_video_out/干针/What are the Differences Between Acupuncture and Dry Needling?-mp4/What are the Differences Between Acupuncture and Dry Needling?.mp4', instrument=None, vocal=None, back_audio='', background_music=None, app_mode='biaozhun', subtitle_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role='Yunyang(Male/CN)', copysrt_rawvideo=False, clear_cache=True, translate_type=12, tts_type=0, recogn_type=0, model_name='large-v3-turbo', split_type=0, voice_autorate=True, video_autorate=True, cuda=False, name='D:/video-in/干针/What are the Differences Between Acupuncture and Dry Needling?.mp4', basename='What are the Differences Between Acupuncture and Dry Needling?.mp4', ext='mp4', dirname='D:/video-in/干针', shound_del_name=None, uuid='4379cefab3', remove_silent_mid=False, align_sub_audio=True, enable_diariz=False, nums_diariz=0, rephrase=1, only_out_mp4=True)


=
system:Windows-10-10.0.26200-SP0
version:v3.92
frozen:True
language:zh
root_dir:D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92

1 Replies

这是磁盘空间不足导致的错误。你的 D: 盘空间满了,无法继续写入临时文件或输出视频。

解决方案:

  1. 立即清理磁盘空间

    • 删除 D:/BaiduNetdiskDownload/win-pyvideotrans-v3.92/tmp/ 文件夹内的所有临时文件(这些是处理过程中产生的缓存,可安全删除)。
    • 检查 D: 盘剩余空间,确保至少留有数 GB 空闲。
  2. 减少临时文件体积

    • 你的配置中启用了 视频慢速video_autorate=True),该功能会生成大量切割片段,极易占满磁盘。
    • 在主界面 不勾选“视频慢速”,改用“配音加速”或“移除字幕间静音”来对齐音画,能大幅减少磁盘占用。
  3. 调整输出目录

    • 将目标输出目录(输出到...)改到剩余空间更大的盘符(如 E: 盘),避免 D: 盘因临时文件和输出文件叠加而耗尽空间。
  4. 建议升级软件版本

    • 当前版本 v3.92 较旧,v3.99 已优化了临时文件管理和空间占用。请下载最新完整包覆盖安装。

请查阅相关文档:

Post Your Reply