- 解码
- 编码
2.1 H264 AVC
- support AVC
- accelerationtype:
AMF_ACCEL_NOT_SUPPORTED
AMF_ACCEL_HARDWARE
AMF_ACCEL_GPU
AMF_ACCEL_SOFTWARE - max profile:
amf_uint32 - max level:
amf_uint32 - max temporal layers:
amf_uint32 - support b frame
bool - max num of streams
amf_uint32 - num of hw instances
amf_uint32 - input caps
(1) min width
(2) max width
(3) min height
(4) max height
(5) vert align
(6) support interlaced
(7) num of formats
(8) formats
(9) native
(10) num of memory
(11) memory
(12) native - output caps
与input caps一致
2.2 H264 SVC
2.3 H265
- support HEVC
- accelerationtype:
AMF_ACCEL_NOT_SUPPORTED
AMF_ACCEL_HARDWARE
AMF_ACCEL_GPU
AMF_ACCEL_SOFTWARE - max profile:
amf_uint32 - max tier
amf_uint32 - max level:
amf_uint32 - max num of streams
amf_uint32 - input caps
(1) min width
(2) max width
(3) min height
(4) max height
(5) vert align
(6) support interlaced
(7) num of formats
(8) formats
(9) native
(10) num of memory
(11) memory
(12) native - output caps
与input caps一致
3 转换
Comments | NOTHING