Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video Watermark Adder does, with a checked example
This page takes a video you pick and draws a watermark into it: text you type or an image you upload, placed with position and opacity controls, and hands back a new video file with the mark in every frame. Everything runs in the browser, so the footage never leaves your machine. What surprises most people is that the watermark is permanent: it becomes part of the pixels of the new file, so no player can switch it off and nothing on this page can remove it later. Burning a mark in also means re-encoding, so processing takes time and the download can come out slightly softer than the source.
Worked example
A concrete input and expected output from the current implementation.
Input
Upload a 10-second, 1280 x 720 clip and a 400 x 200 px logo; set image watermark size to 15%, position bottom-right, opacity 40%.
->
Expected output
A downloadable video, still 10 seconds at 1280 x 720, with the logo drawn into every frame at 192 x 96 px: 15% of 1280 is 192 wide, and the logo's 2:1 ratio makes the height 96. It sits in the bottom-right corner at 40% opacity.
Size is set relative to the frame width, so the on-screen size follows from 1280 x 0.15, not from the logo's native 400 x 200 pixels; the aspect ratio is preserved, which is why the height is exactly 192 / 2.