Skip to content

/AWS1/CL_MDCMOVSETTINGS

These settings relate to your QuickTime MOV output container.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_clapatom TYPE /AWS1/MDCMOVCLAPATOM /AWS1/MDCMOVCLAPATOM

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

iv_cslgatom TYPE /AWS1/MDCMOVCSLGATOM /AWS1/MDCMOVCSLGATOM

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.

iv_mpeg2fourcccontrol TYPE /AWS1/MDCMOVMPEG2FOURCCCONTROL /AWS1/MDCMOVMPEG2FOURCCCONTROL

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.

iv_paddingcontrol TYPE /AWS1/MDCMOVPADDINGCONTROL /AWS1/MDCMOVPADDINGCONTROL

Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.

iv_reference TYPE /AWS1/MDCMOVREFERENCE /AWS1/MDCMOVREFERENCE

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


Queryable Attributes

ClapAtom

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

Accessible with the following methods

Method Description
GET_CLAPATOM() Getter for CLAPATOM, with configurable default
ASK_CLAPATOM() Getter for CLAPATOM w/ exceptions if field has no value
HAS_CLAPATOM() Determine if CLAPATOM has a value

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.

Accessible with the following methods

Method Description
GET_CSLGATOM() Getter for CSLGATOM, with configurable default
ASK_CSLGATOM() Getter for CSLGATOM w/ exceptions if field has no value
HAS_CSLGATOM() Determine if CSLGATOM has a value

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.

Accessible with the following methods

Method Description
GET_MPEG2FOURCCCONTROL() Getter for MPEG2FOURCCCONTROL, with configurable default
ASK_MPEG2FOURCCCONTROL() Getter for MPEG2FOURCCCONTROL w/ exceptions if field has no
HAS_MPEG2FOURCCCONTROL() Determine if MPEG2FOURCCCONTROL has a value

PaddingControl

Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.

Accessible with the following methods

Method Description
GET_PADDINGCONTROL() Getter for PADDINGCONTROL, with configurable default
ASK_PADDINGCONTROL() Getter for PADDINGCONTROL w/ exceptions if field has no valu
HAS_PADDINGCONTROL() Determine if PADDINGCONTROL has a value

Reference

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

Accessible with the following methods

Method Description
GET_REFERENCE() Getter for REFERENCE, with configurable default
ASK_REFERENCE() Getter for REFERENCE w/ exceptions if field has no value
HAS_REFERENCE() Determine if REFERENCE has a value