mediaforge - v0.3.0
    Preparing search index...

    Interface TruehdOptions

    Typed options for the Dolby TrueHD encoder. Lossless — required for Blu-ray authoring. Both v7 and v8.

    interface TruehdOptions {
        sampleRate?: 48000 | 96000 | 192000;
        channelLayout?: "5.1" | "7.1";
    }
    Index

    Properties

    sampleRate?: 48000 | 96000 | 192000

    Sample rate. Default: source

    channelLayout?: "5.1" | "7.1"

    Channel layout: '5.1' | '7.1'