Add image watermark
add_watermarkOverlay a logo or watermark image on a video, specifying corner position, size, and opacity.
Instructions
Overlay an image (logo/watermark) on the video at a chosen corner, with optional size and opacity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Watermark width in pixels (default: image's own size) | |
| opacity | No | Watermark opacity 0–1 (default 1) | |
| position | No | Where to place the watermark (default bottom-right) | |
| image_path | Yes | Path to the watermark image (png with transparency works best) | |
| input_path | Yes | Path to the source video | |
| output_path | No | Where to write the result |