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

H264DynamicSubGop

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

Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service to use fewer B-frames (which infer information based on other frames) for high-motion portions of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).

type H264DynamicSubGop = "ADAPTIVE" | "STATIC" | cmnP.UnexpectedEnumValue;

§Type

§
"ADAPTIVE" | "STATIC" | cmnP.UnexpectedEnumValue
[src]