muapi-product-video-ad-maker

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Product Video Ad Maker

产品视频广告制作工具

Create a high-end cinematic product video advertisement starting from a simple product photo.
Estimated credits: ~150 per run.
从一张简单的产品照片开始,制作高端电影质感的产品视频广告。
预估消耗积分: 每次运行约150积分。

Inputs

输入参数

NameTypeRequiredDefaultDescription
product_image
image_urlyesA photo of the product to be used in the advertisement.
scene_description
textnosurrounded by fresh flowers and soft morning sunlightDescription of the scene or background for the product.
名称类型是否必填默认值描述
product_image
image_url用于广告的产品照片。
scene_description
文本被新鲜花朵和柔和的清晨阳光环绕产品的场景或背景描述。

Steps

步骤

Phase A — Premium Product Rendering

A阶段 — 高端产品渲染

If
{{product_image}}
is not provided, ask the user to upload their product photo.
Once the photo is available, submit the plan with ONE step to re-render the product in a premium setting:
  1. Product Rendering
    muapi image edit
    (model=
    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
Present the premium product image to the user for approval.
如果未提供
{{product_image}}
,请要求用户上传产品照片。
获取照片后,提交包含一个步骤的方案,在高端场景中重新渲染产品:
  1. 产品渲染
    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:
  1. Video Ad Generation
    muapi video from-image
    (model=
    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.
图片确认通过后,提交方案将其制作为视频广告:
  1. 视频广告生成
    muapi video from-image
    (模型=
    wan2.5-image-to-video-fast
    ):
    • 参考图片:A阶段生成的高端图片。
    • 提示词:
      电影质感的产品广告视频。流畅的慢动作镜头扫过产品。微妙的环境动态(如树叶摇曳、光线变化)。高品质商业摄影风格,优雅的转场效果,专业外观。
    • 宽高比:16:9或9:16
生成完成后,向用户展示最终的产品视频广告。

Trigger Keywords

触发关键词

product video ad
,
video ad maker
,
cinematic product video
,
commercial video maker
,
professional product ad

product video ad
,
video ad maker
,
cinematic product video
,
commercial video maker
,
professional product ad

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}}
    占位符替换为用户的实际输入。