FileMp4OutputSettings interface

Settings to control MP4 file output see NorskOutput.fileMp4()

Signature:

export interface FileMp4OutputSettings extends SinkNodeSettings<FileMp4OutputNode>, StreamStatisticsMixin

Properties

Property Type Description

audioEncryption?

EncryptionSettings

(Optional) Settings for encrypting the audio track.

fragmentedFileName?

string

(Optional) stream fragmented MP4 to this file.

httpFileName?

string

(Optional) Serve the fragmented MP4 from this filename

nonfragmentedFileName?

string

(Optional) Write non-fragmented MP4 to this file on close, creates a .tmp file to store the frame data.

videoEncryption?

EncryptionSettings

(Optional) Settings for encrypting the video track.