muapi-one-shot-video
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseOne-Shot Video
单镜头视频
Generate a single continuous cinematic shot video — no cuts, one seamless flowing scene with dramatic lighting and motion.
Estimated credits: ~80 per run.
生成一段单镜头连续电影风格视频——无剪辑、单一场景流畅衔接,搭配富有戏剧性的灯光与镜头运动。
预估消耗点数: 每次运行约80点。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | yes | — | The scene to render (e.g. "a chef plating food in a moody Michelin-star kitchen"). |
| text | no | cinematic, anamorphic lens, shallow depth of field, dramatic lighting | Visual tone and style (e.g. "noir, handheld, golden hour"). |
| text | no | 10s | Target duration (e.g. "5s", "10s"). |
| text | no | 16:9 | Output aspect ratio — "16:9", "9:16", or "1:1". |
| image_url | no | — | Optional reference image for subject/scene anchoring. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 是 | — | 要渲染的场景(例如:"一位厨师在氛围感拉满的米其林星级厨房中摆盘")。 |
| 文本 | 否 | cinematic, anamorphic lens, shallow depth of field, dramatic lighting | 视觉基调与风格(例如:"黑色电影风格、手持拍摄、黄金时刻")。 |
| 文本 | 否 | 10s | 目标时长(例如:"5s"、"10s")。 |
| 文本 | 否 | 16:9 | 输出宽高比——"16:9"、"9:16"或"1:1"。 |
| 图片链接 | 否 | — | 可选的参考图片,用于锚定主体/场景。 |
Steps
步骤
Phase A — Generate the One-Shot Video
阶段A — 生成单镜头视频
Submit the plan with ONE step:
- One-shot video — If is provided, use
{{reference_image}}(model=muapi video generate); otherwise useveo3.1-image-to-video(model=muapi video generate).veo3.1-text-to-video- Prompt:
{{scene}}, one continuous uncut shot, no transitions, camera slowly moves through scene, {{style}}, ultra cinematic, film grain, 4K quality - Aspect ratio:
{{aspect_ratio}} - Duration:
{{duration}}
- Prompt:
After generation, present the video and suggest:
- A second angle variation
- Adding ambient sound with
mmaudio-v2-video-to-video
提交包含一个步骤的方案:
- 单镜头视频 — 如果提供了,使用
{{reference_image}}(model=muapi video generate);否则使用veo3.1-image-to-video(model=muapi video generate)。veo3.1-text-to-video- 提示词:
{{scene}}, one continuous uncut shot, no transitions, camera slowly moves through scene, {{style}}, ultra cinematic, film grain, 4K quality - 宽高比:
{{aspect_ratio}} - 时长:
{{duration}}
- 提示词:
生成完成后,展示视频并提供以下建议:
- 生成第二个角度的变体视频
- 使用添加环境音效
mmaudio-v2-video-to-video
Notes
注意事项
- Emphasize "no cuts, no transitions" in the prompt for true one-shot feel.
- For portrait/vertical style (9:16), add "vertical format, smartphone framing" to the prompt.
- If the scene involves a person, suggest as an alternative for better human motion.
kling-v3.0-pro-image-to-video
- 在提示词中强调“no cuts, no transitions”以实现真正的单镜头效果。
- 对于竖屏风格(9:16),在提示词中添加“vertical format, smartphone framing”。
- 如果场景包含人物,建议使用作为替代模型,以获得更自然的人物运动效果。
kling-v3.0-pro-image-to-video
Trigger Keywords
触发关键词
one shot videosingle takecontinuous videoone takecinematic shotseamless videoone shot videosingle takecontinuous videoone takecinematic shotseamless videoNotes for the Executing Agent
执行Agent注意事项
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call CLI commands. Use
muapifirst ifmuapi auth configureis unset.MUAPI_API_KEY - For model IDs without a CLI alias yet, fall back to the raw endpoint via and poll with
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'.muapi predict wait <request_id> - Substitute placeholders with the user's actual inputs before issuing each call.
{{input_name}}
- 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入参数,然后调用CLI命令。如果未设置
muapi,请先执行MUAPI_API_KEY。muapi auth configure - 对于尚未有CLI别名的模型ID,可通过原始端点调用:,并使用
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'轮询结果。muapi predict wait <request_id> - 在发出每个调用前,将占位符替换为用户的实际输入。
{{input_name}}