{
    "mode": "man",
    "parameter": "eyuvtoppm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/eyuvtoppm/1/json",
    "generated": "2026-06-03T01:48:50Z",
    "synopsis": "eyuvtoppm [--width width] [--height height] [eyuvfile]",
    "sections": {
        "NAME": {
            "content": "eyuvtoppm - convert a Berkeley YUV file to a portable pixmap file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "eyuvtoppm [--width width] [--height height] [eyuvfile]\n\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a Berkeley Encoder YUV (not the same as Abekas YUV) file as input and produces a porta‐\nble pixmap (ppm) file on the Standard Output.\n\nWith no filename argument takes input from Standard Input.  Otherwise, eyuvfile is  the  file\nspecification of the input file.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "ppmtoeyuv(1), yuvtoppm(1), ppm(5)\n\n\n\nApril 22, 2001                               eyuvtoppm(1)",
            "subsections": []
        }
    },
    "summary": "eyuvtoppm - convert a Berkeley YUV file to a portable pixmap file",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ppmtoeyuv",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppmtoeyuv/1/json"
        },
        {
            "name": "yuvtoppm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/yuvtoppm/1/json"
        },
        {
            "name": "ppm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a Berkeley YUV file to PPM.",
        "examples": [
            {
                "description": "Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file",
                "command": "eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}"
            }
        ]
    }
}