VideoTransformSettings interface

Settings for a Video Transform node see: NorskTransform.videoTransform()

Signature:

export interface VideoTransformSettings extends ProcessorNodeSettings<VideoTransformNode>

Properties

Property Type Description

deinterlace?

DeinterlaceSettings

(Optional) An optional de-interlace algorithm to apply on this stream

frameRate?

FrameRate

(Optional) An optional framerate to resample this single stream to

resolution?

Resolution

(Optional) An optional resolution to rescale this single stream to

sar?

SampleAspectRatio

(Optional) An optional SAR to set on the outgoing stream Note: You can set this and only this if the SAR on your incoming stream is incorrect for example (An often-seen problem with sources)