effect_glow
Apply a bloom/glow effect to bright areas of a video by adjusting intensity, blur radius, and brightness threshold.
Instructions
Apply bloom/glow effect for highlights.
Creates a soft glow around bright areas of the video.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. intensity: Glow strength 0-1. Default 0.5. radius: Blur radius in pixels. Default 10. threshold: Brightness threshold 0-1. Default 0.7.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | Yes | ||
| intensity | No | ||
| radius | No | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||