mediaforge - v0.3.0
    Preparing search index...

    Interface ReplaceAudioOptions

    interface ReplaceAudioOptions {
        video: string;
        audio: string;
        output: string;
        videoCodec?: string;
        audioCodec?: string;
        shortest?: boolean;
        binary?: string;
    }
    Index

    Properties

    video: string

    Video input file (video track taken from here)

    audio: string

    Audio input file (audio track taken from here)

    output: string
    videoCodec?: string

    Codec for the output video stream. Default: 'copy'

    audioCodec?: string

    Codec for the output audio stream. Default: 'copy'

    shortest?: boolean

    Trim output to the shorter of the two inputs

    binary?: string