video_split_screen
Combine two videos into a single split-screen layout, either side-by-side or top-bottom, to compare or present multiple perspectives simultaneously.
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 |
|---|---|---|---|
| left_path | Yes | ||
| right_path | Yes | ||
| layout | No | side-by-side | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||