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 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).
pattern H264DynamicSubGop_ADAPTIVE :: H264DynamicSubGop | |
pattern H264DynamicSubGop_STATIC :: H264DynamicSubGop |