CmafWebVttOutputSettings interface
Settings for a CMAF WebVTT Output see NorskOutput.cmafWebVtt()
Signature:
export interface CmafWebVttOutputSettings extends SinkNodeSettings<CmafWebVttOutputNode>
Extends: SinkNodeSettings<CmafWebVttOutputNode>
Properties
Property | Type | Description |
---|---|---|
A list of destinations CmafDestinationSettings for this stream to be published to |
||
string |
(Optional) The name to use for the playlist in a multivariant playlist |
|
boolean |
(Optional) Whether to insert a program date-time directive on every segment. Not required to produce spec-compliant playlists, but may be useful for inspection or playlist manipulation |
|
number |
The target segment duration in seconds, Norsk will split subtitles over multiple segments in a compliant manner if necessary |