glitch_scanline_jitter
Simulate CRT malfunction by randomly displacing horizontal rows of pixels. Adjustable jitter amount, frequency, speed, and row height.
Instructions
Apply scanline jitter glitch effect.
Displaces random horizontal rows of pixels for a CRT malfunction look.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. jitter_amount: Max horizontal displacement in pixels. Default 15. frequency: Fraction of rows affected (0-1). Default 0.3. speed: Animation speed multiplier. Default 5. row_height: Height of each jitter band in pixels. Default 4.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| jitter_amount | No | ||
| frequency | No | ||
| speed | No | ||
| row_height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||