Video Watermark Image

Add an image watermark to videos with customizable position, size, opacity, and timing

Click to upload file or drag and drop file here

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

Click to upload file or drag and drop file here

Maximum file size: 5MB Supported formats: image/png, image/jpeg, image/webp, image/gif

1 15 100

Size of watermark relative to video width (1-100%)

0.1 0.7 1

Watermark opacity (0.1 = transparent, 1 = opaque)

0 20 200

Distance from video edges (0-200 pixels)

10 50 500

Movement speed in pixels per second (10-500)

When to start showing the watermark (0 = from beginning)

When to stop showing the watermark (-1 = until end)

Key Facts

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

Overview

Protect your creative work and strengthen your brand identity by adding custom image watermarks to your videos. This tool provides precise control over logo placement, transparency, and sizing, while offering advanced features like movement animations and specific timing intervals to ensure your watermark appears exactly where and when you need it.

When to Use

  • When you need to protect original video content from unauthorized use by applying a permanent brand logo.
  • When creating promotional clips that require consistent visual identification across different social media platforms.
  • When you want to overlay a 'Draft' or 'Confidential' badge that moves across the screen to prevent screen recording.

How It Works

  • Upload your target video file and the image you want to use as a watermark, such as a transparent PNG logo.
  • Select the watermark's anchor position and adjust the scale, opacity, and margin to fit your video's layout.
  • Optionally configure animation modes for moving watermarks or set specific start and end timestamps for the overlay to appear.
  • Choose your desired output format like MP4 or WebM and process the video to embed the watermark.

Use Cases

Adding a semi-transparent company logo to the bottom-right corner of a corporate presentation video.
Applying a 'Sample' watermark that moves diagonally across a stock footage preview to prevent unlicensed usage.
Inserting a social media icon that only appears during the first 15 seconds of a video to introduce the creator's handle.

Examples

1. Professional Brand Overlay

Social Media Manager
Background
A brand is launching a series of video tutorials on YouTube and needs to ensure their logo is present on every frame.
Problem
The logo needs to be visible but subtle enough not to distract from the instructional content.
How to Use
Upload the tutorial MP4 and the brand logo. Set the position to 'Top Right', scale to 12%, and opacity to 0.5.
Example Config
Position: top-right, Scale: 12, Opacity: 0.5, Margin: 30, Animation: static
Outcome
A professional-looking tutorial video with a semi-transparent logo anchored in the top-right corner.

2. Anti-Theft Moving Watermark

Independent Videographer
Background
A videographer is sending a high-resolution preview of a wedding film to a client for approval before final payment.
Problem
The creator wants to prevent the client from using the preview without paying, while still allowing them to see the quality.
How to Use
Upload the wedding clip and a 'PREVIEW' image. Select 'Diagonal Move' and set a high animation speed.
Example Config
Position: center, Animation Mode: diagonal, Animation Speed: 150, Opacity: 0.3
Outcome
The video features a faint 'PREVIEW' image that constantly moves across the screen, making it unusable for public display while remaining clear for review.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What image formats can I use for the watermark?

The tool supports PNG, JPEG, WebP, and GIF files. Using a PNG with transparency is recommended for a professional look.

Can I make the watermark appear only at a specific time?

Yes, you can use the Start Time and End Time fields to define the exact seconds during which the watermark should be visible.

How do I prevent the watermark from covering important content?

You can adjust the 'Opacity' to make the watermark semi-transparent and use the 'Scale' and 'Margin' settings to keep it in the corners.

Is it possible to create a moving watermark?

Yes, by selecting an Animation Mode such as Horizontal, Vertical, or Diagonal, the watermark will move across the video at your chosen speed.

What is the maximum video file size supported?

The tool accepts video files up to 100MB in size.

API Documentation

Request Endpoint

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

Request Parameters

Parameter Name Type Required Description
videoFile file (Upload required) Yes -
watermarkImageFile file (Upload required) Yes -
position select No -
scale range No Size of watermark relative to video width (1-100%)
opacity range No Watermark opacity (0.1 = transparent, 1 = opaque)
margin range No Distance from video edges (0-200 pixels)
animationMode select No -
animationSpeed range No Movement speed in pixels per second (10-500)
startTime number No When to start showing the watermark (0 = from beginning)
endTime number No When to stop showing the watermark (-1 = until end)
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/video-watermark-image 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-image": {
      "name": "video-watermark-image",
      "description": "Add an image watermark to videos with customizable position, size, opacity, and timing",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=video-watermark-image",
      "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]