ComfyUI Node
Load Last Video (FFMPEGA)
A ComfyUI node in FFMPEGA with 10 inputs and 8 outputs.
Load Last Video (FFMPEGA)
- images
- audio
- images
- selected_frames
- audio
- video_path
- image_paths
- frame_count
- fps
- duration
◄refresh_modeauto►
◄frame_select_modemanual►
◄auto_timestamps►
◄pause_for_selectionfalse►
◄source_folder►
◄filename_filter►
◄max_frames128►
◄video_path►
CategoryFFMPEGA
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| refresh_mode | COMBO | auto | auto: reload when latest video changes. manual: only on input change. |
| frame_select_mode | COMBO | manual | How to select frames. 'manual' = user clicks in preview. Other modes auto-select frames based on the chosen strategy. |
| auto_timestamps | STRING | Comma-separated timestamps for 'timestamps' mode (e.g., '0.5,1.0,2.5'). | |
| pause_for_selection | BOOLEAN | false | When ON and frame_select_mode is 'manual', blocks execution if no frames are selected. Select frames, then re-queue. |
| source_folderopt | STRING | Custom folder to scan. Empty = default output/temp directories. | |
| filename_filteropt | STRING | Only load files starting with this prefix. | |
| max_framesopt | INT | 1280–2147483647 | Max frames to decode into the IMAGE tensor (0 = all). Caps memory usage for long videos. Frames are evenly sampled to preserve temporal coverage. |
| imagesopt | IMAGE | Override: video frames as IMAGE tensor. Overrides auto-discovery. | |
| audioopt | AUDIO | Override: provide audio directly. Overrides audio extracted from video. | |
| video_pathopt | STRING | Override: path to a video file. Overrides auto-discovery. |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| selected_frames | IMAGE | — |
| audio | AUDIO | — |
| video_path | STRING | — |
| image_paths | STRING | — |
| frame_count | INT | — |
| fps | FLOAT | — |
| duration | FLOAT | — |