CODECAPI_AVEncVideoEncodeQP property
Specifies the quantization parameter (QP) for video encoding.
ULONGLONG (VT_UI8)
CODECAPI_AVEncVideoEncodeQP
A set of four 16-bit fields used to specify the frame QPs in fixed-QP encoding.
The fields are:
- Bits 0-15: Default QP
- Bits 16-31: QP used for I frames
- Bits 32-47: QP used for P frames
- Bits 48-63: QP used for B frames
This property is also used with H.264 UVC 1.5 camera encoders.
To insure consistent usage across different encoders, you should assume encoders will only look at the default QP and can ignore QP values for I/P/B pictures.
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2012 [desktop apps | UWP apps] |
Header |
|