mediaforge - v0.3.0
    Preparing search index...

    Interface MjpegOptions

    Typed options for the MJPEG (Motion JPEG) encoder. Widely supported — both FFmpeg v7 (via mjpeg_vaapi on Linux) and v8. Common use: frame-accurate editing, surveillance, WebRTC.

    interface MjpegOptions {
        qscale?: number;
        huffman?: "default" | "optimal";
        pixFmt?: "yuvj420p" | "yuvj422p" | "yuvj444p";
    }
    Index

    Properties

    qscale?: number

    Constant quality 1–31 (lower = better). Default: 5

    huffman?: "default" | "optimal"

    Huffman table: default | optimal

    pixFmt?: "yuvj420p" | "yuvj422p" | "yuvj444p"

    Force pixel format: yuvj420p | yuvj422p | yuvj444p