mediaforge - v0.3.0
    Preparing search index...

    Interface Mp2Options

    Typed options for the MP2 (MPEG Audio Layer 2) encoder. Used in broadcast (DVB, ATSC), legacy archival. Both v7 and v8.

    interface Mp2Options {
        bitrate?: number;
        sampleRate?: 48000 | 32000 | 44100;
    }
    Index

    Properties

    bitrate?: number

    Target bitrate in kbps. Common: 128, 192, 256, 384

    sampleRate?: 48000 | 32000 | 44100

    Sample rate. Default: 48000 for broadcast