| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.H264DynamicSubGop
Description
Synopsis
- newtype H264DynamicSubGop where
- H264DynamicSubGop' { }
- pattern H264DynamicSubGop_ADAPTIVE :: H264DynamicSubGop
- pattern H264DynamicSubGop_STATIC :: H264DynamicSubGop
Documentation
newtype H264DynamicSubGop Source #
Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service to use fewer B-frames (which infer information based on other frames) for high-motion portions of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).
Constructors
| H264DynamicSubGop' | |
Fields | |
Bundled Patterns
| pattern H264DynamicSubGop_ADAPTIVE :: H264DynamicSubGop | |
| pattern H264DynamicSubGop_STATIC :: H264DynamicSubGop |