Stitch multi-scene video
stitch_videoRender a multi-scene STITCHED video (≥2 scenes) — ONLY for spots LONGER than ONE clip of the chosen model. A multi-beat ad that FITS one clip renders better and cheaper as ONE single-pass generate_video/render_ad (a single generation carries the whole hook→demo→payoff arc) — never stitch those. What fits is the model’s own maximum from hermoso_capabilities, not a fixed number: 15s on most models, 30s on the longest-clip one, so a 30s spot need not be stitched at all if you name that model. Blocks until done. Spends credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | video model id from hermoso_capabilities — omit to let the router pick | |
| voice | No | voiceover voice name, e.g. Rachel / George | |
| scenes | Yes | array of scene objects (visual + optional voiceover/seconds) | |
| voiceover | No | full voiceover script spoken across the scenes | |
| resolution | No | 1080p (default), or 480p/720p for a cheaper draft | |
| aspectRatio | No | output aspect ratio, e.g. 9:16 (default) / 1:1 / 16:9 | |
| durationSeconds | No | total spot length in seconds (defaults to the sum of the scenes’ seconds) |