video_watermark
Add image watermarks to videos with customizable position, opacity, and margin settings for content protection or branding.
Instructions
Add an image watermark to a video.
Args: input_path: Absolute path to the input video. image_path: Absolute path to the watermark image (PNG with transparency recommended). position: Position on screen (top-left, top-center, top-right, center, bottom-left, bottom-center, bottom-right). opacity: Watermark opacity (0.0 to 1.0). margin: Margin from edge in pixels. output_path: Where to save the output. Auto-generated if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| image_path | Yes | ||
| position | No | bottom-right | |
| opacity | No | ||
| margin | No | ||
| output_path | No |