ComfyUI Node
Output Video Bucket (Advanced)
Encode frames or a video (with optional audio, transparency) to the bucket.
Output Video Bucket (Advanced)
- images
- audio
- video
- video
- key
- manifest
◄formatvp9-webm►
◄fps0.00►
◄crf32►
◄subfolder►
Categorybuckets/video
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| format | COMBO | vp9-webm | container-codec. Only vp9-webm supports transparency. |
| fps | FLOAT | 0.000–1000 | 0 = auto (the source video's fps, or 24 for raw frames). |
| crf | FLOAT | 320–63 | Lower = higher quality / bigger file. |
| imagesopt | IMAGE | Frames. RGBA + vp9-webm => transparency. Optional if 'video' is given. | |
| audioopt | AUDIO | Optional audio to mux into the video (works with transparency too). | |
| videoopt | VIDEO | Optional source VIDEO; its frames/audio/fps seed the encode. | |
| subfolderopt | STRING | Optional prefix to organize assets. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | The encoded video, for chaining. |
| key | STRING | — |
| manifest | BUCKET_MANIFEST | — |