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

Description

 
Synopsis

Documentation

data ContainerSettings Source #

Container specific settings.

See: newContainerSettings smart constructor.

Constructors

ContainerSettings' 

Fields

  • m2tsSettings :: Maybe M2tsSettings

    MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) 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.

  • mxfSettings :: Maybe MxfSettings

    These settings relate to your MXF output container.

  • m3u8Settings :: Maybe M3u8Settings

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

  • cmfcSettings :: Maybe CmfcSettings

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

  • movSettings :: Maybe MovSettings

    These settings relate to your QuickTime MOV output container.

  • mp4Settings :: Maybe 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.

  • mpdSettings :: Maybe MpdSettings

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

  • container :: Maybe ContainerType

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

  • f4vSettings :: Maybe F4vSettings

    Settings for F4v container

Instances

Instances details
Eq ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

Read ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

Show ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

Generic ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

Associated Types

type Rep ContainerSettings :: Type -> Type #

NFData ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

Methods

rnf :: ContainerSettings -> () #

Hashable ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

ToJSON ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

FromJSON ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

type Rep ContainerSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ContainerSettings

newContainerSettings :: ContainerSettings Source #

Create a value of ContainerSettings 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:m2tsSettings:ContainerSettings', containerSettings_m2tsSettings - MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) 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.

$sel:mxfSettings:ContainerSettings', containerSettings_mxfSettings - These settings relate to your MXF output container.

$sel:m3u8Settings:ContainerSettings', containerSettings_m3u8Settings - These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

$sel:cmfcSettings:ContainerSettings', containerSettings_cmfcSettings - These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.

$sel:movSettings:ContainerSettings', containerSettings_movSettings - These settings relate to your QuickTime MOV output container.

$sel:mp4Settings:ContainerSettings', containerSettings_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.

$sel:mpdSettings:ContainerSettings', containerSettings_mpdSettings - These settings relate to the fragmented MP4 container for the segments in your DASH outputs.

$sel:container:ContainerSettings', containerSettings_container - Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

$sel:f4vSettings:ContainerSettings', containerSettings_f4vSettings - Settings for F4v container

containerSettings_m2tsSettings :: Lens' ContainerSettings (Maybe M2tsSettings) Source #

MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) 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.

containerSettings_mxfSettings :: Lens' ContainerSettings (Maybe MxfSettings) Source #

These settings relate to your MXF output container.

containerSettings_m3u8Settings :: Lens' ContainerSettings (Maybe M3u8Settings) Source #

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

containerSettings_cmfcSettings :: Lens' ContainerSettings (Maybe CmfcSettings) Source #

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

containerSettings_movSettings :: Lens' ContainerSettings (Maybe MovSettings) Source #

These settings relate to your QuickTime MOV output container.

containerSettings_mp4Settings :: Lens' ContainerSettings (Maybe Mp4Settings) Source #

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.

containerSettings_mpdSettings :: Lens' ContainerSettings (Maybe MpdSettings) Source #

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

containerSettings_container :: Lens' ContainerSettings (Maybe ContainerType) Source #

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