video_chroma_key
Remove a solid color background from a video using chroma key. Adjust the color, similarity, and blend settings to control keying precision.
Instructions
Remove a solid color background (green screen / chroma key).
Args: input_path: Absolute path to the input video. color: Color to make transparent in hex format (default green: 0x00FF00). similarity: How similar colors need to be to be keyed out (0.0-1.0, default 0.01). blend: How much to blend the keyed color (default 0.0). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| color | No | 0x00FF00 | |
| similarity | No | ||
| blend | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||