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

TrackSourceSettings

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

Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.

interface TrackSourceSettings {
TrackNumber?: number | null;
}

§Properties

§
TrackNumber?: number | null
[src]

Use this setting to select a single captions track from a source. Track numbers correspond to the order in the captions source file. For IMF sources, track numbering is based on the order that the captions appear in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one track per selector.