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.AvcIntraSlowPal

Description

 
Synopsis

Documentation

newtype AvcIntraSlowPal Source #

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

Constructors

AvcIntraSlowPal' 

Instances

Instances details
FromJSON AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

FromJSONKey AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToJSON AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToJSONKey AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToByteString AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToHeader AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToLog AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToQuery AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

FromText AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToText AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

FromXML AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

ToXML AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Methods

toXML :: AvcIntraSlowPal -> XML #

Generic AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Associated Types

type Rep AvcIntraSlowPal :: Type -> Type #

Read AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Show AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

NFData AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Methods

rnf :: AvcIntraSlowPal -> () #

Eq AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Ord AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

Hashable AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

type Rep AvcIntraSlowPal Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraSlowPal

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