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 XavcProfile where
- XavcProfile' { }
- pattern XavcProfile_XAVC_4K :: XavcProfile
- pattern XavcProfile_XAVC_4K_INTRA_CBG :: XavcProfile
- pattern XavcProfile_XAVC_4K_INTRA_VBR :: XavcProfile
- pattern XavcProfile_XAVC_HD :: XavcProfile
- pattern XavcProfile_XAVC_HD_INTRA_CBG :: XavcProfile
Documentation
newtype XavcProfile Source #
Specify the XAVC profile for this output. For more information, see the Sony documentation at https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.
pattern XavcProfile_XAVC_4K :: XavcProfile | |
pattern XavcProfile_XAVC_4K_INTRA_CBG :: XavcProfile | |
pattern XavcProfile_XAVC_4K_INTRA_VBR :: XavcProfile | |
pattern XavcProfile_XAVC_HD :: XavcProfile | |
pattern XavcProfile_XAVC_HD_INTRA_CBG :: XavcProfile |