ComfyUI Node
Batch Video Metadata
Expose the fields of a video asset manifest as outputs.
Batch Video Metadata
- manifest
- key
- media_type
- file_format
- created_at
- width
- height
- fps
- frame_count
- duration_seconds
- has_audio
- description
- tags
- source
- derived
Categorybuckets/video
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| manifest | BUCKET_MANIFEST | Video manifest from a bucket node. |
Outputs (14)
| Name | Type | Description |
|---|---|---|
| key | STRING | — |
| media_type | STRING | — |
| file_format | STRING | — |
| created_at | STRING | — |
| width | INT | — |
| height | INT | — |
| fps | FLOAT | — |
| frame_count | INT | — |
| duration_seconds | FLOAT | — |
| has_audio | BOOLEAN | — |
| description | STRING | — |
| tags | STRING | Comma-separated tags. |
| source | STRING | — |
| derived | BOOLEAN | — |