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

AutomatedEncodingSettings

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

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

interface AutomatedEncodingSettings {
AbrSettings?: AutomatedAbrSettings | null;
}

§Properties

§
AbrSettings?: AutomatedAbrSettings | null
[src]

Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.