{
    "content": [
        {
            "type": "text",
            "text": "# eyuvtoppm(1) (man)\n\n## NAME\n\neyuvtoppm - convert a Berkeley YUV file to a portable pixmap file\n\n## SYNOPSIS\n\neyuvtoppm [--width width] [--height height] [eyuvfile]\n\n## DESCRIPTION\n\nReads 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\n## TLDR\n\n> Convert a Berkeley YUV file to PPM.\n\n- Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:\n  `eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "eyuvtoppm",
        "section": "1",
        "mode": "man",
        "summary": "eyuvtoppm - convert a Berkeley YUV file to a portable pixmap file",
        "synopsis": "eyuvtoppm [--width width] [--height height] [eyuvfile]",
        "tldr_summary": "Convert a Berkeley YUV file to PPM.",
        "tldr_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}}"
            }
        ],
        "tldr_source": "official",
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}