effect_vignette
Apply a vignette effect to darken video edges, drawing focus to the center frame. Control darkness, radius, and smoothness.
Instructions
Apply vignette effect - darkened edges.
Creates a darkened border effect that draws attention to the center of the frame.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. intensity: Darkness amount 0-1. Default 0.5. radius: Vignette radius 0-1 (1 = edge of frame). Default 0.8. smoothness: Edge softness 0-1. Default 0.5.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| intensity | No | ||
| radius | No | ||
| smoothness | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||