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 H265DynamicSubGop where
- H265DynamicSubGop' { }
- pattern H265DynamicSubGop_ADAPTIVE :: H265DynamicSubGop
- pattern H265DynamicSubGop_STATIC :: H265DynamicSubGop
Documentation
newtype H265DynamicSubGop 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 H265DynamicSubGop_ADAPTIVE :: H265DynamicSubGop | |
pattern H265DynamicSubGop_STATIC :: H265DynamicSubGop |