muapi-product-video-ad-maker
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseProduct Video Ad Maker
产品视频广告制作工具
Create a high-end cinematic product video advertisement starting from a simple product photo.
Estimated credits: ~150 per run.
从一张简单的产品照片开始,制作高端电影质感的产品视频广告。
预估消耗积分: 每次运行约150积分。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| image_url | yes | — | A photo of the product to be used in the advertisement. |
| text | no | surrounded by fresh flowers and soft morning sunlight | Description of the scene or background for the product. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| image_url | 是 | — | 用于广告的产品照片。 |
| 文本 | 否 | 被新鲜花朵和柔和的清晨阳光环绕 | 产品的场景或背景描述。 |
Steps
步骤
Phase A — Premium Product Rendering
A阶段 — 高端产品渲染
If is not provided, ask the user to upload their product photo.
{{product_image}}Once the photo is available, submit the plan with ONE step to re-render the product in a premium setting:
- Product Rendering — (model=
muapi image edit):flux-2-pro-edit- Reference Image:
{{product_image}} - Prompt:
A high-end, professional commercial photograph of the product from the reference image, {{scene_description}}. Soft studio lighting, realistic reflections, cinematic depth of field, sharp focus on the product. 8k resolution, elegant and minimal composition. - Aspect ratio: 1:1 or 4:5
- Reference Image:
Present the premium product image to the user for approval.
如果未提供,请要求用户上传产品照片。
{{product_image}}获取照片后,提交包含一个步骤的方案,在高端场景中重新渲染产品:
- 产品渲染 — (模型=
muapi image edit):flux-2-pro-edit- 参考图片:
{{product_image}} - 提示词:
参考图片中产品的高端专业商业照片,{{scene_description}}。柔和的工作室灯光,逼真的反射效果,电影级景深,产品清晰对焦。8K分辨率,优雅简约的构图。 - 宽高比:1:1或4:5
- 参考图片:
将渲染后的高端产品图片展示给用户确认。
Phase B — Cinematic Video Ad Generation
B阶段 — 电影质感视频广告生成
Once the image is approved, submit the plan to animate it into a video ad:
- Video Ad Generation — (model=
muapi video from-image):wan2.5-image-to-video-fast- Reference Image: The premium image from Phase A.
- Prompt:
A cinematic product advertisement video. Smooth, slow-motion camera movement panning across the product. Subtle environmental movements (e.g., leaves swaying, light shifting). High-quality commercial cinematography, elegant transitions, professional look. - Aspect ratio: 16:9 or 9:16
After generation, present the final product video advertisement to the user.
图片确认通过后,提交方案将其制作为视频广告:
- 视频广告生成 — (模型=
muapi video from-image):wan2.5-image-to-video-fast- 参考图片:A阶段生成的高端图片。
- 提示词:
电影质感的产品广告视频。流畅的慢动作镜头扫过产品。微妙的环境动态(如树叶摇曳、光线变化)。高品质商业摄影风格,优雅的转场效果,专业外观。 - 宽高比:16:9或9:16
生成完成后,向用户展示最终的产品视频广告。
Trigger Keywords
触发关键词
product video advideo ad makercinematic product videocommercial video makerprofessional product adproduct video advideo ad makercinematic product videocommercial video makerprofessional product adNotes 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}}