cleya overlay
Add image overlay (logo, watermark)
cleya overlay --input video.mp4 --image logo.png --position bottom-right
Options
| Flag | What it does | |
|---|---|---|
--input | Path to input video | required · string |
--image | Path to overlay image (PNG, JPG) | required · string |
--position | Overlay position | string · default bottom-right · one of top-left, top-right, bottom-left, bottom-right, center |
--margin | Margin from edge in pixels | string · default 10 |
--opacity | Opacity (0.0 = transparent, 1.0 = solid) | string · default 1.0 |
--start | Show overlay starting at this time (seconds) | string |
--end | Hide overlay after this time (seconds) | string |
--output | Output file path | string · default <input>_overlay.<ext> |
--overwrite | Overwrite output file if it exists | boolean |
Category: edit — transform existing media
Generated from the toolkit
Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift.
Run cleya overlay --help for the same information in your terminal.