StreamAlignSettings interface

Settings for a StreamAlign node This will reset all streams to the same framerates/sample rates and align their timestamps so that they completely line up for downstream operations see NorskTransform.streamAlign()

Signature:

export interface StreamAlignSettings extends ProcessorNodeSettings<StreamAlignNode>

Properties

Property Type Description

frameRate

FrameRate

The normalised frame rate of the video output

sampleRate

SampleRate

The normalisd sample rate of the audio output

syncAv?

boolean

(Optional) Synchronise audio/video sources aggressively to start at the same timestamp by dropping frames until a video keyframe occurs