SpectrumSettings interface
Settings for a Spectrum video processor node see: NorskTransform.spectrum()
Signature:
export interface SpectrumSettings extends ProcessorNodeSettings<SpectrumNode>
Extends: ProcessorNodeSettings<SpectrumNode>
Properties
| Property | Type | Description |
|---|---|---|
The Spectrum expression tree describing the processing pipeline |
||
(Optional) Output pixel format. If not specified, defaults to the source pixel format. Useful for ensuring the output is in a format suitable for downstream encoding (e.g. "yuv420p" for H.264/H.265). |