muapi-drone-style-video
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDrone-Style Video
无人机风格视频
Generate aerial drone-perspective footage — sweeping bird's-eye views, orbit shots, and flyover sequences for landscapes, architecture, and events.
Estimated credits: ~80 per run.
生成无人机航拍视角视频素材——涵盖用于景观、建筑和活动拍摄的全景鸟瞰镜头、环绕镜头以及飞越镜头序列。
预估消耗点数: 每次运行约80点。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | yes | — | What to shoot from above (e.g. "mountain valley at sunrise", "luxury villa by the ocean", "crowded city intersection"). |
| text | no | reveal | Camera movement style — 'reveal' (ascend & reveal), 'orbit' (circle subject), 'flyover' (pass over), 'top-down' (bird's eye static). |
| text | no | golden hour, cinematic, 4K, ultra-detailed | Visual atmosphere (e.g. "dramatic storm clouds", "misty morning", "blue hour city lights"). |
| text | no | 16:9 | Output aspect ratio. |
| image_url | no | — | Optional aerial/location reference image. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 是 | — | 航拍的对象或地点(例如:“日出时的山谷”、“海边的豪华别墅”、“拥挤的城市十字路口”)。 |
| 文本 | 否 | reveal | 相机运动风格——'reveal'(上升并展示)、'orbit'(环绕拍摄对象)、'flyover'(飞越)、'top-down'(静态鸟瞰)。 |
| 文本 | 否 | golden hour, cinematic, 4K, ultra-detailed | 视觉氛围(例如:“戏剧性的风暴云”、“薄雾清晨”、“蓝调时刻的城市灯光”)。 |
| 文本 | 否 | 16:9 | 输出画面比例。 |
| 图片链接 | 否 | — | 可选的航拍/地点参考图片链接。 |
Steps
步骤
Phase A — Generate Drone Footage
阶段A — 生成无人机视频素材
Submit the plan with ONE step:
- Aerial 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- Build prompt based on :
{{shot_type}}- reveal:
Drone camera starts low, slowly ascends and reveals {{location_or_subject}}, sweeping wide aerial perspective, {{style}} - orbit:
Drone camera orbits {{location_or_subject}} in a smooth circular arc, 360-degree aerial rotation, {{style}} - flyover:
Drone camera flies low and fast over {{location_or_subject}}, tracking forward momentum, depth of field, {{style}} - top-down:
Perfect overhead bird's eye view of {{location_or_subject}}, drone looking straight down, minimal distortion, {{style}}
- reveal:
- Append to all prompts:
DJI-quality drone footage, stabilized gimbal, no shake, cinematic color grade, photorealistic - Aspect ratio:
{{aspect_ratio}}
- Build prompt based on
After generation, offer:
- A different shot type variation
- Adding wind/ambient audio via
mmaudio-v2-video-to-video - Upscaling via
ai-video-upscaler-pro
提交计划包含一个步骤:
- 航拍视频 — 如果提供了,使用
{{reference_image}}(model=muapi video generate);否则使用veo3.1-image-to-video(model=muapi video generate)。veo3.1-text-to-video- 根据构建提示词:
{{shot_type}}- reveal:
无人机相机从低空开始,缓慢上升并展示{{location_or_subject}},广阔的全景航拍视角,{{style}} - orbit:
无人机相机以平滑的圆弧环绕{{location_or_subject}},360度航拍旋转,{{style}} - flyover:
无人机相机低空快速飞越{{location_or_subject}},保持向前追踪的动感,景深效果,{{style}} - top-down:
{{location_or_subject}}的完美垂直鸟瞰视角,无人机垂直向下拍摄,最小畸变,{{style}}
- reveal:
- 所有提示词追加内容:
DJI-quality drone footage, stabilized gimbal, no shake, cinematic color grade, photorealistic - 画面比例:
{{aspect_ratio}}
- 根据
生成完成后,提供以下选项:
- 更换不同的镜头类型变体
- 通过添加风声/环境音
mmaudio-v2-video-to-video - 通过进行画质增强
ai-video-upscaler-pro
Notes
注意事项
- For architecture, emphasize "slow orbit to reveal full building facade".
- For landscapes, use "magic hour lighting" for the best results.
- produces the best physics and camera motion for aerial scenes.
veo3.1-text-to-video
- 对于建筑拍摄,强调“缓慢环绕以展示建筑完整立面”。
- 对于景观拍摄,使用“magic hour lighting”以获得最佳效果。
- 在航拍场景中能生成最逼真的物理效果和相机运动。
veo3.1-text-to-video
Trigger Keywords
触发关键词
droneaerialbird's eyeflyoveraerial shotdrone footagetop downoverhead videodroneaerialbird's eyeflyoveraerial shotdrone footagetop downoverhead videoNotes for the Executing 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}}