Spicy Seedance 2.5 视频延展 1080p: AI Video Editor

使用 Seedance 2.5 Video Extend 1080p 为现有视频延展全新的电影感续段。免费试用——按次生成付费。高强度(Spicy)端点,价格比标准版高 10%。

Tutorial

📝

Overview

About this model

Seedance 2.5 Video Extend 1080p 是 Seedance 2.5 系列中的视频延展端点。它根据Eingabe视频的最后一帧和自然语言Prompt生成新的电影感续段,并可选择向目标结束帧进行插帧。Ausgabe分辨率为 1080p(原生)。这是同一 Seedance 2.5 模型的 Muapi Spicy 端点——标准版的高强度同系列版本,画面风格更加大胆、对比度更高。

1延续镜头:延长现有片段,加入新的镜头运动或动作,无缝衔接前一段内容。
2脚本化转场:从片段最后一帧向指定目标帧插帧,实现受控的场景切换。
3批量延展:无需重新生成原始素材,即可将许多短片段延展为更长的序列。
4故事续写:仅用文字描述,为生成或拍摄的序列添加下一段情节。
💰

Pricing & Value

Cost analysis

muapiapp$0.5525/sec (1080p)

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

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

⚙️

Technical Details

Configuration schema

Promptstring

期望的电影感延续内容——动作、镜头运动、光照和情绪。

Default ValueThe car keeps driving down the coastal road as the sun sets, camera slowly pulling back.
Video URLstring

要延长的Video URL。生成会从Video末帧继续。

Default Valuehttps://cdn.muapi.ai/assets/seedance-2.5-video-extend-in.mp4
最后一帧Bildstring

Optional target frame URL. When set, the continuation interpolates from the input video's final frame toward this image.

Default Valueundefined
Dauer (Sekunden)int

延长片段的Dauer(秒)。

Default Value5
SeitenverhältnisEnum (7 options)

AusgabeVideo的Seitenverhältnis。

Default Value16:9
生成Audioboolean

是否为新片段生成同步Audio。

Default Valuetrue
种子int

用于复现生成结果的Zufallswert (Seed)。使用 -1 表示随机。

Default Value42
高比特率boolean

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

Default Valuefalse
📖

Implementation Guide

Developer documentation

Verwendung Seedance 2.5 Video Extend 1080p

  1. 提供源视频

    • 传入一个 video URL。生成会从其最后一帧继续。
  2. 描述续段内容

    • prompt 中描述所需的动作、镜头运动、光线和氛围。
    • 示例:"The car keeps driving down the coastal road as the sun sets, camera slowly pulling back."
  3. 可选目标帧

    • 设置 last_image,使生成从Eingabe视频的最后一帧向指定目标图像进行插帧。
  4. 配置Ausgabe

    • 设置 duration(4–30s)来指定新片段的时长,并配置 aspect_ratiogenerate_audio,还可以选择设置 seed
  5. 通过 API 提交

curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-spicy-video-extend-1080p \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "The car keeps driving down the coastal road as the sun sets, camera slowly pulling back.",
    "video": "https://example.com/input.mp4",
    "duration": 5
  }'
  1. 轮询并下载
    • 轮询 GET /api/v1/predictions/{request_id}/result,直到 statuscompleted,然后从 output 中获取视频 URL。

Common Questions

Frequently asked

Spicy 端点有什么不同?

请求/响应结构与标准端点相同,但运行在高强度 Spicy 层级,动作更具戏剧性、对比度更高。价格比标准版高 10%。

Seedance 2.5 Video Extend 能做什么?

它会将从Eingabe视频最后一帧开始、由文字Prompt引导生成的全新电影感续段追加到Eingabe视频后面。

`last_image` 有什么作用?

这是一个可选的目标帧 URL。设置后,续段会从Eingabe视频的最后一帧向该图像进行插帧,而不是仅根据Prompt生成。

费用是多少?

按基础每秒费率的 65% 计费(1080p 为 $0.5525/sec),计费时长为Eingabe视频与生成续段的合计时长,因为始终存在视频参考。

延展片段可以有多长?

时长可通过 `duration` 参数配置在 4 到 30 秒之间。

延展结果包含音频吗?

默认包含音频——将 `generate_audio` 设置为 `false` 即可跳过为新片段生成同步音频。