video-logo-add
Overlays a logo or watermark image in the corner of a video; transparent PNGs are supported. Plain-text watermarks and free positioning are not supported.
meitu video-logo-add
Usage Examples
# Default top-right placement (required parameters only)
meitu video-logo-add \
--video_url ./sample.mp4 \
--logo_url ./logo.png \
--json
# Specify position
meitu video-logo-add \
--video_url ./sample.mp4 \
--logo_url ./logo.png \
--position bottom-right \
--json
# Full parameters with result download
meitu video-logo-add \
--video_url ./sample.mp4 \
--logo_url ./logo.png \
--position top-left \
--json \
--download-dir ./outputParameters
| Parameter | Required | Description |
|---|---|---|
--video_url | Yes | Type: string; the video to which the logo will be added |
--logo_url | Yes | Alias: --logo; type: string; logo or watermark image URL (transparent PNG supported) |
--position | No | Type: string; default: top-right; options: top-left / top-right / bottom-left / bottom-right |
--download-dir | No | Type: string; downloads result files to the specified local directory |
--output | No | Type: string[]; specifies output file paths, mapped in order to data.result.urls |
--json | No | Outputs results in JSON format for script or agent parsing |