关于此模型
Autocrop 使用 AI 驱动的主体跟踪,将视频中的任意片段智能重新构图为目标画面比例。只需提供源视频 URL、开始和结束时间以及所需画面比例,该工具即可完成其余工作,确保关键主体在整个片段中始终位于画面中央。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | /bin/zsh.05 每个片段 + /bin/zsh.05/分钟 | Competitive per-clip 定价 with duration-based billing — ideal for short clips. |
| Fal.ai | 暂不可用 | Fal.ai 不提供 an equivalent autocrop endpoint. |
| Replicate | 暂不可用 | Replicate 不提供 an equivalent autocrop endpoint. |
Competitive per-clip 定价 with duration-based billing — ideal for short clips.
Fal.ai 不提供 an equivalent autocrop endpoint.
Replicate 不提供 an equivalent autocrop endpoint.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 视频 URL | string | 要裁剪的源视频 URL。 | https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4 |
| 开始时间(秒) | int | Start time of the segment to crop (秒). | 0 |
| 结束时间(秒) | int | End time of the segment to crop (秒). | 60 |
| 画面比例 | 枚举(6 个选项) | 生成片段的画面比例。 | 9:16 |
要裁剪的源视频 URL。
https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4Start time of the segment to crop (秒).
0End time of the segment to crop (秒).
60生成片段的画面比例。
9:16开发者文档
准备输入
提交请求
获取结果
常见问答
AI Clipping 会从完整视频中自动发现精彩片段。Autocrop 允许你指定确切片段(开始和结束时间),并将其重新构图为所选画面比例——不涉及精彩片段检测。
目前支持的画面比例为 9:16(竖屏)、1:1(方形)和 4:5。
费用根据要裁剪的片段时长计算:输入每分钟 /bin/zsh.05,另加每个片段固定 /bin/zsh.05。
每个请求处理一个片段。要裁剪同一视频中的不同片段,请提交多个请求。