Nodes/comfyui-simple-batch/πŸ“€ Batch Save Video
ComfyUI Node

πŸ“€ Batch Save Video

Batch output node: saves the processed clip to output_root + relative_path (mirroring the input tree), prints progress, and re-submits the same prompt at the front of the queue while clips remain. Existing destinations are skipped (same existence check that backs crash recovery).

By lordekeenΒ·Created 4 days agoΒ·Updated about 4 hours agoΒ· 1
πŸ“€ Batch Save Video
  • video
    β—„slot0β–Ί
    β—„total0β–Ί
    β—„relative_pathβ€”β–Ί
    β—„output_rootβ€”β–Ί
    β—„formatautoβ–Ί
    β—„codecautoβ–Ί
    β—„filename_template{filename}β–Ί
    Categoryvideo/batch

    Inputs (8)

    NameTypeDefaultDescription
    videoVIDEOThe processed clip from the end of the workflow.
    slotINT00-based index of the current clip (wire from Batch Load Video).
    totalINT0Total matching file count (wire from Batch Load Video).
    relative_pathSTRINGCurrent file's path relative to the input folder (wire from Batch Load Video).
    output_rootSTRINGRoot of the destination tree (absolute path). Required.
    formatCOMBOautoOutput container. 'auto' keeps the source container and extension; 'mp4' forces MP4 (re-encodes when needed).
    codecCOMBOautoOutput codec. 'auto' preserves the source codec (stream copy) when possible.
    filename_templateSTRING{filename}Output filename template, applied to the file stem. {filename} = original stem, {date} = YYYY-MM-DD; other {tokens} stay literal. The extension is always appended last from 'format'.

    Outputs (0)

    No outputs