SeiInjectionSettings interface

Settings for an SeiInjectionNode. see: NorskTransform.seiInjection()

Signature:

export interface SeiInjectionSettings extends ProcessorNodeSettings<SeiInjectionNode>

Properties

Property Type Description

mqaConfig?

MqaConfig

(Optional) Optional MQA quality-metric aggregation weights. When omitted, server defaults are used.

outputQualityMetrics?

boolean

(Optional) Inject SVTA MQA quality metrics SEI from frame metadata. Defaults to false.

outputTimecode?

boolean

(Optional) Inject timecode SEI messages, using the source-time if available, otherwise using the system time. Defaults to false.

passthrough?

boolean

(Optional) Never resample or re-encode: accept H.264/H.265 at native frame rate and bitrate (bit-exact apart from the injected SEI). When false (the legacy default) non-matching input is converted to H.264/25fps/1Mbps.

passthroughSei?

boolean

(Optional) Forward original SEI messages from the input stream. Defaults to false.