glitch_cmyk_split
Apply a CMYK split glitch effect to videos by shifting RGB channels at 90-degree intervals, simulating offset print registration errors. Control shift distance, angle, and noise amplitude.
Instructions
Apply CMYK split glitch effect.
Shifts RGB channels at 90-degree intervals to simulate four-plate offset print registration errors.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. amount: Shift distance in pixels. Default 8. angle: Base angle in degrees. Default 0. 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 | |||