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

FileSourceConvert608To708

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

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.

type FileSourceConvert608To708 = "UPCONVERT" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"UPCONVERT" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]