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 ./output

Parameters

ParameterRequiredDescription
--video_urlYesType: string; the video to which the logo will be added
--logo_urlYesAlias: --logo; type: string; logo or watermark image URL (transparent PNG supported)
--positionNoType: string; default: top-right; options: top-left / top-right / bottom-left / bottom-right
--download-dirNoType: string; downloads result files to the specified local directory
--outputNoType: string[]; specifies output file paths, mapped in order to data.result.urls
--jsonNoOutputs results in JSON format for script or agent parsing