Skip to content

/AWS1/CL_MDCCONTAINERSETTINGS

Container specific settings.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_CMFCSETTINGS TYPE REF TO /AWS1/CL_MDCCMFCSETTINGS /AWS1/CL_MDCCMFCSETTINGS

These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.

IV_CONTAINER TYPE /AWS1/MDCCONTAINERTYPE /AWS1/MDCCONTAINERTYPE

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

IO_F4VSETTINGS TYPE REF TO /AWS1/CL_MDCF4VSETTINGS /AWS1/CL_MDCF4VSETTINGS

Settings for F4v container

IO_M2TSSETTINGS TYPE REF TO /AWS1/CL_MDCM2TSSETTINGS /AWS1/CL_MDCM2TSSETTINGS

MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.

IO_M3U8SETTINGS TYPE REF TO /AWS1/CL_MDCM3U8SETTINGS /AWS1/CL_MDCM3U8SETTINGS

These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

IO_MOVSETTINGS TYPE REF TO /AWS1/CL_MDCMOVSETTINGS /AWS1/CL_MDCMOVSETTINGS

These settings relate to your QuickTime MOV output container.

IO_MP4SETTINGS TYPE REF TO /AWS1/CL_MDCMP4SETTINGS /AWS1/CL_MDCMP4SETTINGS

These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.

IO_MPDSETTINGS TYPE REF TO /AWS1/CL_MDCMPDSETTINGS /AWS1/CL_MDCMPDSETTINGS

These settings relate to the fragmented MP4 container for the segments in your DASH outputs.

IO_MXFSETTINGS TYPE REF TO /AWS1/CL_MDCMXFSETTINGS /AWS1/CL_MDCMXFSETTINGS

These settings relate to your MXF output container.


Queryable Attributes

CmfcSettings

These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.

Accessible with the following methods

Method Description
GET_CMFCSETTINGS() Getter for CMFCSETTINGS

Container

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

Accessible with the following methods

Method Description
GET_CONTAINER() Getter for CONTAINER, with configurable default
ASK_CONTAINER() Getter for CONTAINER w/ exceptions if field has no value
HAS_CONTAINER() Determine if CONTAINER has a value

F4vSettings

Settings for F4v container

Accessible with the following methods

Method Description
GET_F4VSETTINGS() Getter for F4VSETTINGS

M2tsSettings

MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.

Accessible with the following methods

Method Description
GET_M2TSSETTINGS() Getter for M2TSSETTINGS

M3u8Settings

These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

Accessible with the following methods

Method Description
GET_M3U8SETTINGS() Getter for M3U8SETTINGS

MovSettings

These settings relate to your QuickTime MOV output container.

Accessible with the following methods

Method Description
GET_MOVSETTINGS() Getter for MOVSETTINGS

Mp4Settings

These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.

Accessible with the following methods

Method Description
GET_MP4SETTINGS() Getter for MP4SETTINGS

MpdSettings

These settings relate to the fragmented MP4 container for the segments in your DASH outputs.

Accessible with the following methods

Method Description
GET_MPDSETTINGS() Getter for MPDSETTINGS

MxfSettings

These settings relate to your MXF output container.

Accessible with the following methods

Method Description
GET_MXFSETTINGS() Getter for MXFSETTINGS