ComfyUI Node
π₯ Batch Load Video
Batch video source: enumerates every video of the selected container format in a folder tree and hands out one clip per execution. The slot is derived from which destinations already exist (or were marked errored), so crash-recovery, restarts and re-runs need no reset step. Self-requeue is driven by Batch Save Video and the batch watchdog.
π₯ Batch Load Video
- VIDEO
- SLOT
- TOTAL
- RELATIVE_PATH
βfolder_pathββΊ
βrecursivetrueβΊ
βcontainer_formatmp4βΊ
Categoryvideo/batch
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | Root of the input folder tree (absolute path). | |
| recursive | BOOLEAN | true | Walk subfolders recursively. |
| container_format | COMBO | mp4 | Only files with this extension (or all_videos) are processed. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| VIDEO | VIDEO | The current clip, as a VideoFromFile β plugs into GetVideoComponents etc. |
| SLOT | INT | 0-based index of the current file for this run. |
| TOTAL | INT | Total matching file count for this run. |
| RELATIVE_PATH | STRING | Current file's path relative to folder_path (posix separators). |