---
title: "Chroma Key"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/video/chromakey
markdown: https://docs.nodetool.ai/nodes/nodetool/video/chromakey.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/chromakey.md
---

# Chroma Key

**Type:** `nodetool.video.ChromaKey`

**Namespace:** `nodetool.video`

## Description

Apply chroma key (green screen) effect to a video. The MP4 output has no alpha channel, so the keyed-out area renders black — composite it over a background with the Overlay node.
    video, chroma key, green screen, compositing

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to apply chroma key effect. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| key_color | `color` | The color to key out (e.g., '#00FF00' for green). | `{"type":"color","value":"#00FF00"}` |
| similarity | `float` | Similarity threshold for the key color. | `0.3` |
| blend | `float` | Blending of the keyed area edges. | `0.1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [nodetool.video](./) namespace.
