JpgLayer interface

Describes the settings to produce a JPEG image from the input video.

Extends

Properties

quality

The compression quality of the JPEG output. Range is from 0-100 and the default is 70.

Inherited Properties

height

The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.

label

The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.

width

The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.

Property Details

quality

The compression quality of the JPEG output. Range is from 0-100 and the default is 70.

quality?: number

Property Value

number

Inherited Property Details

height

The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.

height?: string

Property Value

string

Inherited From Layer.height

label

The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.

label?: string

Property Value

string

Inherited From Layer.label

width

The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.

width?: string

Property Value

string

Inherited From Layer.width