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

OutputGroup

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

Group of outputs

interface OutputGroup {
AutomatedEncodingSettings?: AutomatedEncodingSettings | null;
CustomName?: string | null;
Name?: string | null;
OutputGroupSettings?: OutputGroupSettings | null;
Outputs?: Output[] | null;
}

§Properties

§
AutomatedEncodingSettings?: AutomatedEncodingSettings | null
[src]

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

§
CustomName?: string | null
[src]

Use Custom Group Name (CustomName) to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.

§
Name?: string | null
[src]

Name of the output group

§
OutputGroupSettings?: OutputGroupSettings | null
[src]

Output Group settings, including type

§
Outputs?: Output[] | null
[src]

This object holds groups of encoding settings, one group of settings per output.