effect_scanlines
Apply CRT scanlines overlay with adjustable line height, opacity, and flicker to simulate old monitor effect.
Instructions
Apply CRT-style scanlines overlay.
Simulates old CRT monitor scanline effect with optional flicker.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. line_height: Pixels per scanline. Default 2. opacity: Line opacity 0-1. Default 0.3. flicker: Brightness variation 0-1. Default 0.1.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | Yes | ||
| line_height | No | ||
| opacity | No | ||
| flicker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||