Blur / pixelate region
blur_regionHide faces, license plates, or names by blurring or pixelating a rectangular region in a video. Optionally apply only within a chosen time range.
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 |