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

Description

 
Synopsis

Documentation

newtype Mpeg2Telecine Source #

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard or soft telecine to create a smoother picture. Hard telecine (HARD) produces a 29.97i output. Soft telecine (SOFT) produces an output with a 23.976 output that signals to the video player device to do the conversion during play back. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

Constructors

Mpeg2Telecine' 

Instances

Instances details
FromJSON Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromJSONKey Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToJSON Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToJSONKey Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToByteString Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToHeader Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToLog Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToQuery Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromText Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToText Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

toText :: Mpeg2Telecine -> Text #

FromXML Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToXML Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

toXML :: Mpeg2Telecine -> XML #

Generic Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Associated Types

type Rep Mpeg2Telecine :: Type -> Type #

Read Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Show Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

NFData Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

rnf :: Mpeg2Telecine -> () #

Eq Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Ord Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Hashable Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

type Rep Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

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