SpectrumSettings interface

Settings for a Spectrum video processor node see: NorskTransform.spectrum()

Signature:

export interface SpectrumSettings extends ProcessorNodeSettings<SpectrumNode>

Properties

Property Type Description

expression

SpectrumExpression

The Spectrum expression tree describing the processing pipeline

outputPixelFormat?

PixelFormat

(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).