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
Name | Required | Description | Default |
---|---|---|---|
inputPath | Yes | Path to the input video file | |
opacity | No | Opacity of watermark (0.0-1.0) | |
outputPath | Yes | Path for the output video file | |
position | No | Position of watermark (topleft, topright, bottomleft, bottomright, center) | |
watermarkPath | Yes | Path to the watermark image |