Creates a transcoding template group or adds transcoding templates to a transcoding template group.
Operation description
- You cannot perform custom operations on transcoding template groups that are locked in the ApsaraVideo VOD console. You can call the GetTranscodeTemplateGroup operation to query the information about a transcoding template group and check whether the transcoding template group is locked based on the value of the Locked parameter. You can call the UpdateTranscodeTemplateGroup operation to unlock a transcoding template group if it is locked. Then, you can perform custom operations on the transcoding template group.
- An Object Storage Service (OSS) bucket is required to store files that are used for transcoding. You cannot create a transcoding template group if no bucket is available. To activate a bucket, perform the following operations: Log on to the ApsaraVideo VOD console. In the left-side navigation pane, choose Configuration Management > Media Management > Storage. On the Storage page, activate the bucket that is allocated by ApsaraVideo VOD.
- You cannot add transcoding templates to the No Transcoding template group.
- You can create a maximum of 20 transcoding template groups.
- You can add a maximum of 20 transcoding templates to a transcoding template group.
- If you want to generate a URL for adaptive bitrate streaming, you can add video packaging templates to a transcoding template group. You can add a maximum of 10 video packaging templates to a transcoding template group. If you add more than 10 video packaging templates, URLs of the video transcoded based on the video packaging templates are generated but the URL for adaptive bitrate streaming is not generated.
QPS limits
You can call this operation up to five times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | No | The name of the transcoding template group.
Note
You must specify TranscodeTemplateGroupId or Name in the request.
| transcodetemplate |
TranscodeTemplateList | string | No | The configurations of the transcoding template. The value is a string in JSON format. For more information about the data structure, see TranscodeTemplate . Note
| [{"Video":{"Bitrate":"400","Codec":"H.264","Fps":"30","Height":""},"Definition":"SD","Container":{"Format":"mp4"},"TemplateName":"testName","MuxConfig":{},"Audio":{"Codec":"AAC","Bitrate":"64","Samplerate":"44100"}}] |
TranscodeTemplateGroupId | string | No | The ID of the transcoding template group. If a transcoding template group ID is specified, you can add transcoding templates to the template group. Note
You must specify TranscodeTemplateGroupId or Name in the request.
| 4c71a339fe52b4fa6f4527**** |
AppId | string | No | The application ID. Default value: app-1000000. For more information, see Use the multi-application service. | app-**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"TranscodeTemplateGroupId": "34e908aa4024af7821c31f93a2a****",
"RequestId": "25818875-5F78-4AF6-D7393642CA58****"
}
Error codes
For a list of error codes, visit the Service error codes.
Common errors
The following table describes the common errors that this operation can return.
Error code | Error message | HTTP status code | Description |
---|---|---|---|
InvalidStorage.NotFound | The storage info dose not exist. | 404 | The error message returned because the storage path is not specified. |
InvalidTranscodeTemplateGroup.NotFound | The transcode template group does not exist. | 404 | The error message returned because the specified transcoding template group does not exist. |
Forbidden.LockedTemplateGroup | The transcode template group has been locked. | 403 | The error message returned because the specified template group is locked and cannot be managed. To manage the template group, contact the ApsaraVideo VOD technical support. |
Forbidden.SpecialTemplateGroup | The transcode template group is using for special purpose. | 403 | The error message returned because the specified transcoding template group is used for a special purpose and you cannot add transcoding templates to the group. For example, the No Transcoding and Storage Only template groups are used for special purposes. |
TrasncodeTemplateGroupExceededMax | The transcode template group size exceeded maximum. | 400 | The error message returned because the number of transcoding template groups exceeds the upper limit. You can create a maximum of 20 transcoding template groups. |
TranscodeTemplateExceededMax | The template transcode template config size exceeded maximum. | 400 | The error message returned because the number of transcoding templates that are added to the specified transcoding template group exceeds the upper limit. You can add a maximum of 20 transcoding templates to a transcoding template group. |
WatermarkExceededMax | The watermark size exceeded maximum. | 400 | The error message returned because the number of watermark IDs that are associated with a transcoding template in the transcoding template group exceeds the upper limit. You can associate a maximum of four watermark IDs with a transcoding template. |