mediaforge - v0.1.0
    Preparing search index...

    Interface ProbeResult

    Complete ffprobe JSON output

    interface ProbeResult {
        streams: ProbeStream[];
        format?: ProbeFormat;
        chapters?: ProbeChapter[];
    }
    Index

    Properties

    streams: ProbeStream[]
    format?: ProbeFormat
    chapters?: ProbeChapter[]