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

Hdr10Plus

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

Setting for HDR10+ metadata insertion

interface Hdr10Plus {
MasteringMonitorNits?: number | null;
TargetMonitorNits?: number | null;
}

§Properties

§
MasteringMonitorNits?: number | null
[src]

Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual peak luminance of the mastering display, as defined by ST 2094-40.

§
TargetMonitorNits?: number | null
[src]

Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance of the target display as defined by ST 2094-40.