glitch_vhs_tracking
Simulate VHS tracking errors with adjustable intensity, color bleed, noise, and roll speed for a retro glitch effect.
Instructions
Apply VHS tracking error glitch effect.
Simulates VHS tape tracking problems with color bleed, rolling bands, and analog noise.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. tracking: Tracking error intensity (0-1). Default 0.5. noise_amount: VHS noise intensity (0-1). Default 0.03. color_bleed: Red channel shift in pixels. Default 3. roll_speed: Vertical roll speed. Default 2.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracking | No | ||
| input_path | Yes | ||
| roll_speed | No | ||
| color_bleed | No | ||
| output_path | No | ||
| noise_amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||