glitch_datamoshing
Apply datamoshing glitch effect by simulating P-frame corruption with adjustable drift and iframe interval for authentic digital artifacts.
Instructions
Apply datamoshing glitch effect.
Simulates P-frame corruption where displacement drifts across frames then periodically resets, mimicking real datamosh artifacts.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. drift: Max displacement drift in pixels. Default 20. iframe_interval: Frame interval for displacement resets. Default 30.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| drift | No | ||
| iframe_interval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||