Seedance 2.5 视频编辑 4K(Intl): AI Video Editor

使用文本prompt通过 Seedance 2.5 视频编辑 4K 修改现有视频——重写光线、风格或环境。可免费试用,按次生成付费。国际区域(Intl)端点。

Tutorial

📝

Overview

About this model

Seedance 2.5 视频编辑 4K 是 Seedance 2.5 系列中的视频编辑端点。它根据自然语言prompt编辑entrada视频——参考视频决定主体身份、构图和运动,而模型会按指示重写光线、风格、天气、环境或特定元素。salida分辨率为 4K(放大)。这是 Muapi 面向国际区域的同一 Seedance 2.5 模型端点,通过 Seegen 的 Dreamina 部署为中国大陆以外的流量提供服务。

1重新布光:无需重新拍摄,将片段的光线从白天改为黄金时刻或夜晚。
2风格迁移:在保持主体运动不变的同时,重新设计现有视频的环境或天气。
3元素替换:通过文本指令替换或修改片段中的特定对象或背景。
4后期润色:调整制作流程中已有素材的氛围或场景。
💰

Pricing & Value

Cost analysis

muapiapp$1.105/sec (4K)

按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the input video."

Default ValueChange the lighting to golden hour and add light fog to the environment.
Vídeo URLstring

要编辑的vídeo URL。超过 30 秒的vídeo会被裁剪为 30 秒。

Default Valuehttps://cdn.muapi.ai/assets/seedance-2.5-video-edit-in.mp4
参考Imagenarray

Reference image URLs guiding subject identity or style. Up to 30 images.

Default Valueundefined
参考Audioarray

Reference audio URLs guiding audio generation. Up to 10 files.

Default Valueundefined
Duración (segundos)int

生成vídeo的duración(秒)。

Default Value5
Relación de aspectoEnum (7 options)

salidavídeo的relación de aspecto。

Default Value16:9
生成Audioboolean

Whether to generate new audio. If false, the input video's original audio is preserved.

Default Valuetrue
种子int

用于复现生成结果的semilla。使用 -1 表示随机。

Default Value42
高比特率boolean

启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。

Default Valuefalse
📖

Implementation Guide

Developer documentation

Cómo usar Seedance 2.5 视频编辑 4K

  1. 提供源视频

    • 传入一个 video URL。超过 30s 的视频会被裁剪为 30s。
  2. 编写编辑指令

    • prompt 中描述所需的变化——光线、风格、天气、环境或特定元素。
    • 示例:“将光线改为黄金时刻,并在环境中加入薄雾。”
  3. 可选参考素材

    • 使用 images_list(最多 30 个)引导主体身份或风格,使用 audios_list(最多 10 个)引导音频生成。
  4. 配置salida

    • 设置 duration(4–30s)、aspect_ratiogenerate_audio,并可选设置 seed
  5. 通过 API 提交

curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-intl-video-edit-4k \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Change the lighting to golden hour and add light fog to the environment.",
    "video": "https://example.com/input.mp4",
    "duration": 5
  }'
  1. 轮询并下载
    • 轮询 GET /api/v1/predictions/{request_id}/result,直到 statuscompleted,然后从 output 获取视频 URL。

Common Questions

Frequently asked

Intl 端点有什么不同?

请求/响应格式没有区别——它是同一个 Seedance 2.5 模型,通过 Seegen 的 Dreamina 部署为国际区域流量提供服务,而不是通过面向中国大陆的 Doubao 部署。价格相同。

Seedance 2.5 视频编辑能做什么?

它根据文本prompt编辑现有视频——entrada视频决定主体身份、构图和运动,而prompt控制光线、风格、天气、环境或特定元素。

它会保留原视频的运动吗?

会——参考视频决定构图和运动;prompt只控制需要重写的内容(光线、风格、环境和特定元素)。

费用是多少?

按基础每秒费率的 65% 计费(4K 为 $1.105/sec),计费时长为entrada视频与生成salida的总时长,因为始终存在视频参考。

entrada视频最长可以多长?

超过 30 秒的视频会在编辑前自动裁剪为 30 秒。

可以保留原始音频吗?

可以——将 `generate_audio` 设置为 `false`,即可保留entrada视频的原始音频,而不是生成新音频。