video_split_screen
Combine two videos into a single split-screen output, arranging them side by side or stacked vertically.
Instructions
Place two videos side by side or top/bottom.
Args: left_path: Absolute path to the first video. right_path: Absolute path to the second video. layout: Layout type (side-by-side or top-bottom). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | No | side-by-side | |
| left_path | Yes | ||
| right_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||