effect_chromatic_aberration
Apply chromatic aberration to video for RGB channel separation. Creates a glitch effect; control separation 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 |
|---|---|---|---|
| input_path | Yes | ||
| output_path | Yes | ||
| intensity | No | ||
| angle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||