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

SrtDestinationSettings

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

Settings related to SRT captions. SRT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to SRT.

interface SrtDestinationSettings {
StylePassthrough?: SrtStylePassthrough | null;
}

§Properties

§
StylePassthrough?: SrtStylePassthrough | null
[src]

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.