amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.H265GopSizeUnits

Description

 
Synopsis

Documentation

newtype H265GopSizeUnits Source #

Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).

Instances

Instances details
FromJSON H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

FromJSONKey H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToJSON H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToJSONKey H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToByteString H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToHeader H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToLog H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToQuery H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

FromText H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToText H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

FromXML H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

ToXML H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Generic H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Associated Types

type Rep H265GopSizeUnits :: Type -> Type #

Read H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Show H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

NFData H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Methods

rnf :: H265GopSizeUnits -> () #

Eq H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Ord H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

Hashable H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

type Rep H265GopSizeUnits Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265GopSizeUnits

type Rep H265GopSizeUnits = D1 ('MetaData "H265GopSizeUnits" "Amazonka.MediaConvert.Types.H265GopSizeUnits" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "H265GopSizeUnits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromH265GopSizeUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))