glitch_vhs_tracking
Apply VHS tracking error glitch effect to video with customizable tracking intensity, noise, color bleed, and roll speed.
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 |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| tracking | No | ||
| noise_amount | No | ||
| color_bleed | No | ||
| roll_speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||