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

Fmtp

import type { Fmtp } from "https://aws-api.deno.dev/v0.3/services/mediaconnect.ts?docs=full";

FMTP

interface Fmtp {
ChannelOrder?: string | null;
Colorimetry?: Colorimetry | null;
ExactFramerate?: string | null;
Par?: string | null;
Range?: Range | null;
ScanMode?: ScanMode | null;
Tcs?: Tcs | null;
}

§Properties

§
ChannelOrder?: string | null
[src]

The format of the audio channel.

§
Colorimetry?: Colorimetry | null
[src]

The format that is used for the representation of color.

§
ExactFramerate?: string | null
[src]

The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.

§
Par?: string | null
[src]

The pixel aspect ratio (PAR) of the video.

§
Range?: Range | null
[src]

The encoding range of the video.

§
ScanMode?: ScanMode | null
[src]

The type of compression that was used to smooth the video’s appearance

§
Tcs?: Tcs | null
[src]

The transfer characteristic system (TCS) that is used in the video.