Turbulence Openh264 2021 -
sEncoderParam.bEnableAdaptiveQuant = true; sEncoderParam.iAdaptiveQuantMode = AQ_LEVEL_1_OR_2; // 1=low, 2=high OpenH264 has built-in scene change detection — useful for turbulence. Force an IDR frame on detection:
SSliceArgument sSliceArg; sSliceArg.uiSliceMode = SM_SINGLE_SLICE; sEncoderParam.bRCMode = RC_QUALITY_MODE; // smoother for turbulence AQ helps by lowering quantization for complex/turbulent regions. Enable with: turbulence openh264
Set via: