Blur / pixelate region
blur_regionBlur or pixelate a specific region in a video to hide faces, license plates, or other sensitive content. Optionally apply only during a specified time interval.
Instructions
Blur or pixelate a rectangle of the frame — for hiding faces, license plates, names, or other sensitive content. Optionally limited to a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Left edge of the region, in pixels | |
| y | Yes | Top edge of the region, in pixels | |
| end | No | Stop obscuring after this time | |
| mode | No | Obscuring style (default blur) | |
| start | No | Start obscuring at this time | |
| width | Yes | Region width in pixels | |
| height | Yes | Region height in pixels | |
| strength | No | Blur radius or pixel-block size (default 12 blur / 16 pixelate) | |
| input_path | Yes | Path to the source video | |
| output_path | No | Where to write the result |