FileMp4OutputSettings interface

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

Signature:

export interface FileMp4OutputSettings extends SinkNodeSettings<FileMp4OutputNode>, StreamStatisticsMixin

Properties

Property Type Description

encryption?

{ encryptionKey: string; encryptionKeyId: string; }

(Optional) Common encryption (CENC) key and key ID to use, both 16-bytes encoded in hexadecimal (32 chars).

fragmentedFileName

string

Required: stream fragmented MP4 to this file.

nonfragmentedFileName?

string

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