Queries the details of custom transcoding templates.
Usage notes
You can call this operation to query up to 10 custom transcoding templates at a time.
QPS limit
You can call this operation up to 100 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. For more information, see QPS limit.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | QueryTemplateList | The operation that you want to perform. Set the value to QueryTemplateList. |
| TemplateIds | String | Yes | 16f01ad6175e4230ac42bb5182cd****,88c6ca184c0e424d5w5b665e2a12**** | The IDs of the custom transcoding templates that you want to query. You can query up to 10 custom transcoding templates at a time. Separate multiple IDs of custom transcoding templates with commas (,). |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| NonExistTids | Array of String | 88c6ca184c0e424d5w5b665e2a12**** | The IDs of the templates that do not exist. This parameter is not returned if all specified transcoding templates are found. |
| TemplateList | Array of Template | The details of the custom transcoding templates. |
|
| Template | |||
| Video | Object | The video codec configuration. |
|
| Bufsize | String | 6000 | The size of the buffer.
|
| LongShortMode | String | false | Indicates whether the auto-rotate screen feature is enabled.
|
| Degrain | String | 10 | The level of quality control on the video. |
| BitrateBnd | Object | The average bitrate range of the video. |
|
| Max | String | 100 | The upper limit of the total bitrate. Unit: Kbit/s. |
| Min | String | 500 | The lower limit of the total bitrate. Unit: Kbit/s. |
| PixFmt | String | yuv420p | The pixel format of the video. Valid values: Standard pixel formats such as yuv420p and yuvj420p. |
| Pad | String | 1280:800:0:140 | The black borders to be added to the video. Format: width:height:left:top. Example: 1280:800:0:140. |
| Codec | String | H.264 | The video codec. Default value: H.264. |
| Height | String | 800 | The height of the video.
|
| Qscale | String | 1 | The strength of the independent noise reduction algorithm. |
| Crop | String | border | The method of video cropping. Valid values:
|
| Bitrate | String | 200 | The average bitrate of the video. Unit: Kbit/s. |
| Maxrate | String | 500 | The maximum bitrate of the video. Unit: Kbit/s. |
| MaxFps | String | 60 | The maximum frame rate. |
| Profile | String | high | The codec profile. Valid values:
|
| Crf | String | 15 | The bitrate quality control factor.
|
| Remove | String | false | Indicates whether the video stream is deleted. Valid values:
|
| Gop | String | 10 | The maximum number of frames between two keyframes. Default value: 250. |
| Width | String | 256 | The width of the output video.
|
| Fps | String | 25 | The frame rate.
|
| Preset | String | medium | The preset video algorithm. Valid values: veryfast, fast, medium, slow, and slower. Default value: medium. |
| ScanMode | String | interlaced | The scan mode. Valid audio codecs:
|
| ResoPriority | String | heightFirst | The policy of resolution adjustment. Valid values: CropFirst, widthFirst, and heightFirst. |
| TransConfig | Object | The general transcoding configurations. |
|
| IsCheckAudioBitrate | String | false | Indicates whether the audio bitrate is checked. If this parameter is set to true and the system detects that the bitrate of the output audio is greater than the bitrate of the input audio, the bitrate of the input audio is retained after transcoding. In this case, the specified audio bitrate does not take effect. This parameter has a lower priority than the IsCheckAudioBitrateFail parameter. Valid values:
|
| TransMode | String | onepass | The transcoding mode. Default value: onepass. Valid values:
|
| IsCheckReso | String | false | Indicates whether the resolution is checked. If this parameter is set to true and the system detects that the output resolution is higher than the input resolution based on the width or height, the system considers that the output resolution equals the input resolution.
|
| IsCheckVideoBitrateFail | String | false | Indicates whether video bitrate check errors are allowed. This parameter takes precedence over the IsCheckVideoBitrate parameter.
|
| AdjDarMethod | String | none | The method of resolution adjustment. Default value: none. Valid values:
|
| IsCheckVideoBitrate | String | false | Indicates whether the video bitrate is checked. If this parameter is set to true and the system detects that the video bitrate of the output file is greater than that of the input file, the video bitrate of the input file is retained after transcoding. Valid values:
|
| IsCheckResoFail | String | false | Indicates whether the resolution is checked. If this parameter is set to true and the system detects that the output resolution is higher than the input resolution based on the width or height, a transcoding failure is returned.
|
| IsCheckAudioBitrateFail | String | false | Indicates whether audio bitrate check errors are allowed. This parameter takes precedence over the IsCheckAudioBitrate parameter.
|
| State | String | Normal | The status of the template. Valid values:
|
| MuxConfig | Object | The transmuxing configuration. |
|
| Webp | Object | The transmuxing configuration for WebP. |
|
| Loop | String | 0 | The loop count. |
| Gif | Object | The transmuxing configuration for GIF. |
|
| FinalDelay | String | 0 | The duration for which the final frame is paused. |
| DitherMode | String | sierra | The color dithering algorithm of the palette. Valid values: sierra and bayer. |
| Loop | String | 0 | The loop count. |
| IsCustomPalette | String | false | Indicates whether the custom palette is used. |
| Segment | Object | The segment configuration. |
|
| Duration | String | 10 | The length of the segment. Unit: seconds. |
| Name | String | MPS-example | The name of the template. |
| Audio | Object | The audio codec configuration. |
|
| Profile | String | aac_low | The codec profile of the audio. Valid values when the Codec parameter is set to aac:
|
| Remove | String | false | Indicates whether the audio stream is deleted. Valid values:
|
| Codec | String | aac | The audio codec. Default audio codec: AAC. Valid values:
|
| Samplerate | String | 44100 | The sampling rate.
|
| Qscale | String | 1 | The strength of the independent noise reduction algorithm. |
| Channels | String | 2 | The number of sound channels. Default value: 2. |
| Bitrate | String | 500 | The audio bitrate of the output file.
|
| Id | String | 16f01ad6175e4230ac42bb5182cd**** | The ID of the transcoding template. |
| Container | Object | The container configuration. |
|
| Format | String | flv | The container format. Valid values: flv, mp4, ts, m3u8, gif, mp3, ogg, and flac. |
| RequestId | String | BC860F04-778A-472F-AB39-E1BF329C1EA8 | The ID of the request. |
Examples
Sample requests
http(s)://mts.cn-hangzhou.aliyuncs.com/?Action=QueryTemplateList
&TemplateIds=16f01ad6175e4230ac42bb5182cd****,88c6ca184c0e424d5w5b665e2a12****
&<Common request parameters>
Sample success responses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<QueryTemplateListResponse>
<NonExistTids>88c6ca184c0e424d5w5b665e2a12****</NonExistTids>
<TemplateList>
<Video>
<Bufsize>6000</Bufsize>
<LongShortMode>false</LongShortMode>
<Degrain>10</Degrain>
<BitrateBnd>
<Max>100</Max>
<Min>500</Min>
</BitrateBnd>
<PixFmt>yuv420p</PixFmt>
<Pad>1280:800:0:140</Pad>
<Codec>H.264</Codec>
<Height>800</Height>
<Qscale>1</Qscale>
<Crop>border</Crop>
<Bitrate>200</Bitrate>
<Maxrate>500</Maxrate>
<MaxFps>60</MaxFps>
<Profile>high</Profile>
<Crf>15</Crf>
<Remove>false</Remove>
<Gop>10</Gop>
<Width>256</Width>
<Fps>25</Fps>
<Preset>medium</Preset>
<ScanMode>interlaced</ScanMode>
<ResoPriority>heightFirst</ResoPriority>
</Video>
<TransConfig>
<IsCheckAudioBitrate>false</IsCheckAudioBitrate>
<TransMode>onepass</TransMode>
<IsCheckReso>false</IsCheckReso>
<IsCheckVideoBitrateFail>false</IsCheckVideoBitrateFail>
<AdjDarMethod>none</AdjDarMethod>
<IsCheckVideoBitrate>false</IsCheckVideoBitrate>
<IsCheckResoFail>false</IsCheckResoFail>
<IsCheckAudioBitrateFail>false</IsCheckAudioBitrateFail>
</TransConfig>
<State>Normal</State>
<MuxConfig>
<Webp>
<Loop>0</Loop>
</Webp>
<Gif>
<FinalDelay>0</FinalDelay>
<DitherMode>sierra</DitherMode>
<Loop>0</Loop>
<IsCustomPalette>false</IsCustomPalette>
</Gif>
<Segment>
<Duration>10</Duration>
</Segment>
</MuxConfig>
<Name>MPS-example</Name>
<Audio>
<Profile>aac_low</Profile>
<Remove>false</Remove>
<Codec>aac</Codec>
<Samplerate>44100</Samplerate>
<Qscale>1</Qscale>
<Channels>2</Channels>
<Bitrate>500</Bitrate>
</Audio>
<Id>16f01ad6175e4230ac42bb5182cd****</Id>
<Container>
<Format>flv</Format>
</Container>
</TemplateList>
<RequestId>BC860F04-778A-472F-AB39-E1BF329C1EA8</RequestId>
</QueryTemplateListResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"NonExistTids" : [ "88c6ca184c0e424d5w5b665e2a12****" ],
"TemplateList" : [ {
"Video" : {
"Bufsize" : "6000",
"LongShortMode" : "false",
"Degrain" : "10",
"BitrateBnd" : {
"Max" : "100",
"Min" : "500"
},
"PixFmt" : "yuv420p",
"Pad" : "1280:800:0:140",
"Codec" : "H.264",
"Height" : "800",
"Qscale" : "1",
"Crop" : "border",
"Bitrate" : "200",
"Maxrate" : "500",
"MaxFps" : "60",
"Profile" : "high",
"Crf" : "15",
"Remove" : "false",
"Gop" : "10",
"Width" : "256",
"Fps" : "25",
"Preset" : "medium",
"ScanMode" : "interlaced",
"ResoPriority" : "heightFirst"
},
"TransConfig" : {
"IsCheckAudioBitrate" : "false",
"TransMode" : "onepass",
"IsCheckReso" : "false",
"IsCheckVideoBitrateFail" : "false",
"AdjDarMethod" : "none",
"IsCheckVideoBitrate" : "false",
"IsCheckResoFail" : "false",
"IsCheckAudioBitrateFail" : "false"
},
"State" : "Normal",
"MuxConfig" : {
"Webp" : {
"Loop" : "0"
},
"Gif" : {
"FinalDelay" : "0",
"DitherMode" : "sierra",
"Loop" : "0",
"IsCustomPalette" : "false"
},
"Segment" : {
"Duration" : "10"
}
},
"Name" : "MPS-example",
"Audio" : {
"Profile" : "aac_low",
"Remove" : "false",
"Codec" : "aac",
"Samplerate" : "44100",
"Qscale" : "1",
"Channels" : "2",
"Bitrate" : "500"
},
"Id" : "16f01ad6175e4230ac42bb5182cd****",
"Container" : {
"Format" : "flv"
}
} ],
"RequestId" : "BC860F04-778A-472F-AB39-E1BF329C1EA8"
}
Error codes
For a list of error codes, see Service error codes.