Skip to main content

SaveWEBM

image/videoExperimentalOutput Node
SaveWEBM
Experimental: This node is experimental and its behavior may change without notice.

Example

JSON Example
{
  "class_type": "SaveWEBM",
  "inputs": {
    "images": [
      "node_id",
      0
    ],
    "filename_prefix": "ComfyUI",
    "codec": null,
    "fps": 24,
    "crf": 32
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
imagesIMAGErequired--
filename_prefixSTRINGrequired-"ComfyUI"
codecCOMBOrequired--
fpsFLOATrequiredmin: 0.01, max: 1000, step: 0.0124
crf?FLOATrequiredmin: 0, max: 63, step: 132

Outputs

This node has no outputs.

Was this page helpful?