Picture in picture
picture_in_pictureOverlay a video in a corner of another video, dropping the overlay's audio and keeping the main video's audio. The overlay disappears when its clip ends.
Instructions
Overlay one video on top of another in a corner (like a webcam feed or reaction box). The overlay's own audio is dropped; the main video's audio is kept. The overlay disappears when its clip ends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Show the overlay starting at this time in the main video | |
| width | No | Overlay width in pixels (default: 1/4 of the main video width) | |
| position | No | Where to place the overlay (default bottom-right) | |
| input_path | Yes | Path to the main (background) video | |
| output_path | No | Where to write the result | |
| overlay_path | Yes | Path to the video to show in the corner |