Open
Description
When using the AVC, HEVC, or AV1 encoders, the codec level
needs to be set by the application. It would be an improvement to offer an Auto
option where AMF calculates the best-fit level for the encode operation.
Using HEVC as an example, AMF_VIDEO_ENCODER_HEVC_PROFILE_LEVEL
should have AMF_LEVEL_AUTO
. This option should apply to all encoders.
Refer to the OBS upstream PR at obsproject/obs-studio#11548 for an example of what would be needed.
Activity