glitch_slit_scan
Apply slit-scan temporal displacement effect to video. Sample each row or column from a different past frame to create a time-smeared effect.
Instructions
Apply slit-scan temporal displacement effect (requires Node.js + GPU).
Each row/column of the output is sampled from a different past frame, creating a time-smeared effect reminiscent of slit-scan photography.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. depth: Number of past frames to use (1-120). Default 30. direction: 0=top-bottom, 1=bottom-top, 2=left-right, 3=right-left. Default 0.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| depth | No | ||
| direction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||