effect_chromatic_aberration
Apply chromatic aberration to separate RGB channels in a video, creating a glitch or tech aesthetic with adjustable intensity and angle.
Instructions
Apply chromatic aberration - RGB channel separation.
Creates a trendy RGB split effect popular in tech/glitch aesthetics.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. intensity: Pixel offset amount. Default 2.0. angle: Separation direction in degrees. Default 0 (horizontal).
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | No | ||
| intensity | No | ||
| input_path | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||