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

Description

 
Synopsis

Documentation

data CaptionSourceFramerate Source #

Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. When you work directly in your JSON job specification, use the settings framerateNumerator and framerateDenominator. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.

See: newCaptionSourceFramerate smart constructor.

Constructors

CaptionSourceFramerate' 

Fields

  • framerateDenominator :: Maybe Natural

    Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).

  • framerateNumerator :: Maybe Natural

    Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator (framerateDenominator).

Instances

Instances details
Eq CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

Read CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

Show CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

Generic CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

Associated Types

type Rep CaptionSourceFramerate :: Type -> Type #

NFData CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

Methods

rnf :: CaptionSourceFramerate -> () #

Hashable CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

ToJSON CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

FromJSON CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

type Rep CaptionSourceFramerate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSourceFramerate

type Rep CaptionSourceFramerate = D1 ('MetaData "CaptionSourceFramerate" "Amazonka.MediaConvert.Types.CaptionSourceFramerate" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "CaptionSourceFramerate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "framerateDenominator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "framerateNumerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newCaptionSourceFramerate :: CaptionSourceFramerate Source #

Create a value of CaptionSourceFramerate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:framerateDenominator:CaptionSourceFramerate', captionSourceFramerate_framerateDenominator - Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).

$sel:framerateNumerator:CaptionSourceFramerate', captionSourceFramerate_framerateNumerator - Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator (framerateDenominator).

captionSourceFramerate_framerateDenominator :: Lens' CaptionSourceFramerate (Maybe Natural) Source #

Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).

captionSourceFramerate_framerateNumerator :: Lens' CaptionSourceFramerate (Maybe Natural) Source #

Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator (framerateDenominator).