libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Description

 
Synopsis

Documentation

newtype AvcIntraFramerateControl Source #

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

Instances

Instances details
Eq AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Ord AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Read AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Show AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Generic AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Associated Types

type Rep AvcIntraFramerateControl :: Type -> Type #

NFData AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

Hashable AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToJSON AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToJSONKey AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

FromJSON AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

FromJSONKey AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToLog AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToHeader AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToQuery AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

FromXML AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToXML AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToByteString AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

FromText AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

ToText AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

type Rep AvcIntraFramerateControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraFramerateControl

type Rep AvcIntraFramerateControl = D1 ('MetaData "AvcIntraFramerateControl" "Amazonka.MediaConvert.Types.AvcIntraFramerateControl" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'True) (C1 ('MetaCons "AvcIntraFramerateControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAvcIntraFramerateControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))