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

XavcHdProfileTelecine

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

Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard (HARD). Otherwise, keep the default value None (NONE). For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.

type XavcHdProfileTelecine = "NONE" | "HARD" | cmnP.UnexpectedEnumValue;

§Type