NorskTransform.dolbyEEncode() method
Encode an audio + video stream pair to Dolby E. Dolby E is video-frame-locked, so subscribe both an audio source (to the "audio" pin) and a video source (timing only, to the "video" pin); the frame rate is derived from the video.
Signature:
dolbyEEncode(settings: DolbyEEncodeSettings): Promise<DolbyEEncodeNode>;
Parameters
| Parameter | Type | Description |
|---|---|---|
settings |
Settings for the encoder (program config, bit depth, rendition name). |
Returns:
Promise<DolbyEEncodeNode>
Find Examples
Search for examples using dolbyEEncode in our examples repo.