glitch_rgb_shift
Apply RGB channel shift glitch effect by shifting red and blue channels in opposite directions. Optionally add per-frame noise for a jittery feel.
Instructions
Apply RGB channel shift glitch effect.
Shifts red and blue channels in opposite directions for a chromatic split look. Optionally adds per-frame noise for a jittery feel.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. amount: Shift distance in pixels. Default 10.0. angle: Shift direction in degrees. Default 0 (horizontal). noise: Per-frame noise amplitude (0-1). Default 0.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| amount | No | ||
| angle | No | ||
| noise | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||