Video tool

Gemini Omni Watermark Remover

Drop a Gemini Omni mp4 and download a clean copy with the watermark removed. The whole pipeline — demux, frame-by-frame removal, re-encode, mux — runs locally in your browser.

Working inside Gemini? Try the one-click Chrome extension
Drop an mp4 here or click to select H.264 mp4, up to 100MB. One video at a time.

Remove the Gemini watermark from Omni videos, free and in-browser

Google Gemini Omni adds a small Gemini logo in one corner of every frame it generates. This tool strips it — frame by frame — without uploading the video anywhere. Drop an mp4 above, wait while the encode runs, and download the cleaned file.

How it works

  1. Demux — The mp4 is parsed locally (via MP4Box) into a video track of H.264 samples and an audio track.
  2. Decode & clean — Each frame is decoded with the WebCodecs VideoDecoder, the watermark patch (48×48 px at margin 72 px from the bottom-right corner) is inverse-blended out using a pre-calibrated alpha map, and the cleaned frame is fed back through VideoEncoder.
  3. Mux — The cleaned video samples and the original audio samples (passed through verbatim — never re-encoded) are remuxed into a new mp4.

What's not supported

Audio is preserved exactly

The audio track is never decoded. AAC samples are read from the input and appended directly to the output mp4. Quality, channel layout, sample rate, and A/V sync stay bit-identical to the original.

Privacy

Everything runs in your browser. No file leaves your device, no telemetry, no server. You can disconnect from the network after the page loads and the tool will still work.

Working inside Gemini?

If you'd rather click a button on gemini.google.com instead of re-uploading a saved file, the Gemini Watermark Remover Chrome extension adds a Download Clean Image button to the page. (Video integration on the page itself is on the roadmap, not yet shipped.)