mediaforge - v0.1.0
    Preparing search index...

    Interface MergeOptions

    interface MergeOptions {
        inputs: string[];
        output: string;
        reencode?: boolean;
        videoCodec?: string;
        audioCodec?: string;
        extraArgs?: string[];
        binary?: string;
    }
    Index

    Properties

    inputs: string[]

    Input files to concatenate in order

    output: string

    Output file path

    reencode?: boolean

    If true, re-encode. If false (default), attempt stream copy

    videoCodec?: string

    Video codec when re-encoding. Default: 'libx264'

    audioCodec?: string

    Audio codec when re-encoding. Default: 'aac'

    extraArgs?: string[]

    Extra output args

    binary?: string

    ffmpeg binary override