video_apply_mask
Apply an image mask to a video, using a mask image to define visible areas with adjustable edge feathering for smooth blending.
Instructions
Apply an image mask to a video with edge feathering.
Args: input_path: Absolute path to the input video. mask_path: Absolute path to the mask image (white = visible, black = transparent). feather: Feather/blur amount at mask edges in pixels (default 5). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| mask_path | Yes | ||
| feather | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||