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

XavcFramerateControl

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

If you are using the console, use the Frame rate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list. The framerates shown in the dropdown list are decimal approximations of fractions. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate that you specify in the settings FramerateNumerator and FramerateDenominator.

type XavcFramerateControl = "INITIALIZE_FROM_SOURCE" | "SPECIFIED" | cmnP.UnexpectedEnumValue;

§Type

§
"INITIALIZE_FROM_SOURCE" | "SPECIFIED" | cmnP.UnexpectedEnumValue
[src]