Domain name for API request: vod.tencentcloudapi.com.
Create rebuild media template.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateRebuildMediaTemplate. |
Version | Yes | String | Common Params. The value used for this API: 2018-07-17. |
Region | No | String | Common Params. This parameter is not required. |
Container | Yes | String | The output container format. Valid values: mp4 , flv , hls . |
SubAppId | No | Integer | The VOD subapplication ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty. |
Name | No | String | The remaster template name. |
Comment | No | String | The template description. |
RebuildVideoInfo | No | RebuildVideoInfo | The video remaster parameters. |
RebuildAudioInfo | No | RebuildAudioInfo | The audio remaster parameters. |
TargetVideoInfo | No | RebuildMediaTargetVideoStream | The output video parameters. |
TargetAudioInfo | No | RebuildMediaTargetAudioStream | The output audio parameters. |
RemoveVideo | No | Integer | Whether to remove video data. Valid values:0 : No1 : YesDefault value: 0. |
RemoveAudio | No | String | Whether to remove audio data. Valid values:0 : No1 : YesDefault value: 0. |
Parameter Name | Type | Description |
---|---|---|
Definition | Integer | Rebuild Media Template ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
CreateRebuildMediaTemplate
POST / HTTP/1.1
Host: vod.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateRebuildMediaTemplate
<Public Request Parameter>
{
"Name": "rebuildMediaTestTempalte",
"Container": "mp4",
"RebuildVideoInfo": {
"RepairInfo": {
"Switch": "ON"
}
}
}
{
"Response": {
"Definition": 20001,
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.VideoCodec | Invalid parameter: video stream encoder. |
Was this page helpful?