Eac3Settings interface
Settings for an E-AC-3 (Dolby Digital Plus) encode. As AC-3, plus the bitstream mode (bsmod). see: NorskTransform.audioEncode()
Signature:
export interface Eac3Settings
Properties
| Property | Type | Description |
|---|---|---|
(Optional) Encoder backend. Defaults to "ffmpeg". |
||
number |
(Optional) Bitstream mode (bsmod), per ETSI TS 102 366. Reserved: the ffmpeg backend does not expose bitstream mode and always emits 0 (main/complete audio service), so this field is currently ignored. It is retained for the future Dolby backend, which can set it. |
|
"eac3" |
||
The output sample rate of this E-AC-3 encode (32000, 44100 or 48000) |