Your own footage carrying a trial watermark
Box the trial badge left in the corner by the screen recorder and remove it in one pass.
Guide
Video Watermark Remover erases station logos, corner badges or small logos that sit in a fixed spot in the picture. It is the “Remove watermark” tab of the audio/video workbench and is built on ffmpeg's delogo filter: for each rectangle you draw, the pixels just outside its four edges are interpolated inwards to paint over what is inside. That is what defines its range — small watermarks on a fairly smooth background come out well, while a large watermark, or one sitting on complex texture, leaves a blurred patch behind.
Updated 2026-09-094 min read
Video Watermark Remover erases station logos, corner badges or small logos that sit in a fixed spot in the picture. It is the “Remove watermark” tab of the audio/video workbench and is built on ffmpeg's delogo filter: for each rectangle you draw, the pixels just outside its four edges are interpolated inwards to paint over what is inside. That is what defines its range — small watermarks on a fairly smooth background come out well, while a large watermark, or one sitting on complex texture, leaves a blurred patch behind.
The panel allows up to 8 rectangles, and each one can switch on “Limit time range” on its own, so a logo that only appears in the first 5 seconds is only processed for those 5 seconds. delogo requires a rectangle that does not touch the edge of the frame, so the tool automatically shrinks each box inwards by at least 1 pixel, and a box smaller than 4×4 is ignored.
<original-name>_no-watermark.mp4 when it finishes (MOV / MKV / M4V keep their extension, other containers come out as .mkv).| Input | Output | Notes |
|---|---|---|
A 160×60 TV station logo in the top-right corner, present throughout |
One region with no time limit → the logo area becomes a smooth patch close to the surrounding sky |
The smoother the background, the more natural the result |
A production company logo at the top left of the first 0–5 seconds only |
One region limited to 00:00–00:05 |
The rest of the video is untouched |
A box over half the picture |
A big blurred area fading in from all four edges |
delogo is not a restoration algorithm; large areas never work well |
Box the trial badge left in the corner by the screen recorder and remove it in one pass.
An old episode you keep has an expired channel logo in its opening titles; remove it with a limited time range.
You rebranded: remove the old logo first, then cover the spot with a new one using Add Watermark.
Older cameras burned the date and time into the bottom-right corner, and small white digits suit delogo well.
delogo interpolates inwards from the pixels outside the four edges of the rectangle, which by definition produces a smooth patch of colour; it cannot restore what was hidden. The tighter the box fits the watermark, the less noticeable it is.
This kind of watermark covers a lot of area and sits on top of the picture content, so delogo paints the content out with it and looks bad. Cropping that part away with Video Crop is the more practical option.
A watermark usually identifies copyright and origin, and removing it without permission before redistributing the video may infringe copyright. This tool is meant for material you have the rights to.
The video is processed locally in the browser with ffmpeg.wasm and is not uploaded; the first use downloads about 31 MB of engine files from a CDN (the site's asset domain or jsDelivr) and that request contains no video content.
Updated 2026-09-09
Mark one or more regions to blot out logos and watermarks, optionally for a time range only (delogo interpolation)
Everything runs locally in your browser; files are never uploaded to a server