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

pixelFormat?

PixelFormat

(Optional) An optional pixel format for output - NB: This only has any effect with in-memory software frames It is mostly useful if you have a high bpp pixelFormat (for example yuv422p or yuv444p) and want to encode yuv420p with x264

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)