Parameter | Description |
Type | Image and text watermarks are supported: Image watermark: Static or animated images are supported. Text watermark: Texts in various languages are supported. |
Position | Relative position of a watermark in the video. |
ImageSize | Size of a watermark in the video. |
ImageContent | Binary content of a watermark. |
FontSize | Font size of a text watermark. |
FontType | Font of a text watermark, e.g., Times New Roman. |
FontColor | Color of a text watermark, e.g., 0xRRGGBB. |
FontAlpha | Transparency of text watermark. Value range: 0–100%. |
MediaProcessTask.TranscodeTaskSet
parameter in the request.procedure
in the ApplyUpload request.procedure
parameter in the signature for upload from client.{"EventType":"ProcedureStateChanged","ProcedureStateChangeEvent":{"TaskId":"1256768367-Procedure-2e1af2456351812be963e309cc133403t0","Status":"FINISH","FileId":"5285890784246869930","FileName":"Animal World","FileUrl":"http://1256768367.vod2.myqcloud.com/xxx/xxx/AtUCmy6gmIYA.mp4","MetaData":{"AudioDuration":60,"AudioStreamSet":[{"Bitrate":383854,"Codec":"aac","SamplingRate":48000}],"Bitrate":1021028,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Duration":60,"Height":480,"Rotate":0,"Size":7700180,"VideoDuration":60,"VideoStreamSet":[{"Bitrate":637174,"Codec":"h264","Fps":23,"Height":480,"Width":640}],"Width":640},"MediaProcessResultSet":[{"Type":"Transcode","TranscodeTask":{"Status":"SUCCESS","ErrCode":0,"Message":"","Input":{"Definition":220,"WatermarkSet": [{"Definition": 23120}]},"Output":{"Url":"http://1256768367.vod2.myqcloud.com/xxx/xxx/v.f20.m3u8","Size":63120997,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Height":1086,"Width":1920,"Bitrate":513402,"Md5":"084d403c73930ca2f835679af1f37bd3","Duration":60,"VideoStreamSet":[{"Bitrate":473101,"Codec":"h264","Fps":24,"Height":480,"Width":640}],"AudioStreamSet":[{"Bitrate":48581,"Codec":"aac","SamplingRate":44100}],"Definition":220}}}],"TasksPriority":0,"TasksNotifyMode":""}}
ProcedureStateChangeEvent.MediaProcessResultSet
contains the transcoding result in Type
of Transcode
: the transcoding specification Definition
is 220, and a watermark is added during transcoding, whose specification Definition
is 23120.
Was this page helpful?