Strip the Veo sparkle from every frame of your AI-generated video. Same reverse alpha-blend pipeline used for Veo 2 and Veo 3, frame-by-frame, audio preserved, no upload.
Open the video toolHow Veo watermarking works
Veo is Google's flagship video generation model. Every clip it produces carries the same visible Gemini sparkle logo in the corner, stamped on every frame. That makes the watermark hard to remove with a crop or blur (the corner would need to be patched across thousands of frames) and easy to remove with the right math — apply the reverse alpha-blend pixel-wise to each frame, and the original pixels come back intact.
This tool demuxes the MP4, decodes each frame with the WebCodecs API, applies the reverse blend, and re-encodes the result. The original audio is preserved bit-for-bit and muxed back in. Frame rate, resolution, and bitrate stay exactly as Veo rendered them.
Supported resolutions
Default Veo 2 export.
Veo 3 in high-definition mode.
Vertical Veo clips for Shorts / Reels / TikTok.
HD portrait Veo.
Veo cleanup uses the WebCodecs API for hardware-accelerated decode and encode. That is currently available in Chrome, Edge, Brave, and Opera 94+. Image processing works in every modern browser, including Safari and Firefox.