Video Blur Region
video_blur_regionPixelates/blurs one or more rectangles over the video — the tool for redacting PII (an email pane, a name) before publishing a screen recording. Rects are in source pixels, top-left origin: [{x,y,w,h, start_ms?, end_ms?}] — omit the times to cover the whole clip. Great with a marker timeline's bounds. Returns the output path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Path to the source video file. | |
| output | No | Default: <input>_blurred.mov. Missing parent folders are created. | |
| regions | Yes | [{x,y,w,h, start_ms?, end_ms?}] in source pixels (top-left). |