Gemini Omni Video Watermark Remover
Remove the Gemini Omni watermark from MP4 videos generated by Google Gemini, Veo 3, and Google Flow. Erasio rebuilds every frame in your browser using reverse alpha blending — no upload, no quality loss, and your original audio comes through untouched.
Why removing a Gemini Omni video watermark is harder than an image
A Gemini Omni video carries the same sparkle watermark as an image, but it's burned into every single frame — often 720 or 1080 of them in a 30-second clip. Naive crop-and-blur tools either leave a ghost behind, lose resolution, or strip the audio when they re-mux. Erasio uses the WebCodecs API to demux the MP4, patch each frame with the exact pixel-level inverse of Google's sparkle blend, and re-mux with the original audio track copied across byte-for-byte. The clean MP4 is mathematically indistinguishable from a never-watermarked Gemini Omni render.
Supported video specs
Erasio is purpose-built for Gemini Omni MP4 video — these are the formats the engine is calibrated for.
1280 × 720 (landscape HD)
Standard Gemini Omni export
720 × 1280 (portrait HD)
Vertical Omni clips for Reels / Shorts / TikTok
1920 × 1080 (landscape full HD)
Google Flow Omni Flash exports
1080 × 1920 (portrait full HD)
Vertical Flow exports
MP4 / H.264 / AAC
Container and codecs preserved end-to-end
Up to 100 MB per file
Most 8–10 second Omni clips fit comfortably
Remove a Gemini Omni MP4 video watermark in three steps
Drop, process, download. Nothing leaves your browser.
Drop the MP4 into the Erasio video tool
Browser-only — your video never leaves your device, even for the first frame.
Erasio demuxes, patches, re-muxes
WebCodecs decodes every frame, reverse-blends the sparkle corner, then re-encodes at a high bitrate so the visual fidelity holds.
Download the clean MP4
The output keeps your original resolution, framerate, and audio. The only thing missing is the watermark.
Built for Gemini Omni video specifically, not a generic 'AI video' tool
Private by design
Files never leave your browser. The math runs locally on the Canvas / WebCodecs APIs — there is no upload step to leak from.
Lossless reverse-blend
Other tools paint over the sparkle with AI guesses. Erasio reverses the exact alpha blend Google used, recovering the original pixels.
Every Gemini variant
Gemini, Gemini Omni, Omni Flash, Nano Banana, Sparkle v1 and v2 — one engine, all patterns, kept current.
Who uses the Gemini Omni video watermark remover
Short-form video creators
Post Gemini Omni clips to TikTok, Reels, and Shorts without the algorithm down-ranking them for visible AI marks.
Ad creatives at agencies
Run Gemini Omni or Omni Flash motion ads on Meta, TikTok, and YouTube — most platforms reject visibly watermarked AI video.
Filmmakers using Veo 3 / Flow for storyboards
Cut clean previz reels for clients and producers without the sparkle distracting from the pitch.
What actually happens to your video, step by step
An MP4 is a container holding separate video and audio streams. Removing a watermark from the picture without disturbing the sound means taking that container apart, working on one stream, and rebuilding it — which is what Erasio does entirely inside your browser.
First the file is demuxed: the video and audio streams are separated, and the audio is set aside untouched. This is why audio quality is never a question with Erasio — the audio is never decoded, never re-encoded, and is copied into the output exactly as it arrived.
Next, every video frame is decoded through WebCodecs and patched individually. The sparkle occupies the same region on each frame, so each one gets the same inverse alpha transform applied to that region: the arithmetic that recovers the original pixels from the blended ones. A 10-second clip at 24fps means 240 of these operations, all local.
Finally the patched frames are re-encoded and re-muxed with the original audio into a new MP4. Re-encoding the picture is unavoidable — every frame genuinely changed — but the encode targets a bitrate derived from your source file rather than a fixed default, so a high-quality input produces a high-quality output. Resolution and frame rate pass through unchanged; there is no downscaling anywhere in the pipeline.
Why video is harder than images, and what that means for you
On a still image, watermark removal is one operation on one array of pixels, and the output is lossless PNG. Nothing is approximated and nothing is thrown away.
Video cannot work that way. Codecs compress across frames, so changing any frame requires re-encoding, and re-encoding is by definition lossy. The honest framing is not "no quality loss" in an absolute sense — it is that the loss is bounded by the encode settings, which is why matching the output bitrate to the source matters so much. A fixed low bitrate is exactly how naive tools turn a crisp clip into a soft one.
The second difficulty is consistency. A tool that detects the watermark per frame can drift, leaving the mark flickering in and out across the clip. Erasio locks the pattern once and applies it uniformly to every frame, so the result is stable rather than shimmering — which is the failure mode most visible to viewers even when a single frame looks fine.
The third is audio. Many tools re-encode the whole file, degrading sound that never needed touching. Separating the streams and copying the audio across is straightforward engineering, but it has to be done deliberately.
Before you publish: what removal does and does not change
A cleaned clip has no visible sparkle, keeps its original resolution and frame rate, and carries the same audio it always had. For the common cases — an ad creative a platform would reject for a visible watermark, a client previz reel, a portfolio piece — that is the whole of what was needed.
What has not changed is provenance. SynthID, the invisible signal Google distributes across generated frames, survives re-encoding and is untouched by Erasio. Your clip still identifies as AI-generated to anything that reads for it, and platforms that check provenance rather than looking for a logo will still see what it is.
That boundary is intentional. Erasio exists so that video you generated and own is usable where you meant to publish it, not so that AI-generated footage can pass as something else.
Defaults handle most clips without adjustment. When a watermark sits over unusually busy detail — or a stubborn edge survives the first pass — every slider is documented, with recommended presets, in the video watermark removal settings guide.
Gemini Omni Video Watermark Remover — common questions
Is the video re-encoded, and does that lose quality?
The video stream is re-encoded — unavoidable, because every frame changes when the watermark is removed. Erasio derives the target bitrate from the source rather than applying a fixed ceiling, so a high-bitrate clip is re-encoded at a high bitrate. Resolution and frame rate are preserved exactly; nothing is downscaled at any point.
What happens to the audio?
Nothing. The audio track is demuxed, held aside, and re-muxed into the output without being decoded or re-encoded. It comes through bit-identical to the source, so there is no generational loss on the audio at all.
How long does a clip take to process?
Roughly real time to a few times faster on a modern desktop — a 10-second clip typically finishes in a few seconds. Every frame is decoded, patched and re-encoded locally, so speed depends on your machine rather than on our servers. Longer clips and higher resolutions scale accordingly.
Is there a file size limit?
The online tool accepts MP4 up to 100 MB, which covers the overwhelming majority of Gemini Omni and Flow exports. The Chrome extension processes at download time and is not bound by that ceiling, so use the extension for unusually long or high-bitrate clips.
Does my video get uploaded?
No. Demuxing, frame patching and re-muxing all happen in your browser through WebCodecs. The file never leaves your device, which is also why processing speed depends on your hardware.
Why do social platforms care about AI watermarks?
Several ad platforms reject creatives carrying visible AI watermarks at upload, and some social algorithms treat visible AI marks as a ranking signal. That is the practical reason most people clean Omni video: the clip they generated and own is otherwise unusable in the place they intended to publish it.
Which browsers can process video?
Video removal needs the WebCodecs API, which currently means a Chromium browser — Chrome, Edge, Brave or Opera. Image removal works more widely, including Safari and Firefox.
Does this remove SynthID from video?
No. Erasio removes the visible sparkle from each frame only. SynthID is a separate invisible provenance signal that survives re-encoding, and it is untouched — a cleaned clip still identifies as AI-generated to anything reading for it.
Clean your Gemini Omni MP4 video in seconds
Free, browser-local, no signup to try a single file.