glitch_cmyk_split
Simulate offset print registration errors by shifting RGB channels at 90-degree intervals to create a CMYK split glitch effect. Adjust shift distance, base angle, and per-frame noise.
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 |
|---|---|---|---|
| angle | No | ||
| noise | No | ||
| amount | No | ||
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||