ComfyUI Node
🧘 Save Video & Frames (Dehypnotic)
A ComfyUI node in Dehypnotic/💾 IO with 21 inputs and 2 outputs.
🧘 Save Video & Frames (Dehypnotic)
- images
- audio
- images
- video_path
â—„save_modevideoâ–º
â—„file_pathoutput/videoâ–º
â—„date_subfolder_pattern%Y-%m-%dâ–º
â—„filename_prefixVIDâ–º
â—„filename_delimiter_â–º
â—„number_padding4â–º
â—„number_start1â–º
â—„containermp4â–º
â—„video_codech264â–º
â—„fps24â–º
â—„crf23â–º
â—„presetfastâ–º
â—„loop_still_to_audiotrueâ–º
â—„show_progresstrueâ–º
â—„show_previewfalseâ–º
â—„preview_step1â–º
â—„preview_max_frames24â–º
â—„frames_dirâ–º
â—„frames_select-2â–º
CategoryDehypnotic/💾 IO
Inputs (21)
| Name | Type | Default | Description |
|---|---|---|---|
| save_mode | COMBO | video | Choose whether to save video, frames, or both. |
| images | IMAGE | Frame input. Batch data supported. | |
| file_path | STRING | output/video | Folder where the video is saved. |
| date_subfolder_pattern | STRING | %Y-%m-%d | Optional strftime pattern or placeholders for subfolders. |
| filename_prefix | STRING | VID | Filename prefix, e.g. VID_0001.mp4. |
| filename_delimiter | STRING | _ | Delimiter between prefix and sequence number. |
| number_padding | INT | 41–10 | Digits in the sequence number (0001, 0002, ...). |
| number_start | INT | 10–1000000 | Starting value for the sequence number. |
| container | COMBO | mp4 | Container format (mp4, mkv, webm, mov). |
| video_codec | COMBO | h264 | Video codec to use for encoding. |
| fps | INT | 241–240 | Frames per second (CFR). |
| crf | INT | 230–51 | Quality (lower = better, larger files). Typical 18-28 for H.264. |
| preset | COMBO | fast | Encoder speed versus quality (ultrafast ... veryslow). |
| audioopt | AUDIO | Optional audio track. Mono/stereo supported. | |
| loop_still_to_audioopt | BOOLEAN | true | If only one frame plus audio, loop the frame to match audio length. |
| show_progressopt | BOOLEAN | true | Write progress information to the console. |
| show_previewopt | BOOLEAN | false | Generate preview sequence in the node output. |
| preview_stepopt | INT | 11–50 | Show every Nth frame in the preview sequence. |
| preview_max_framesopt | INT | 241–120 | Maximum number of frames generated for preview. |
| frames_diropt | STRING | Save selected frames here (relative to the video folder). Leave empty to skip. | |
| frames_selectopt | STRING | -2 | Frames to save: -2=last, -1=all, 0=first, or comma list (e.g. 0,5,10). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| video_path | STRING | — |