video_luma_key
Mask out dark regions in a video by setting a luminance threshold. Pixels darker than the threshold become transparent.
Instructions
Mask out dark regions based on luminance (brightness).
Args: input_path: Absolute path to the input video. threshold: Luminance threshold (0.0-1.0). Pixels darker than this become transparent. output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| threshold | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||