videoCutRandom
Extract a video clip from any video URL by specifying start and end positions as percentages of duration. Provides the cut segment directly.
Instructions
输入视频链接,输入截取的起始和结束位置,即可截取位置获得对应的视频片段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endPlace | No | 裁剪视频的结束位置,时长的百分比 | |
| videoUrl | Yes | 视频URL地址 | |
| startPlace | No | 裁剪视频的起始位置,时长的百分比 |