使用 Seedance 2.5 视频编辑 1080p 根据文本提示编辑现有视频——重写光线、风格或环境。免费试用——按次生成付费。
About this model
Seedance 2.5 视频编辑 1080p 是 Seedance 2.5 系列中的视频编辑端点。它可根据自然语言prompt编辑entrada视频——参考视频决定主体身份、构图和运动,而模型会按指示重写光线、风格、天气、环境或特定元素。salida分辨率为 1080p(原生)。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.5525/sec (1080p) | 按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。 |
按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the input video." | Change the lighting to golden hour and add light fog to the environment. |
| Vídeo URL | string | 要编辑的vídeo URL。超过 30 秒的vídeo会被裁剪为 30 秒。 | https://cdn.muapi.ai/assets/seedance-2.5-video-edit-in.mp4 |
| 参考Imagen | array | Reference image URLs guiding subject identity or style. Up to 30 images. | undefined |
| 参考Audio | array | Reference audio URLs guiding audio generation. Up to 10 files. | undefined |
| Duración (segundos) | int | 生成vídeo的duración(秒)。 | 5 |
| Relación de aspecto | Enum (7 options) | salidavídeo的relación de aspecto。 | 16:9 |
| 生成Audio | boolean | Whether to generate new audio. If false, the input video's original audio is preserved. | true |
| 种子 | int | 用于复现生成结果的semilla。使用 -1 表示随机。 | 42 |
| 高比特率 | boolean | 启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。 | false |
Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the input video."
Change the lighting to golden hour and add light fog to the environment.要编辑的vídeo URL。超过 30 秒的vídeo会被裁剪为 30 秒。
https://cdn.muapi.ai/assets/seedance-2.5-video-edit-in.mp4Reference image URLs guiding subject identity or style. Up to 30 images.
undefinedReference audio URLs guiding audio generation. Up to 10 files.
undefined生成vídeo的duración(秒)。
5salidavídeo的relación de aspecto。
16:9Whether to generate new audio. If false, the input video's original audio is preserved.
true用于复现生成结果的semilla。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
提供源视频
video URL。超过 30s 的视频会被裁剪为 30s。编写编辑指令
prompt 中描述所需的变化——光线、风格、天气、环境或特定元素。可选参考素材
images_list(最多 30 个)引导主体身份或风格,使用 audios_list(最多 10 个)引导音频生成。配置salida
duration(4–30s)、aspect_ratio、generate_audio,并可选设置 seed。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-video-edit-1080p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "将光线改为黄金时段,并为环境添加薄雾。",
"video": "https://example.com/input.mp4",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。Frequently asked
它可根据文本prompt编辑现有视频——entrada视频决定主体身份、构图和运动,而prompt控制要重写的光线、风格、天气、环境或特定元素。
会——参考视频决定构图和运动;prompt只控制被重写的内容(光线、风格、环境和特定元素)。
按基础每秒费率的 65% 计费(1080p 为 $0.5525/sec),按entrada视频与生成salida的总时长计费,因为始终存在视频参考。
超过 30 秒的视频会在编辑前自动裁剪为 30 秒。
可以——将 `generate_audio` 设置为 `false`,即可保留entrada视频的原始音频,而不是生成新音频。