Class StartEncodingRequest

Export

StartEncodingRequest

Constructors

Properties

encodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

Memberof

StartEncodingRequest

handleVariableInputFps?: boolean

Enable frame dropping/duplication to handle variable frames per seconds of video input streams

Memberof

StartEncodingRequest

manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties vodDashManifests, vodHlsManifests, vodSmoothManifests, previewDashManifests, previewHlsManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

Memberof

StartEncodingRequest

perTitle?: PerTitle

Per-Title settings

Memberof

StartEncodingRequest

previewDashManifests?: ManifestResource[]

DASH manifests to be generated for previewing while the encoding is still running. See documentation

Memberof

StartEncodingRequest

previewHlsManifests?: ManifestResource[]

HLS manifests to be generated for previewing while the encoding is still running. See documentation

Memberof

StartEncodingRequest

scheduling?: Scheduling

Scheduling parameters of the encoding.

Memberof

StartEncodingRequest

trimming?: Trimming

Allows to encode only part of the input. Defines start (offset) and duration of the desired section. This is not allowed when the Encoding uses any kind of Input Stream resource.

Memberof

StartEncodingRequest

tweaks?: Tweaks

Special tweaks for your encoding job.

Memberof

StartEncodingRequest

vodDashManifests?: ManifestResource[]

DASH manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest

vodHlsManifests?: ManifestResource[]

HLS manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest

vodSmoothManifests?: ManifestResource[]

Smooth Streaming manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest