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

EmbeddedSourceSettings

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

Settings for embedded captions Source

interface EmbeddedSourceSettings {
Convert608To708?: EmbeddedConvert608To708 | null;
Source608ChannelNumber?: number | null;
Source608TrackNumber?: number | null;
TerminateCaptions?: EmbeddedTerminateCaptions | null;
}

§Properties

§
Convert608To708?: EmbeddedConvert608To708 | null
[src]

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

§
Source608ChannelNumber?: number | null
[src]

Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

§
Source608TrackNumber?: number | null
[src]

Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'.

§
TerminateCaptions?: EmbeddedTerminateCaptions | null
[src]

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.