Video Watermark Tool
Preview your video with a custom text watermark overlaid in real time via Canvas. Export instructions for FFmpeg included.
Live Watermark Preview
No video loadedLoad a video to see the watermark preview
0:00 / 0:00
Preview only. Browsers cannot re-encode video without large libraries.
Use the FFmpeg command below to permanently embed the watermark in your file.
FFmpeg Command (Permanent Watermark)
Replace input.mp4 with your actual filename.
Download FFmpeg
How to permanently watermark with FFmpeg
- Install FFmpeg:
brew install ffmpeg(Mac),sudo apt install ffmpeg(Linux), or download from ffmpeg.org (Windows). - Copy the generated command above, paste it into your terminal.
- Run it — FFmpeg will render each frame with the watermark and produce
output_watermarked.mp4. - Optional: add
-c:a copyto keep original audio without re-encoding.
Copied!
Summary
Preview your video with a custom text watermark overlaid in real time via Canvas. Export instructions for FFmpeg included.
How it works
- Select a local video file — it loads via an object URL and never leaves your device.
- Type your watermark text and adjust font, size, color, opacity, and position.
- The browser draws each decoded frame on an HTML5 Canvas with your watermark composited on top for a live preview.
- Copy the generated FFmpeg command and run it locally to permanently embed the watermark.
Use cases
- Preview how a watermark will look before running FFmpeg.
- Design watermark style, size, and placement interactively.
- Generate a ready-to-run FFmpeg command for permanent embedding.
- Quickly check branding placement on multiple videos.
Frequently Asked Questions
Last updated: 2026-07-01 ·
Reviewed by Nham Vu