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

EncodingParameters

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

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

interface EncodingParameters {
CompressionFactor: number;
EncoderProfile: EncoderProfile;
}

§Properties

§
CompressionFactor: number
[src]

A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.

§
EncoderProfile: EncoderProfile
[src]

A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.