Information about a video stream.

Hierarchy

  • CustomVideoStream

Properties

bitrate_in_kbps?: null | number

Bitrate in kilobits per second.

codecs?: null | string

The used codec like H.264 (AVC), H.265 (HEVC), AAC, ...

display_aspect_ratio?: null | string

The proportional relationship between the width and the height of how to display the video like 16:9, 4:3, 3:2, ...

file?: null | string

File path to the initialization segment.

file_template?: null | string

File Template.

format: OutputFormat

Output format.

frame_rate?: null | number

Frames per second of the video stream.

height?: null | number

Height in pixels of the video stream.

iv?: null | string

IV.

key_id?: null | string

Key ID.

label: string

Stream label for grouping streams by the same quality level: audio, sd, hd, uhd1, uhd2.

language_code?: null | string

Language code for for audio, subtitle, or caption streams.

language_name?: null | string

Language name for audio, subtitle, or caption streams.

pixel_aspect_ratio?: null | string

This ratio describes how the width of a pixel compares to the height of that pixel e.g. 1:1. But pixels are not always square.

sampling_rate?: null | number

The average number of samples in one second for audio streams.

Stream type

width?: null | number

Width in pixels of the video stream.

Generated using TypeDoc