Mosaic / Blur Region Tool
Apply mosaic (pixelize) or blur to a rectangular region of a video. Drag the box to position, resize at corners.
Local processing — no uploadWhat this tool does
- Drag a rectangle on the preview to choose the region
- Mosaic (pixelate) / Gaussian blur / black-bar effects
- Adjustable strength (mosaic block size, blur sigma)
- Optional time range so the effect only applies to a portion
- Local processing — sensitive footage stays on your device
How to use
- 1
Drop the video
MP4 / MOV / WebM containing the region you want to hide.
- 2
Drag to select a region
On the preview, drag a rectangle over the area you want to mask.
- 3
Pick effect and strength
Mosaic (pixelated) for emphatic privacy, blur for natural-looking masking, black-bar for full redaction.
- 4
Set a time range (optional)
When the info only appears briefly, target just those seconds.
- 5
Burn it in
Download once processing completes.
What each setting means
Recommended settings
Common pitfalls
Symptom: Subject moves outside the masked area
Cause: The mask is a static rectangle on every frame.
Fix: Split the masked region by time range, or use desktop FFmpeg with vidstab + facedetect for tracking.
Symptom: Mosaic looks too coarse
Cause: Strength is at maximum.
Fix: Drop strength to medium or low.
Symptom: Mask is offset from the target
Cause: Preview/source resolution mismatch.
Fix: Reload the video and re-drag the region after the preview renders correctly.
Equivalent FFmpeg commands
Reference commands you can run on the desktop FFmpeg CLI.
ffmpeg -i input.mp4 -filter_complex "[0:v]crop=200:120:100:50,scale=20:12,scale=200:120:flags=neighbor[m];[0:v][m]overlay=100:50" out.mp4ffmpeg -i input.mp4 -filter_complex "[0:v]crop=200:120:100:50,boxblur=10:1[m];[0:v][m]overlay=100:50" out.mp4ffmpeg -i input.mp4 -filter_complex "[0:v]crop=200:120:100:50,boxblur=10:1[m];[0:v][m]overlay=100:50:enable='between(t,5,10)'" out.mp4Browser support & limits
- Recommended max: 500 MB
- One region per pass — re-run for additional regions
- No automatic subject tracking
Privacy
This tool runs ffmpeg.wasm directly in your browser. Files never leave your device — everything runs locally. Read the privacy policy →
Frequently asked questions
Does it auto-track moving subjects?
No — the mask is a static rectangle. Use desktop FFmpeg + facedetect or vidstab if you need tracking.
Can I mask multiple regions at once?
One region per pass. Send the output back through the tool for additional regions.
Mosaic vs. blur — which protects privacy?
Mosaic communicates redaction more visibly. Blur looks more natural but can occasionally be reversible at low sigma values. Use mosaic for privacy and blur for stylized scenes.
Is full black-bar redaction reversible?
No — the original pixels in that region are completely overwritten.
How strong should the blur be?
For unreadable text, sigma ≥ 15. For stylistic blur, 5–10 is typical.
Will weak mosaic still hide faces?
Weak mosaic preserves enough structure for re-identification. Use medium or strong settings for true privacy.