修改模板
更新时间:2022-09-26
接口描述
本接口用于修改转码流模板
请求结构
PUT /v1/transcodeTemplate/{templateId} HTTP/1.1
x-bce-date: 2020-03-25T09:28:13Z
host: evs.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/e8e4a9ced6794355a9a1b8a20b58d37b/2020-03-25T09:28:13Z/1800/content-type;host;x-date/4a1692dc4bab84f5801f79ea0c1fece3601cf73ecd94409d2a94b3942b971715
{
"templateName": templateName,
"encodeType": encodeType,
"height": height,
"width": width,
}
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 参数位置 | 描述 |
---|---|---|---|
templateId | Long | URL参数 | 模板ID |
teamplateName | String | RequestBody参数 | 模板名称 |
type | String | RequestBody参数 | 模板类型("PRESET":内置,"CUSTOM":自定义) |
description | String | RequestBody参数 | 模板描述 |
encodeType | String | RequestBody参数 | 编码类型("H264") |
width | Integer | RequestBody参数 | 分辨率宽 |
height | Integer | RequestBody参数 | 分辨率高 |
bitRate | Integer | RequestBody参数 | 码率,0:(原始码率) |
fps | Integer | RequestBody参数 | 帧率(1-120),0:(原始帧率) |
keyframeMaxInterval | Integer | RequestBody参数 | 关键帧最大间隔(fps的倍数),0:(原始关键帧) |
createTime | Date | RequestBody参数 | 创建时间(utc时间格式) |
响应头域
除公共头域外,无其它特殊头域。
响应参数
无
请求示例
PUT /v1/transcodeTemplate/98 HTTP/1.1
x-bce-date: 2020-03-25T09:28:13Z
host: evs.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/e8e4a9ced6794355a9a1b8a20b58d37b/2020-03-25T09:28:13Z/1800/content-type;host;x-date/4a1692dc4bab84f5801f79ea0c1fece3601cf73ecd94409d2a94b3942b971715
{
"templateName": "test2",
"encodeType": "H264",
"height": "640",
"width": "480",
}
响应示例
无