Membuat Template watermark.
Deskripsi operasi
After you create a watermark template by calling this operation, you can specify the watermark template and watermark asset when you submit a transcoding job. This allows you to add watermark information to the output video.
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:AddWaterMarkTemplate |
create |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
Nama Template watermark. Nilai dapat berisi huruf dan digit dengan ukuran maksimal 128 byte. |
example-watermark-**** |
| Config |
string |
Yes |
Konfigurasi Template watermark. Nilai berupa objek JSON. Untuk informasi selengkapnya, lihat bagian "WaterMarks" pada topik Parameter details. Catatan
Jika Anda tidak memerlukan korelasi positif antara ukuran teks pada watermark dan resolusi, Anda dapat mengaktifkan adaptasi untuk watermark. Untuk melakukannya, tambahkan |
{"Width":"10","Height":"30","Dx":"10","Dy":"5","ReferPos":"TopRight","Type":"Image","Timeline":{"Start":"0","Duration":"10"}} |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| WaterMarkTemplate |
object |
The details of the watermark template. |
|
| Type |
string |
The type of the watermark. Valid values:
|
Image |
| RatioRefer |
object |
The values of the Height, Width, Dx, and Dy parameters relative to the reference edges. If the values of the Height, Width, Dx, and Dy parameters are decimals between 0 and 1, the values are calculated by referring to the following edges in sequence:
|
|
| Dx |
string |
The horizontal offset of the watermark relative to the output video image. Default value: 0. The default value indicates no offset. The value can be an integer or a decimal.
|
0.51 |
| Width |
string |
The width of the watermark image in the output video. The value can be an integer or a decimal.
|
0.36 |
| Height |
string |
The height of the watermark image in the output video. The value can be an integer or a decimal.
|
0.33 |
| Dy |
string |
The vertical offset of the watermark relative to the output video image. Default value: 0. The default value indicates no offset. The value can be an integer or a decimal.
|
0.28 |
| ReferPos |
string |
The position of the watermark. Valid values:
|
TopRight |
| State |
string |
The status of the watermark template.
|
Normal |
| Dx |
string |
The horizontal offset. Unit: pixel. |
10 |
| Width |
string |
The width of the watermark image. Unit: pixel. |
10 |
| Height |
string |
The height of the watermark image. Unit: pixel. |
30 |
| Timeline |
object |
The timeline of the watermark. |
|
| Start |
string |
The beginning of the time range during which the watermark is displayed.
|
0 |
| Duration |
string |
The display duration of the watermark. Default value: ToEND. The default value indicates that the watermark is displayed until the video ends. |
ToEND |
| Name |
string |
The name of the watermark template. |
example-watermark-**** |
| Dy |
string |
The vertical offset. Unit: pixel. |
5 |
| Id |
string |
The ID of the watermark template. We recommend that you keep this ID for subsequent operation calls. |
3780bd69b2b74540bc7b1096f564**** |
| RequestId |
string |
The ID of the request. |
54BB917F-DD35-4F32-BABA-E60E31B21W63 |
Contoh
Respons sukses
JSONformat
{
"WaterMarkTemplate": {
"Type": "Image",
"RatioRefer": {
"Dx": "0.51",
"Width": "0.36",
"Height": "0.33",
"Dy": "0.28"
},
"ReferPos": "TopRight",
"State": "Normal",
"Dx": "10",
"Width": "10",
"Height": "30",
"Timeline": {
"Start": "0",
"Duration": "ToEND"
},
"Name": "example-watermark-****",
"Dy": "5",
"Id": "3780bd69b2b74540bc7b1096f564****"
},
"RequestId": "54BB917F-DD35-4F32-BABA-E60E31B21W63"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.