Filters interface

Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.

Properties

crop

The parameters for the rectangular window with which to crop the input video.

deinterlace

The de-interlacing settings.

fadeIn

Describes the properties of a Fade effect applied to the input media.

fadeOut

Describes the properties of a Fade effect applied to the input media.

overlays

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

rotation

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

Property Details

crop

The parameters for the rectangular window with which to crop the input video.

crop?: Rectangle

Property Value

deinterlace

The de-interlacing settings.

deinterlace?: Deinterlace

Property Value

fadeIn

Describes the properties of a Fade effect applied to the input media.

fadeIn?: Fade

Property Value

fadeOut

Describes the properties of a Fade effect applied to the input media.

fadeOut?: Fade

Property Value

overlays

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

overlays?: OverlayUnion[]

Property Value

rotation

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

rotation?: string

Property Value

string