Stitch Videos
stitch_videosStitch several of your Switch videos together into ONE video, played back-to-back in the order you give. Pass clip_asset_ids: an ORDERED list of your video ids (get them from list_my_videos) — the first id plays first. Optional orientation (landscape|portrait|square), fps, quality. Renders the combined video with ffmpeg and returns the finished, downloadable video url right away (also saved to list_my_videos). Use this whenever the user wants to combine, join, merge, or concatenate multiple clips into one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second. Default 30. | |
| quality | No | draft, standard (default), or high. | |
| orientation | No | landscape (1920x1080, default), portrait (1080x1920), or square (1080x1080). | |
| project_name | No | Optional name for the output video. | |
| clip_asset_ids | Yes | Ordered list of your video ids (from list_my_videos). At least 2. Output order = this order. |