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 XavcAdaptiveQuantization where
- XavcAdaptiveQuantization' { }
- pattern XavcAdaptiveQuantization_AUTO :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_HIGH :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_HIGHER :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_LOW :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_MAX :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_MEDIUM :: XavcAdaptiveQuantization
- pattern XavcAdaptiveQuantization_OFF :: XavcAdaptiveQuantization
Documentation
newtype XavcAdaptiveQuantization 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 Adaptive quantization (adaptiveQuantization) 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 to Off (OFF). Related settings: The value that you choose here applies to the following settings: Flicker adaptive quantization (flickerAdaptiveQuantization), Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).