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

Description

 
Synopsis

Documentation

data MovSettings Source #

These settings relate to your QuickTime MOV output container.

See: newMovSettings smart constructor.

Constructors

MovSettings' 

Fields

  • clapAtom :: Maybe MovClapAtom

    When enabled, include 'clap' atom if appropriate for the video output settings.

  • cslgAtom :: Maybe MovCslgAtom

    When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.

  • mpeg2FourCCControl :: Maybe MovMpeg2FourCCControl

    When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.

  • paddingControl :: Maybe MovPaddingControl

    To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding.

  • reference :: Maybe MovReference

    Always keep the default value (SELF_CONTAINED) for this setting.

Instances

Instances details
FromJSON MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

ToJSON MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

Generic MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

Associated Types

type Rep MovSettings :: Type -> Type #

Read MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

Show MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

NFData MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

Methods

rnf :: MovSettings -> () #

Eq MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

Hashable MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

type Rep MovSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MovSettings

type Rep MovSettings = D1 ('MetaData "MovSettings" "Amazonka.MediaConvert.Types.MovSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "MovSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clapAtom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MovClapAtom)) :*: S1 ('MetaSel ('Just "cslgAtom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MovCslgAtom))) :*: (S1 ('MetaSel ('Just "mpeg2FourCCControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MovMpeg2FourCCControl)) :*: (S1 ('MetaSel ('Just "paddingControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MovPaddingControl)) :*: S1 ('MetaSel ('Just "reference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MovReference))))))

newMovSettings :: MovSettings Source #

Create a value of MovSettings 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:clapAtom:MovSettings', movSettings_clapAtom - When enabled, include 'clap' atom if appropriate for the video output settings.

$sel:cslgAtom:MovSettings', movSettings_cslgAtom - When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.

$sel:mpeg2FourCCControl:MovSettings', movSettings_mpeg2FourCCControl - When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.

$sel:paddingControl:MovSettings', movSettings_paddingControl - To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding.

$sel:reference:MovSettings', movSettings_reference - Always keep the default value (SELF_CONTAINED) for this setting.

movSettings_clapAtom :: Lens' MovSettings (Maybe MovClapAtom) Source #

When enabled, include 'clap' atom if appropriate for the video output settings.

movSettings_cslgAtom :: Lens' MovSettings (Maybe MovCslgAtom) Source #

When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.

movSettings_mpeg2FourCCControl :: Lens' MovSettings (Maybe MovMpeg2FourCCControl) Source #

When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.

movSettings_paddingControl :: Lens' MovSettings (Maybe MovPaddingControl) Source #

To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding.

movSettings_reference :: Lens' MovSettings (Maybe MovReference) Source #

Always keep the default value (SELF_CONTAINED) for this setting.