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

DolbyVisionLevel6Metadata

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

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

interface DolbyVisionLevel6Metadata {
MaxCll?: number | null;
MaxFall?: number | null;
}

§Properties

§
MaxCll?: number | null
[src]

Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.

§
MaxFall?: number | null
[src]

Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.