glitch_screen_tearing
Apply screen tearing glitch effect to videos, creating horizontal tear bands that shift laterally over time.
Instructions
Apply screen tearing glitch effect.
Creates horizontal tear bands at varying Y positions that shift left/right over time.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. tear_count: Number of tear bands. Default 5. offset_range: Max horizontal offset in pixels. Default 80. speed: Animation speed. Default 3.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| tear_count | No | ||
| offset_range | No | ||
| speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||