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

Description

 
Synopsis

Documentation

data MxfXavcProfileSettings Source #

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

See: newMxfXavcProfileSettings smart constructor.

Constructors

MxfXavcProfileSettings' 

Fields

  • maxAncDataSize :: Maybe Natural

    Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD Intra CBG (XAVC_HD_INTRA_CBG) or XAVC 4K Intra CBG (XAVC_4K_INTRA_CBG). Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.

  • durationMode :: Maybe MxfXavcDurationMode

    To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance (DROP_FRAMES_FOR_COMPLIANCE). To include all frames from your input in this output, keep the default setting, Allow any duration (ALLOW_ANY_DURATION). The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

Instances

Instances details
Eq MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

Read MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

Show MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

Generic MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

Associated Types

type Rep MxfXavcProfileSettings :: Type -> Type #

NFData MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

Methods

rnf :: MxfXavcProfileSettings -> () #

Hashable MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

ToJSON MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

FromJSON MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

type Rep MxfXavcProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfXavcProfileSettings

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

newMxfXavcProfileSettings :: MxfXavcProfileSettings Source #

Create a value of MxfXavcProfileSettings 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:maxAncDataSize:MxfXavcProfileSettings', mxfXavcProfileSettings_maxAncDataSize - Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD Intra CBG (XAVC_HD_INTRA_CBG) or XAVC 4K Intra CBG (XAVC_4K_INTRA_CBG). Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.

$sel:durationMode:MxfXavcProfileSettings', mxfXavcProfileSettings_durationMode - To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance (DROP_FRAMES_FOR_COMPLIANCE). To include all frames from your input in this output, keep the default setting, Allow any duration (ALLOW_ANY_DURATION). The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

mxfXavcProfileSettings_maxAncDataSize :: Lens' MxfXavcProfileSettings (Maybe Natural) Source #

Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD Intra CBG (XAVC_HD_INTRA_CBG) or XAVC 4K Intra CBG (XAVC_4K_INTRA_CBG). Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.

mxfXavcProfileSettings_durationMode :: Lens' MxfXavcProfileSettings (Maybe MxfXavcDurationMode) Source #

To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance (DROP_FRAMES_FOR_COMPLIANCE). To include all frames from your input in this output, keep the default setting, Allow any duration (ALLOW_ANY_DURATION). The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.