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

Description

 
Synopsis

Documentation

data MxfSettings Source #

These settings relate to your MXF output container.

See: newMxfSettings smart constructor.

Constructors

MxfSettings' 

Fields

  • afdSignaling :: Maybe MxfAfdSignaling

    Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.

  • profile :: Maybe MxfProfile

    Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

  • xavcProfileSettings :: Maybe MxfXavcProfileSettings

    Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.

Instances

Instances details
FromJSON MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

ToJSON MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Generic MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Associated Types

type Rep MxfSettings :: Type -> Type #

Read MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Show MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

NFData MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Methods

rnf :: MxfSettings -> () #

Eq MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Hashable MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

type Rep MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

type Rep MxfSettings = D1 ('MetaData "MxfSettings" "Amazonka.MediaConvert.Types.MxfSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "MxfSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "afdSignaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfAfdSignaling)) :*: (S1 ('MetaSel ('Just "profile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfProfile)) :*: S1 ('MetaSel ('Just "xavcProfileSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfXavcProfileSettings)))))

newMxfSettings :: MxfSettings Source #

Create a value of MxfSettings 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:afdSignaling:MxfSettings', mxfSettings_afdSignaling - Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.

$sel:profile:MxfSettings', mxfSettings_profile - Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

$sel:xavcProfileSettings:MxfSettings', mxfSettings_xavcProfileSettings - Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.

mxfSettings_afdSignaling :: Lens' MxfSettings (Maybe MxfAfdSignaling) Source #

Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.

mxfSettings_profile :: Lens' MxfSettings (Maybe MxfProfile) Source #

Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

mxfSettings_xavcProfileSettings :: Lens' MxfSettings (Maybe MxfXavcProfileSettings) Source #

Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.