Skip to main content
Glama

MCP FFmpeg Helper

add_watermark

Add a custom watermark to videos by specifying input, watermark image, output path, position, and opacity using the MCP FFmpeg Helper server.

Instructions

Add a watermark to a video

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input video file
opacityNoOpacity of watermark (0.0-1.0)
outputPathYesPath for the output video file
positionNoPosition of watermark (topleft, topright, bottomleft, bottomright, center)
watermarkPathYesPath to the watermark image

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input video file", "type": "string" }, "opacity": { "description": "Opacity of watermark (0.0-1.0)", "type": "number" }, "outputPath": { "description": "Path for the output video file", "type": "string" }, "position": { "description": "Position of watermark (topleft, topright, bottomleft, bottomright, center)", "type": "string" }, "watermarkPath": { "description": "Path to the watermark image", "type": "string" } }, "required": [ "inputPath", "watermarkPath", "outputPath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sworddut/mcp-ffmpeg-helper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server