add_watermark
Add a watermark image to videos with customizable position and opacity settings using FFmpeg video processing.
Instructions
Add a watermark to a video
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the input video file | |
| watermarkPath | Yes | Path to the watermark image | |
| outputPath | Yes | Path for the output video file | |
| position | No | Position of watermark (topleft, topright, bottomleft, bottomright, center) | |
| opacity | No | Opacity of watermark (0.0-1.0) |