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.

passthroughSei?

boolean

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