tencent cloud

APIs

CreateTranscodeTemplate

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-09-18 16:50:16

1. API Description

Domain name for API request: vod.intl.tencentcloudapi.com.

Create custom transcoding templates. Maximum quantity: 100.

A maximum of 100 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: CreateTranscodeTemplate.
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

Container format. Valid values: mp4, flv, hls, mp3, flac, ogg, m4a, and wav. Among them, mp3, flac, ogg, m4a, and wav are for audio-only files.

SubAppId No Integer

On-demand application ID. For customers who activate on-demand services from December 25, 2023, this field must be filled in as the app ID when accessing resources in on-demand applications (whether the default application or a newly created application).

Name No String

Transcoding template name. Length limit: 64 characters.

Comment No String

Transcoding template description. Length limit: 256 characters.

RemoveVideo No Integer

Indicates whether to remove video data. Valid values:

  • 0: Data is reserved.
  • 1: Data is removed.
  • Default value: 0.
    RemoveAudio No Integer

    Indicates whether to remove audio data. Valid values:

  • 0: Data is reserved.
  • 1: Data is removed.
  • Default value: 0.
    VideoTemplate No VideoTemplateInfo

    Video stream configuration parameters. This field is required when RemoveVideo is 0.

    AudioTemplate No AudioTemplateInfo

    Audio stream configuration parameters. This field is required when RemoveAudio is 0.

    TEHDConfig No TEHDConfig

    Top Speed Codec transcoding parameters.

    EnhanceConfig No EnhanceConfig

    Audio/video enhancement configurations.

    SegmentType No String

    Segment type. Valid when Container is hls. Available values:

  • ts: ts slicing;
  • fmp4: fmp4 slicing.
  • Default value: ts.
    StdExtInfo No String

    Extended parameter.

    3. Output Parameters

    Parameter Name Type Description
    Definition Integer

    Unique identifier of the transcoding template.

    RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

    4. Example

    Example1 Creating a Transcoding Template

    Creating a Transcoding Template

    Input Example

    POST / HTTP/1.1
    Host: vod.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: CreateTranscodeTemplate
    <Common request parameters>
    
    {
        "RemoveVideo": 0,
        "Container": "mp4",
        "Name": "Transcoding Template 1",
        "AudioTemplate": {
            "SampleRate": 200,
            "Codec": "libfdk_aac",
            "Bitrate": 200
        },
        "VideoTemplate": {
            "Codec": "libx264",
            "Bitrate": 256,
            "Fps": 45
        },
        "RemoveAudio": 0
    }

    Output Example

    {
        "Response": {
            "Definition": 1008,
            "RequestId": "12ae8d8e-dce3-4151-9d4b-5594145287e1"
        }
    }

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation Operation failed.
    FailedOperation.InvalidVodUser The VOD service is not activated.
    InternalError Internal error.
    InvalidParameter Parameter error.
    InvalidParameterValue Parameter value error.
    InvalidParameterValue.AudioBitrate Parameter error: audio stream bitrate.
    InvalidParameterValue.AudioChannel Parameter value error: AudioChannel.
    InvalidParameterValue.AudioCodec Parameter error: audio stream encoding format.
    InvalidParameterValue.AudioSampleRate Parameter error: audio stream sampling rate.
    InvalidParameterValue.Bitrate Invalid audio/video bitrate.
    InvalidParameterValue.Codec Invalid audio/video coding format.
    InvalidParameterValue.Comment Parameter error: description of this template.
    InvalidParameterValue.Container Parameter error: Muxing format.
    InvalidParameterValue.FillType Parameter error: incorrect filling method.
    InvalidParameterValue.Fps Parameter error: video frame rate.
    InvalidParameterValue.Height Parameter error: height.
    InvalidParameterValue.Name Parameter value error: Name exceeds the length limit.
    InvalidParameterValue.RemoveAudio Invalid parameter value: RemoveAudio.
    InvalidParameterValue.RemoveVideo Invalid parameter value: RemoveVideo.
    InvalidParameterValue.Resolution Parameter error: Resolution error.
    InvalidParameterValue.ResolutionAdaptive Invalid ResolutionAdaptive.
    InvalidParameterValue.TEHDType Parameter value error: TEHD Type is invalid.
    InvalidParameterValue.Type Type parameter value error.
    InvalidParameterValue.Vcrf Parameter error: vcrf.
    InvalidParameterValue.VideoBitrate Parameter error: video stream bitrate.
    InvalidParameterValue.VideoCodec Parameter error: video stream encoding format.
    InvalidParameterValue.Width Parameter error: width.
    LimitExceeded.TooMuchTemplate Exceed the limit: The number of templates exceeds the upper limit of 100. If needed, submit a ticket (https://console.tencentcloud.com/workorder/category).
    UnauthorizedOperation Unauthorized operation.

    도움말 및 지원

    문제 해결에 도움이 되었나요?

    피드백