How to Make Multi-Shot Adult Scenes up to 3 Minutes
Request 16–180 seconds and Nureta renders a stitched multi-shot adult scene with one consistent character. Auto, edit, and advanced modes — plus how to pace a scene.
3 min read
A single Nureta clip tops out at 15 seconds. Ask for anything from 16 up to 180 seconds and the platform renders it differently: as a stitched multi-shot scene, cutting between framings while keeping the same character throughout. That is how you get a three-minute adult scene instead of one long, static take.
You have three ways to build one — fully automatic, an editable storyboard draft, or your own hand-authored shot list. This guide covers when to use each and how to pace the result.
How a scene gets stitched
Request a duration of any integer from 16 to 180 seconds and Nureta plans a storyboard, renders each shot, and stitches them into one video. Each shot is a separate clip of 4–15 seconds; the scene is the sequence. You are billed per second of the finished scene at the model's posted rate, so a 90-second scene costs roughly six times a 15-second clip — iterate short, then commit to length.
Keeping one character across shots
The reason stitched scenes work is that identity is pinned across every shot. The same face, body, skin markings and tattoos carry from shot to shot — an explicit shot renders the same person as the establishing shot, not a lookalike. You do not manage this; a shared character reference is built once and reused. For deeper control over identity, see reference images for consistent faces.
Auto mode: describe it once
The default. Send one prompt with a duration over 15 seconds and the director writes the shot list, flags the explicit beats, and renders everything. No storyboard step, no per-shot work. Best when you trust the director to pace the scene and just want a finished result.
Edit mode: approve the storyboard first
Set mode: "edit" and the task drafts a storyboard, then parks at status: "planned" instead of rendering. You get back a scene with each shot's script, duration, explicit flag and a preview — review it, tweak any shot, then submit for render. This spends the plan cost up front but lets you catch a bad beat before paying for the full render. Edit mode is video-only and needs a duration over 15 seconds. The full flow is in the storyboard modes docs.
Advanced mode: bring your own shots
Skip the director entirely: pass a segments array of {script, duration_seconds, explicit}. Each segment is one stitched shot; per-segment duration is 4–15 seconds (default 9) and the segments must total 16–180 seconds. Set explicit: true on the shots that show sex and spell out the act in that shot's script.
curl -s -X POST "$TOKENSTORE_URL/api/v3/contents/generations/tasks" \
-H "Authorization: Bearer sk-..." \
-H "Content-Type: application/json" \
-d '{
"model": "seahorse-720p",
"ratio": "9:16",
"content": [{ "type": "text", "text": "a slow bedroom scene at dusk" }],
"segments": [
{ "script": "she undresses by the window, city light on her skin", "duration_seconds": 8, "explicit": false },
{ "script": "they kiss and he lays her back on the bed", "duration_seconds": 8, "explicit": false },
{ "script": "he enters her in missionary, slow deep thrusts", "duration_seconds": 12, "explicit": true },
{ "script": "afterglow, tangled, catching breath", "duration_seconds": 6, "explicit": false }
]
}'Pacing a scene
A scene that is all payoff reads worse than one that builds. A workable rhythm for a 60–90 second scene:
- Open on a build-up shot — arrival, a look, undressing. Keep it
explicit: false. - Escalate through one or two transition shots — contact, first positions.
- Land two or three explicit shots as the core, each naming a distinct position or angle.
- Close on a short afterglow or slow pull-back,
explicit: false.
Vary shot length — a 6-second cut next to a 12-second cut has rhythm; five identical 9-second shots feel flat. Want each explicit beat to actually render the act, not imply it? Read rendering real sex acts on video.
Open the playground →