Enum H264AdaptiveQuantization

java.lang.Object
java.lang.Enum<H264AdaptiveQuantization>
software.amazon.awssdk.services.mediaconvert.model.H264AdaptiveQuantization
All Implemented Interfaces:
Serializable, Comparable<H264AdaptiveQuantization>

@Generated("software.amazon.awssdk:codegen") public enum H264AdaptiveQuantization extends Enum<H264AdaptiveQuantization>
Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of quantization for your video content. When you want to apply your quantization settings manually, you must set H264AdaptiveQuantization to a value other than Auto. Use this setting to specify the strength of any adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive quantization in this transcode, set Adaptive quantization to Off. Related settings: The value that you choose here applies to the following settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization, and H264TemporalAdaptiveQuantization.