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

ProresTelecine

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

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

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

§Type