Video Watermark Remove

Remove or blur watermarks and logos from videos by specifying the watermark area

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: video/*

Watermark area X coordinate from left edge (minimum 1 pixel, 0 will be adjusted to 1)

Watermark area Y coordinate from top edge (minimum 1 pixel, 0 will be adjusted to 1)

Width of the watermark area to remove (10-1920 pixels)

Height of the watermark area to remove (10-1080 pixels)

1 10 100

Blur strength for watermark removal (1 = light blur, 100 = heavy blur)

Key Facts

Category
Images, Audio & Video
Input Types
file, number, range, select
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Video Watermark Remove tool allows you to easily clean up your videos by blurring or erasing unwanted watermarks, logos, and timestamps. By specifying the precise coordinates, dimensions, and blur intensity of the target area, you can export your processed video in popular formats like MP4, WebM, MKV, AVI, or MOV without distracting visual overlays.

When to Use

  • When you need to obscure a TV channel logo or timestamp located in the corner of a video clip.
  • When you want to remove distracting watermarks from stock footage or presentation recordings.
  • When you need to blur sensitive on-screen information or user interface elements in a software demo video.

How It Works

  • Upload your video file (up to 100MB) in a supported format.
  • Define the watermark area by entering the X and Y coordinates, along with the width and height in pixels.
  • Adjust the blur intensity slider from 1 (light blur) to 100 (heavy blur) to control the obscuring strength.
  • Select your preferred output format and process the video to download the cleaned file.

Use Cases

Blurring a persistent network logo in the corner of a broadcast recording.
Hiding a date and time stamp overlay from a security camera feed or dashcam video.
Obscuring personal identification details or usernames in a recorded video tutorial.

Examples

1. Removing a Corner Logo from a Presentation Video

Content Creator
Background
A content creator wants to reuse a recorded webinar presentation, but it has a large, distracting corporate logo in the top-left corner.
Problem
The logo distracts viewers and needs to be blurred out without cropping the video.
How to Use
Upload the presentation video, set the X and Y coordinates to 20, set the width to 150 and height to 60 to cover the logo, set the blur intensity to 45, and choose MP4 as the output format.
Example Config
videoFile: presentation.mp4, x: 20, y: 20, width: 150, height: 60, blurIntensity: 45, outputFormat: mp4
Outcome
The corporate logo is successfully blurred out, making the presentation video clean and ready for redistribution.

2. Obscuring a Timestamp on a Dashcam Clip

Video Editor
Background
A video editor is compiling a scenic driving montage but the dashcam footage has a bright yellow timestamp at the bottom-right corner.
Problem
The timestamp ruins the cinematic feel of the montage and must be hidden.
How to Use
Upload the dashcam clip, set X to 1700 and Y to 1000 (targeting the bottom-right corner of a 1080p video), set the width to 180 and height to 40, set the blur intensity to 80 for heavy coverage, and select MOV as the output format.
Example Config
videoFile: dashcam.mov, x: 1700, y: 1000, width: 180, height: 40, blurIntensity: 80, outputFormat: mov
Outcome
The bright yellow timestamp is completely obscured by a heavy blur, seamlessly blending into the road footage.

Try with Samples

video, barcode, file

Related Hubs

FAQ

What video formats are supported for output?

You can export your processed video in MP4, WebM, MKV, AVI, or MOV formats.

How do I find the correct X and Y coordinates for the watermark?

You can estimate the pixel position from the top-left corner of your video frame, where X is the distance from the left edge and Y is the distance from the top edge.

What is the maximum file size I can upload?

The tool supports video file uploads up to 100 MB.

Can I adjust how strongly the watermark is blurred?

Yes, you can adjust the blur intensity on a scale from 1 (light blur) to 100 (heavy blur) to match your video's needs.

Does this tool completely erase the watermark or just blur it?

The tool applies a customizable blur filter over the specified rectangular area to obscure the watermark or logo.

API Documentation

Request Endpoint

POST /en/api/tools/video-watermark-remove

Request Parameters

Parameter Name Type Required Description
videoFile file (Upload required) Yes -
x number No Watermark area X coordinate from left edge (minimum 1 pixel, 0 will be adjusted to 1)
y number No Watermark area Y coordinate from top edge (minimum 1 pixel, 0 will be adjusted to 1)
width number No Width of the watermark area to remove (10-1920 pixels)
height number No Height of the watermark area to remove (10-1080 pixels)
blurIntensity range No Blur strength for watermark removal (1 = light blur, 100 = heavy blur)
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/video-watermark-remove to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-video-watermark-remove": {
      "name": "video-watermark-remove",
      "description": "Remove or blur watermarks and logos from videos by specifying the watermark area",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=video-watermark-remove",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]