Submits a job to segment a long video into multiple video segments. The output can be multiple video files or a new media asset.
Operation description
This is an asynchronous API. After you submit a job, the system returns a job ID and processes the job in the background. You can get the results through a callback notification or by calling the Get smart task results operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitSegmentationJob |
create |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
A client token to ensure request idempotence. |
****12e8864746a0a398**** |
| InputConfig |
string |
No |
The input configuration. For more information, see InputConfig. |
{ "Type": "OSS", "Media": "http://test-bucket.oss-cn-shanghai.aliyuncs.com/test.mp4" } 或 { "Type": "Media", "Media": "ce49a020e****1ef81c1e6f6d5686302" } |
| OutputConfig |
string |
No |
The output configuration. For more information, see OutputConfig. |
{ "OutputMediaTarget": "oss-object", "Bucket": "test-bucket", "ObjectKey": "path/to/test_{index}.mp4", "Width": 1920, "Height": 1080, "ExportAsNewMedia": false } |
| UserData |
string |
No |
Custom user data in JSON format, with a maximum length of 512 bytes. |
{"test": "22"} |
| JobParams |
string |
No |
The job parameters. For more information, see JobParams. |
{ "Mode": "UserDefined", "Ranges": [{ "In": 10, "Out": 20 }, { "In": 35, "Out": 50 }] } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema. |
||
| RequestId |
string |
The unique ID of the request. |
******3B-0E1A-586A-AC29-742247****** |
| JobId |
string |
The ID of the segmentation job. |
****cdb3e74639973036bc84**** |
Examples
Success response
JSON format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******\n",
"JobId": "****cdb3e74639973036bc84****\n"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.