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).
π€ Batch Save Video
- video
βslot0βΊ
βtotal0βΊ
βrelative_pathββΊ
βoutput_rootββΊ
βformatautoβΊ
βcodecautoβΊ
βfilename_template{filename}βΊ
Categoryvideo/batch
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| video | VIDEO | The processed clip from the end of the workflow. | |
| slot | INT | 0 | 0-based index of the current clip (wire from Batch Load Video). |
| total | INT | 0 | Total matching file count (wire from Batch Load Video). |
| relative_path | STRING | Current file's path relative to the input folder (wire from Batch Load Video). | |
| output_root | STRING | Root of the destination tree (absolute path). Required. | |
| format | COMBO | auto | Output container. 'auto' keeps the source container and extension; 'mp4' forces MP4 (re-encodes when needed). |
| codec | COMBO | auto | Output codec. 'auto' preserves the source codec (stream copy) when possible. |
| filename_template | STRING | {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