mediaforge - v0.1.0
    Preparing search index...

    Interface FormatInfo

    Info about a container format from ffmpeg -formats

    interface FormatInfo {
        name: string;
        description: string;
        demux: boolean;
        mux: boolean;
    }
    Index

    Properties

    name: string

    Format name

    description: string

    Human-readable description

    demux: boolean

    Can demux (read)

    mux: boolean

    Can mux (write)