VideoTransformSettings interface
Settings for a Video Transform node see: NorskTransform.videoTransform()
Signature:
export interface VideoTransformSettings extends ProcessorNodeSettings<VideoTransformNode>
Extends: ProcessorNodeSettings<VideoTransformNode>
Properties
Property | Type | Description |
---|---|---|
(Optional) An optional de-interlace algorithm to apply on this stream |
||
(Optional) An optional framerate to resample this single stream to |
||
(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 |
||
(Optional) An optional resolution to rescale this single stream to |
||
(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) |