mediaforge - v0.1.0
    Preparing search index...

    Interface NormalizeOptions

    interface NormalizeOptions {
        input: string;
        output: string;
        targetI?: number;
        targetLra?: number;
        targetTp?: number;
        twoPass?: boolean;
        videoCodec?: string;
        binary?: string;
    }
    Index

    Properties

    input: string
    output: string
    targetI?: number

    Target integrated loudness in LUFS. Default: -23 (EBU R128)

    targetLra?: number

    Target loudness range in LU. Default: 7

    targetTp?: number

    Target true peak in dBTP. Default: -2

    twoPass?: boolean

    Two-pass for accuracy. Default: true

    videoCodec?: string

    Video codec. Default: 'copy'

    binary?: string