Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype H264AdaptiveQuantization where
- H264AdaptiveQuantization' { }
- pattern H264AdaptiveQuantization_AUTO :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_HIGH :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_HIGHER :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_LOW :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_MAX :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_MEDIUM :: H264AdaptiveQuantization
- pattern H264AdaptiveQuantization_OFF :: H264AdaptiveQuantization
Documentation
newtype H264AdaptiveQuantization Source #
Keep the default value, Auto (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 (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 (H264AdaptiveQuantization) to Off (OFF). Related settings: The value that you choose here applies to the following settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization, and H264TemporalAdaptiveQuantization.