このモデルについて
Autocrop 使用 AI 驱动的主体跟踪,将视频中的任意片段智能重新构图为目标アスペクト比。只需提供源视频 URL、开始和结束时间以及所需アスペクト比,该工具即可完成其余工作,确保关键主体在整个片段中始终位于画面中央。
コスト分析
| プロバイダー | 費用 | 備考 |
|---|---|---|
| muapiapp | /bin/zsh.05 per clip + /bin/zsh.05/min | Competitive per-clip pricing with duration-based billing — ideal for short clips. |
| Fal.ai | 提供なし | Fal.ai does not offer an equivalent autocrop endpoint. |
| Replicate | 提供なし | Replicate does not offer an equivalent autocrop endpoint. |
Competitive per-clip pricing with duration-based billing — ideal for short clips.
Fal.ai does not offer an equivalent autocrop endpoint.
Replicate does not offer 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 in seconds. | 0 |
| 结束时间(秒) | int | End time of the segment to crop in seconds. | 60 |
| アスペクト比 | Enum(6個の選択肢) | 生成片段的アスペクト比。 | 9:16 |
要裁剪的源動画 URL。
https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4Start time of the segment to crop in seconds.
0End time of the segment to crop in seconds.
60生成片段的アスペクト比。
9:16開発者ドキュメント
準備入力
リクエスト送信
获取结果
FAQ
AI Clipping 会从完整视频中自动发现精彩片段。Autocrop 允许你指定确切片段(开始和结束时间),并将其重新构图为所选アスペクト比——不涉及精彩片段检测。
目前支持的アスペクト比为 9:16(竖屏)、1:1(方形)和 4:5。
费用根据要裁剪的片段时长计算:入力每分钟 /bin/zsh.05,另加每个片段固定 /bin/zsh.05。
每个请求处理一个片段。要裁剪同一视频中的不同片段,请提交多个请求。