Drop a Gemini or Veo clip and the visible corner mark comes off in your browser — no upload, no account. Video works differently from a still image, and this page explains exactly how.
Runs in your browserGemini Video WatermarkFree, no sign-up
Video watermark removerRuns in your browser
Loads about 44 MB of processing code and model weights into your browser. Nothing is uploaded — that download is the reason it can run locally at all, so it starts only when you ask for it.
Why video is not just "images, but more of them"
The same watermark, the same arithmetic — and a completely different set of constraints once it is wrapped in a video container.
Step 1
Every frame has to be decoded
A ten-second 30fps clip is 300 separate frames. Each one has to be decoded to raw pixels before the watermark can be touched, which is why video work is measured in minutes rather than the fraction of a second a still image takes.
Step 2
The removal itself is unchanged
Per frame, the mark comes off exactly the way it does on a still: reverse alpha blending against a known map. This step is not the hard part and is not where quality is lost.
Step 3
Then it must be re-encoded — and that is lossy
Frames have to be packed back into a video file, and that re-encode is lossy no matter how clean the removal was. This is the honest difference from images: a cleaned image is mathematically the original, a cleaned video is a re-encode of it.
How this compares to the alternatives
Three routes exist for a watermarked Gemini video. They trade off privacy, quality and effort differently, and it is worth knowing which one you are picking.
Here, in your browser
The tool above decodes, cleans and re-encodes locally. Nothing is uploaded, so file size and length are limited by your machine rather than by a plan. The cost is a one-time ~44 MB download of the processing code and model weights.
The open-source CLI, for batches
The same MIT project ships a command-line tool that handles .mp4, .webm and .mov locally and scripts cleanly over a folder. It needs Node and a local headless browser, so it suits terminal work and CI rather than a one-off clip.
Crop or cover, in any editor
The mark sits in the bottom-right corner, so cropping it out costs you a slice of frame and covering it costs a visible patch. Crude, but it needs no new software and the result is completely predictable.
Two things no one tells you
Both matter more than which tool you pick.
01
SynthID is still there, in video too
Google embeds SynthID into Veo output during generation, the same way it does for images. Removing the corner sparkle does not remove it, and nothing in this article does either. Any tool claiming to strip AI provenance from a video is misleading you.
02
Re-encoding twice compounds
If you clean a video and then edit and export it again, you have re-encoded twice. Do the watermark removal once, as early in your pipeline as possible, and keep the original file — you cannot get quality back once it is gone.
Video watermark questions
Are my videos uploaded anywhere?
No. The engine runs inside your browser, the same way the image tool does. There is no upload endpoint on this site. The ~44 MB the page downloads on first use is the processing code and model weights travelling to you — which is precisely why your file does not have to travel anywhere.
Does removing the watermark reduce video quality?
The removal itself does not — it is arithmetic on the watermarked pixels. The re-encode afterwards does, because the frames have to be written back into a video file. Raising the output bitrate reduces how much you lose but cannot eliminate it.
Do Veo videos have a watermark?
Veo output carries the same visible corner mark on consumer tiers, plus SynthID embedded during generation. The visible mark can be removed; the SynthID signal cannot.
Which video formats can be processed?
The open-source CLI accepts .mp4, .webm and .mov. Which codecs work in practice depends on what your machine's video encoder supports.
Is cropping the corner good enough?
Often yes, and it is the most predictable option. You lose a strip of the frame, but there is no re-encode artefact around the mark and no software to trust. For social crops that will be reframed anyway, it is usually the pragmatic choice.
Why does video take minutes when an image takes under a second?
Because a video is hundreds or thousands of images plus a decode and encode pass around them. A ten-second 30fps clip is 300 frames; the per-frame work is small but it is paid 300 times, and the encode is on top. A two-second 720p clip took about seven seconds in testing.
Does Veo 3 have a watermark?
Veo output on the consumer tiers carries the same visible corner mark, plus SynthID embedded during generation. The visible one can be removed. On 720p output the tool matches a preset of 44×44 px inset 29 px from the right and 40 px from the bottom — asymmetric, which is why a generic corner crop often misses it.
Can the Veo watermark be removed for free?
Yes, here, at no cost and with no account. The engine runs in your browser rather than on a server, so there is no per-minute charge to pass on. The one cost is a roughly 44 MB download of the processing code and model weights the first time you use the video tool.
How do I remove the Gemini watermark from a video in CapCut?
CapCut has no reversal of the overlay — the realistic options there are cropping the corner out or covering it with a shape, both of which cost you part of the frame. Cleaning the file first and then editing it keeps the full frame, and avoids the second re-encode that editing and exporting again would add.
Why can't the watermark be removed from some videos?
Usually because the clip was cropped, resized or re-encoded after generation, so the mark no longer sits at a catalogued size and position. Heavy compression also damages the watermarked pixels themselves, and reverse alpha blending needs those values intact to solve for what was underneath.