cleya pip
Add picture-in-picture overlay
cleya pip --main video.mp4 --overlay cam.mp4 --position bottom-right
Options
| Flag | What it does | |
|---|---|---|
--main | Path to main (background) video | required · string |
--overlay | Path to PiP overlay video | required · string |
--position | PiP corner position | string · default bottom-right · one of top-left, top-right, bottom-left, bottom-right |
--scale | PiP size relative to main (e.g. 0.25 = 25%) | string · default 0.25 |
--margin | Margin from edge in pixels | string · default 10 |
--start | Show PiP starting at this time (seconds) | string |
--end | Hide PiP after this time (seconds) | string |
--output | Output file path | string · default <main>_pip.<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 pip --help for the same information in your terminal.