Information about specific video encoding.

Hierarchy

  • VideoEncoding

Indexable

[k: string]: unknown

Properties

audio_languages: (null | string)[]

An array of audio language values.

caption_languages: (null | string)[]

An array of closed caption language values.

cmaf_size_in_bytes?: null | number

CMAF output size in bytes

dash_manifest_path?: null | string

Path to the DASH manifest in the output storage

dash_size_in_bytes?: null | number

DASH output size in bytes

encoding_state: EncodingState

Encoding state.

finished_date?: null | string

ISO 8601 Datetime when the encoding finished

hls_manifest_path?: null | string

Path to the HLS manifest in the output storage

hls_size_in_bytes?: null | number

HLS output size in bytes

is_protected: boolean

Is video DRM-protected or not

length_in_seconds?: null | number

Video length in seconds

output_format: OutputFormat

Output format.

output_location?: string

Output location

preview_comment?: null | string

Preview comment

preview_status: PreviewStatus

Preview status.

subtitle_languages: (null | string)[]

An array of subtitle language values.

title?: string

Video title

video_streams: VideoStream[]

An array of video stream objects.

Generated using TypeDoc