GPUOpen-LibrariesAndSDKs / AMF

The Advanced Media Framework (AMF) SDK provides developers with optimal access to AMD devices for multimedia processing
Other
599 stars 149 forks source link

[Question]: Is AMF supported single slice encoding for H264 and HEVC? #322

Open FuChengYiXiao opened 2 years ago

FuChengYiXiao commented 2 years ago

We set the AMF_VIDEO_ENCODER_HEVC_SLICES_PER_FRAME as 1, but get two slices per frame and the second slice very small. How can we get single slice for per frame? The situation as follows: CodecType -- HEVC AMF_VIDEO_ENCODER_HEVC_USAGE -- LowLatency Resolution -- 1472 * 1472 FrameRate -- 72 Bitrate -- 20 Mbps AMF_VIDEO_ENCODER_QUALITY_PRESET_ENUM -- AMF_VIDEO_ENCODER_QUALITY_PRESET_SPEED

MikhailAMD commented 2 years ago

Please share debug log, code snippet that sets parameters and result stream.