glitch_macroblocking
Apply a macroblocking glitch effect to videos. Simulates codec artifacting by creating blocky pixelation and color posterization with adjustable block size, intensity, and color reduction.
Instructions
Apply macroblocking glitch effect.
Simulates codec artifacting by downscaling/upscaling to create blocky pixelation combined with color posterization.
Args: input_path: Absolute path to input video. output_path: Absolute path for output video. block_size: Block size in pixels. Default 16. intensity: Blend with original (0-1). Default 0.7. color_reduction: Color level reduction (0-1). Default 0.3.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intensity | No | ||
| block_size | No | ||
| input_path | Yes | ||
| output_path | No | ||
| color_reduction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||