Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContainerSettings

import type { ContainerSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Container specific settings.

interface ContainerSettings {
CmfcSettings?: CmfcSettings | null;
Container?: ContainerType | null;
F4vSettings?: F4vSettings | null;
M2tsSettings?: M2tsSettings | null;
M3u8Settings?: M3u8Settings | null;
MovSettings?: MovSettings | null;
Mp4Settings?: Mp4Settings | null;
MpdSettings?: MpdSettings | null;
MxfSettings?: MxfSettings | null;
}

§Properties

§
CmfcSettings?: CmfcSettings | null
[src]

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

§
Container?: ContainerType | null
[src]

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

§
F4vSettings?: F4vSettings | null
[src]

Settings for F4v container

§
M2tsSettings?: M2tsSettings | null
[src]

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.

§
M3u8Settings?: M3u8Settings | null
[src]

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

§
MovSettings?: MovSettings | null
[src]

These settings relate to your QuickTime MOV output container.

§
Mp4Settings?: Mp4Settings | null
[src]

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?: MpdSettings | null
[src]

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

§
MxfSettings?: MxfSettings | null
[src]

These settings relate to your MXF output container.