Add Visual Effect
capcut_add_effectApply visual effects such as blur, sharpen, brightness, contrast, saturation, vignette, grain, or glitch to specific video segments with adjustable intensity.
Instructions
Apply visual effects to video segments.
This tool adds effects like blur, sharpen, brightness adjustments, and more.
Args:
draft_id (string): The draft ID
effect_name (string): Effect to apply (blur, sharpen, brightness, contrast, saturation, vignette, grain, glitch)
start (number): Start time in seconds
end (number): End time in seconds
intensity (number): Effect intensity 0.0-1.0 (default: 0.5)
response_format ('markdown' | 'json'): Output format
Examples:
Add blur: effect_name="blur", intensity=0.7
Increase brightness: effect_name="brightness", intensity=0.8
Add vignette: effect_name="vignette", intensity=0.4
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The ID of the draft to add effect to | |
| effect_name | Yes | Name of the effect to apply | |
| start | Yes | Start time in seconds | |
| end | Yes | End time in seconds | |
| intensity | No | Effect intensity (0.0 to 1.0) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |