ComfyUI Node
TS Video Saver
Save frames as a video file. H.264/MP4 for sharing, ProRes/MOV for editing. Audio is muxed in the same pass, and a player shows the result right in the node.
TS Video Saver
- images
- audio
- video
- hdr_image
- video
- path
◄fps24.00►
◄filename_prefixvideo/TS►
◄format▾►
◄encodersoftware►
◄save_metadatatrue►
◄previewauto►
CategoryTS/Video
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| fps | FLOAT | 24.000.01–240 | Frame rate of the saved file. |
| filename_prefix | STRING | video/TS | Where to save, relative to the output folder. Subfolders are created for you. Date tokens work anywhere in the path — %date:yyyy-MM-dd% and %date:hhmmss% (yyyy yy MM M dd d hh h mm m ss s), as do ComfyUI's own %year% %month% %day% %hour% %minute% %second% %width% %height%. Example: videos/my-run/my-run-%date:yyyy-MM-dd%_%date:hhmmss% |
| format | COMBO | Container and codec. Quality is written in words, not encoder flags. | |
| encoder | COMBO | software | Hardware encoding is much faster but noticeably worse at the same file size, so it is never chosen for you. |
| save_metadata | BOOLEAN | true | Embed the prompt and workflow into the file, the way PNGs carry them. |
| preview | COMBO | auto | auto shows the result in the node, making a small H.264 proxy when the saved format is not playable in a browser. |
| imagesopt | IMAGE | Frames to save. Leave empty when a video is connected instead. | |
| audioopt | AUDIO | Audio track. Trimmed or padded to the length of the video. | |
| videoopt | VIDEO | Re-save an existing video instead of frames. Streams straight from the file, so nothing is held in memory. | |
| hdr_imageopt | TS_LTX_HDR_IMAGE | Scene-linear master from TS LTX HDR Decode. Used by the EXR sequence format, which writes it without touching the range. Ordinary IMAGE inputs are clamped to 0..1 before they get here, which is why the master needs its own socket. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | The saved file, as a VIDEO reference. |
| path | STRING | Full path of the saved file. |