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

Description

 
Synopsis

Documentation

data MxfSettings Source #

These settings relate to your MXF output container.

See: newMxfSettings smart constructor.

Constructors

MxfSettings' 

Fields

  • xavcProfileSettings :: Maybe MxfXavcProfileSettings

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

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

Instances

Instances details
Eq MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Read MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Show 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 #

NFData MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

Methods

rnf :: MxfSettings -> () #

Hashable MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

ToJSON MxfSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfSettings

FromJSON 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" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "MxfSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "xavcProfileSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfXavcProfileSettings)) :*: (S1 ('MetaSel ('Just "afdSignaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfAfdSignaling)) :*: S1 ('MetaSel ('Just "profile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MxfProfile)))))

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:xavcProfileSettings:MxfSettings', mxfSettings_xavcProfileSettings - Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.

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

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

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.