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 NB: only supported in software |
||
(Optional) An optional framerate to resample this single stream to NB: only supported in software |
||
"nvidia" | "quadra" | "software" |
(Optional) Optionally force this operation to take place on hardware / in software Not all operations are supported by each mode This is also useful for forcing an upload/download in a known location in your workflow before other operations |
|
(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) |