功能描述
更新视频转动图模板。
授权说明
服务开通
使用该功能需提前开通数据万象,并绑定存储桶。详情请参见 绑定存储桶。
使用该功能需提前通过控制台或接口开通媒体处理服务 。详情请参见 开通媒体处理服务。
使用限制
请求
请求示例
PUT /template/<TemplateId> HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml<body>
说明
请求头
请求体
该请求操作的实现需要有如下请求体。
<Request><Tag>Animation</Tag><Name>TemplateName</Name><Container><Format>gif</Format></Container><Video><Codec>gif</Codec><Width>1280</Width><Height></Height><Fps>15</Fps><AnimateOnlyKeepKeyFrame>false</AnimateOnlyKeepKeyFrame></Video><TimeInterval><Start>0</Start><Duration>60</Duration></TimeInterval></Request>
具体数据描述如下:
节点名称(关键字) | 父节点 | 描述 | 类型 | 必选 |
Request | 无 | Container | 是 |
响应
响应头
响应体
该响应体返回为 application/xml 数据,包含完整节点数据的内容展示如下:
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><Template><Tag>Animation</Tag><Name>TemplateName</Name><TemplateId>t1f16e1dfbdc994105b31292d45710642a</TemplateId><TransTpl><Container><Format>mp4</Format></Container><Video><Codec>gif</Codec><Width>1280</Width><Height></Height><Fps>15</Fps><AnimateOnlyKeepKeyFrame>false</AnimateOnlyKeepKeyFrame></Video><TimeInterval><Start>0</Start><Duration>60</Duration></TimeInterval></TransTpl><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Template></Response>
具体的数据内容如下:
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | Container |
错误码
实际案例
请求
PUT /template/t1f16e1dfbdc994105b31292d45710642a HTTP/1.1Authorization:q-sign-algorithm=sha1&q-ak=************************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=****************************************Host:test-1234567890.ci.ap-chongqing.myqcloud.comContent-Length: 1666Content-Type: application/xml<Request><Tag>Animation</Tag><Name>TemplateName</Name><Container><Format>gif</Format></Container><Video><Codec>gif</Codec><Width>1280</Width><Height></Height><Fps>15</Fps><AnimateOnlyKeepKeyFrame>false</AnimateOnlyKeepKeyFrame></Video><TimeInterval><Start>0</Start><Duration>60</Duration></TimeInterval></Request>
响应
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 14 Jul 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NjMxMDJhYTNfMThhYTk0MGFfYmU1OV8zZjc=<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><Tag>Animation</Tag><Name>TemplateName</Name><TemplateId>t1f16e1dfbdc994105b31292d45710642a</TemplateId><TransTpl><Container><Format>mp4</Format></Container><Video><Codec>gif</Codec><Width>1280</Width><Height></Height><Fps>15</Fps><AnimateOnlyKeepKeyFrame>false</AnimateOnlyKeepKeyFrame></Video><TimeInterval><Start>0</Start><Duration>60</Duration></TimeInterval></TransTpl><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Response>