Loading video tools…
Loading video tools…
Draw a blur rectangle over a region of each video frame for privacy.
Sharing a video sometimes means sharing more than you intended — a stranger's face in the background, a license plate, a whiteboard with someone else's notes, or a screen showing private information. Cropping the whole scene out isn't always an option, and installing full video-editing software for one blur feels like overkill. This tool lets you position a blur box over the exact region that needs hiding, adjust how strong the blur is, and render the result directly in your browser. It's built for quick privacy fixes before you post or send a clip — not for tracking a moving subject automatically, so it works best on footage where the sensitive area stays roughly in one place.
Your video never leaves your browser. All processing runs locally using Canvas and MediaRecorder.
Drop a video to blur a region of
or click to browse — max 500 MB · MP4, WebM, MOV, AVI
Your video files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your video files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory
Upload your video
Drag and drop or click to select your video file.
Position the blur box
Drag the sliders to cover the face or region to hide.
Click Apply Blur
The blurred clip is rendered instantly in your browser.
Download the result
Save your privacy-safe clip.
This tool does not use a face-detection model — it applies a manual, fixed-position blur. You drag four sliders to define a rectangle (left, top, width, height as percentages of the frame), and that rectangle stays in the exact same place for the full duration of the clip. Under the hood, the tool draws each video frame onto an HTML canvas, clips a second drawing pass to just the rectangle you defined, applies a CSS-style Gaussian blur filter to that clipped region, and layers it back over the original frame. The canvas output is captured in real time with canvas.captureStream() and recorded via the MediaRecorder API into a downloadable video file — the same browser primitives used for screen recording.
Because there's no detection model tracking a face or object across frames, this approach trades automation for predictability and privacy: everything happens locally, with no model weights to download and no video frames sent to a server for analysis. The tradeoff is that if your subject moves around the frame, a fixed box will only cover them part of the time. For a stationary subject — someone sitting at a desk, a static license plate, a whiteboard in a fixed shot — a fixed box works well. For a subject walking through a scene, you'll get better results by trimming the clip into shorter segments and repositioning the box for each one, or accepting a wider box that covers the whole range of motion.
People use this for redacting bystanders in event footage before posting online, hiding a whiteboard or monitor with sensitive information in a screen recording, obscuring a license plate in a dashcam clip before sharing it, or blurring a background detail in a tutorial video. It sits in the /video-tools/ category alongside Add Watermark, which also overlays something onto every frame, except a watermark is meant to be seen and a blur is meant to prevent something from being recognized.
Blur strength matters more than it might seem. A light blur can still leave enough detail for someone to recognize a face if they already know who they're looking for — think of it as obscuring rather than erasing. A stronger blur setting pushes further toward genuine unrecognizability, though it also looks more like an obvious censoring block. If the goal is real anonymization — not just softening a distracting detail — err toward a higher strength setting and review the final export at full resolution rather than trusting the smaller in-page preview.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated:
Your video files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your video files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory