Why does every Google Omni clip carry a watermark?
Google Omni — the AI video model exposed through Gemini and AI Studio — bakes a small sparkle watermark into the bottom-right corner of every clip it generates as a visible provenance signal. It is visible, intentional, and survives most naive edits like re-uploading to a video editor. This guide walks you through removing the Google Omni watermark cleanly, without re-shooting, without re-encoding manually, and without losing the audio track.
What does the Google Omni watermark look like?
On a 1280×720 clip the mark is roughly 96×96 pixels, anchored about 64 pixels from the right and bottom edges. It uses a semi-transparent white logo composited onto the rendered video frame with alpha blending. Larger renders use a proportionally larger mark; the underlying overlay shape matches the standard Gemini image watermark, just applied to every frame of the video.
Why can't you just crop the watermark out?
Cropping breaks aspect ratios — your 16:9 clip becomes a non-standard frame that no marketplace, ad network, or social platform accepts cleanly. Re-encoding through a video editor with a black box covering the mark is uglier still: viewers immediately notice the patch, and the censor look damages credibility for ads, product demos, and portfolio reels.
How does per-frame reverse alpha-blending remove the watermark?
Erasio reverses the alpha-compositing math that put the watermark there. For every frame of the clip it computes original = (frame − α × overlay) / (1 − α), which restores the underlying pixels the watermark was hiding. The audio track is copied across untouched, and the output is re-wrapped as a clean MP4 with the original duration and resolution preserved.
Method 1: How do you remove a Google Omni watermark automatically with the Chrome Extension?
If you generate Google Omni clips on Gemini regularly, install the Erasio Chrome Extension. It hooks into the Gemini video download flow and strips the watermark before the file lands in your Downloads folder — so every clip you save is already clean.
- Install Erasio from the Chrome Web Store
- Open gemini.google.com and generate or open any Google Omni video
- Click the download button
- The MP4 saves clean — no watermark, original audio, same resolution
Method 2: How do you clean an already-saved Google Omni MP4 with the online tool?
Already saved a watermarked Google Omni clip? Use the Erasio Online Tool to clean it after the fact. Everything runs in your browser via WebCodecs — the file never leaves your device.
- Open the Erasio Online Tool
- Drop your watermarked MP4 onto the upload area
- Wait for the per-frame processing to finish (typically a few seconds per second of video)
- Download the clean MP4
Does removing the watermark reduce video quality or strip the audio?
No. The output is re-encoded at a high bitrate so visual quality stays effectively the same, and the original audio track is copied verbatim — no transcoding, no perceptible loss. The only thing missing from the output is the watermark itself.
FAQ
Does it work on all Google Omni clips?
Yes — Erasio supports every Google Omni resolution and the standard Gemini sparkle pattern. If Google changes the watermark in a future update, Erasio ships a matching update at no extra cost.
Is it private?
Yes. All processing runs locally in your browser. No video file is uploaded to any server. Pre-launch product demos and embargoed campaign creative stay on your machine.
Can I do this on mobile?
The online tool works on mobile browsers, but video processing is fastest on desktop where modern WebCodecs APIs perform best.