Seedance 2.5 视频编辑: AI Video Editor

使用 Seedance 2.5 Video Edit 根据文本提示编辑现有视频——重写光照、风格或环境。免费试用,按次付费。

Tutorial

📝

Overview

About this model

Seedance 2.5 Video Edit 是 Seedance 2.5 系列中的视频编辑端点。它根据自然语言提示编辑entrada视频——参考视频决定主体身份、构图和运动,而模型则按指示重写光照、风格、天气、环境或特定元素。salida分辨率为 720p。

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

Pricing & Value

Cost analysis

muapiapp$0.221/sec (720p)

按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 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

Seedance 2.5 视频编辑使用指南

  1. 提供源视频

    • 传入 video URL。超过 30 秒的视频会被裁剪为 30 秒。
  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-video-edit \
  -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

Seedance 2.5 Video Edit 能做什么?

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

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

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

费用是多少?

按基础每秒费率的 65%(720p 为 $0.221/sec)计费,计算entrada视频加生成salida的总时长,因为始终存在视频参考。

entrada视频最长可以多长?

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

可以保留原始音频吗?

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