glitch_macroblocking
Apply macroblocking glitch effect to simulate codec artifacting through blocky pixelation and color posterization.
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 |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| block_size | No | ||
| intensity | No | ||
| color_reduction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||