glitch_turbulent_displacement
Apply turbulent displacement glitch effect with fractal-like noise for organic video distortion. Control amount, scale, speed, and octaves.
Instructions
Apply turbulent displacement glitch effect.
Uses layered sin/cos expressions at different frequencies to approximate fractal Brownian motion noise for organic-looking displacement.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. amount: Displacement magnitude in pixels. Default 20. scale: Base noise frequency. Default 0.01. speed: Animation speed. Default 1. octaves: Number of noise octaves (1-5). Default 3.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| amount | No | ||
| scale | No | ||
| speed | No | ||
| octaves | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||