muapi-one-shot-video

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

One-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

输入参数

NameTypeRequiredDefaultDescription
scene
textyesThe scene to render (e.g. "a chef plating food in a moody Michelin-star kitchen").
style
textnocinematic, anamorphic lens, shallow depth of field, dramatic lightingVisual tone and style (e.g. "noir, handheld, golden hour").
duration
textno10sTarget duration (e.g. "5s", "10s").
aspect_ratio
textno16:9Output aspect ratio — "16:9", "9:16", or "1:1".
reference_image
image_urlnoOptional reference image for subject/scene anchoring.
名称类型是否必填默认值描述
scene
文本要渲染的场景(例如:"一位厨师在氛围感拉满的米其林星级厨房中摆盘")。
style
文本cinematic, anamorphic lens, shallow depth of field, dramatic lighting视觉基调与风格(例如:"黑色电影风格、手持拍摄、黄金时刻")。
duration
文本10s目标时长(例如:"5s"、"10s")。
aspect_ratio
文本16:9输出宽高比——"16:9"、"9:16"或"1:1"。
reference_image
图片链接可选的参考图片,用于锚定主体/场景。

Steps

步骤

Phase A — Generate the One-Shot Video

阶段A — 生成单镜头视频

Submit the plan with ONE step:
  1. One-shot video — If
    {{reference_image}}
    is provided, use
    muapi video generate
    (model=
    veo3.1-image-to-video
    ); otherwise use
    muapi video generate
    (model=
    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}}
After generation, present the video and suggest:
  • A second angle variation
  • Adding ambient sound with
    mmaudio-v2-video-to-video
提交包含一个步骤的方案:
  1. 单镜头视频 — 如果提供了
    {{reference_image}}
    ,使用
    muapi video generate
    (model=
    veo3.1-image-to-video
    );否则使用
    muapi video generate
    (model=
    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
    kling-v3.0-pro-image-to-video
    as an alternative for better human motion.
  • 在提示词中强调“no cuts, no transitions”以实现真正的单镜头效果。
  • 对于竖屏风格(9:16),在提示词中添加“vertical format, smartphone framing”。
  • 如果场景包含人物,建议使用
    kling-v3.0-pro-image-to-video
    作为替代模型,以获得更自然的人物运动效果。

Trigger Keywords

触发关键词

one shot video
,
single take
,
continuous video
,
one take
,
cinematic shot
,
seamless video

one shot video
,
single take
,
continuous video
,
one take
,
cinematic shot
,
seamless video

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入参数,然后调用
    muapi
    CLI命令。如果未设置
    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}}
    占位符替换为用户的实际输入。