Type | Parameter | Description |
Muxing | Container format | Supported video and audio container formats for transcoding:Video: MP4, TS, HLS, and FLVAudio: MP3, M4A, FLAC, and Ogg |
| Deleting video stream | If this is enabled, the output video will contain only the audio stream with no video stream. |
| Deleting audio stream | If this is enabled, the output video will contain only the video stream with no audio stream. |
Video codec | Codec | H.264 and H.265 are supported |
| Bitrate | Supported bitrate range: 10 Kbps - 35 Mbps |
| Frame Rate | Supported frame rate range: 1-60 fps; common values: 24, 25, and 30 |
| Resolution | Supported width range: 128-4096 pxSupported height range: 128-4096 px |
| GOP length | Supported GOP length range: 1-10s |
| Profile | When the video codec is H.264, the baseline, main, and high profiles are supported.When the video codec is H.265, only the main profile is supported. |
| Color Space | YUV420p is supported. |
Audio codec | Codec | MP3, AAC, AC3, and FLAC are supported |
| Sample rate | The following audio sample rates are supported:34000 Hz44100 Hz48000 Hz |
| Bitrate | Supported bitrate range: 26-256 Kbps, including the following values:48 Kbps64 Kbps128 Kbps |
| Channel | MonoDualStereo |
MediaProcessTask.TranscodeTaskSet
parameter in the request.procedure
parameter in the ApplyUpload API.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},"Output":{"Url":"http://1256768367.vod2.myqcloud.com/xxx/xxx/v.f20.m3u8","Size":63120997,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Height":480,"Width":640,"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 with Type
as Transcode
and Definition
as 220
.
Was this page helpful?