{
    "content": [
        {
            "type": "text",
            "text": "# ppmtoeyuv(1) (man)\n\n## TLDR\n\n> Convert a PPM image to an Berkeley YUV file.\n\n- Read a PPM image from the input file, convert it to a Berkeley YUV image, and store it in the specified output file:\n  `ppmtoeyuv {{path/to/input_file.ppm}} > {{path/to/output_file.eyuv}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** ppmtoeyuv - convert a portable pixmap into a Berkeley YUV file\n\n**Synopsis:** ppmtoeyuv [ppmfile]\n\n## See Also\n\n- eyuvtoppm(1)\n- ppmtoyuv(1)\n- ppm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (10 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nppmtoeyuv - convert a portable pixmap into a Berkeley YUV file\n\n### SYNOPSIS\n\nppmtoeyuv [ppmfile]\n\n### DESCRIPTION\n\nReads  a  portable  pixmap as input.  Produces a Berkeley Encoder YUV (not the same as Abekas\nYUV) file on the Standard Output file.\n\nWith no argument, takes input from Standard Input.  Otherwise, ppmfile is the file specifica‐\ntion of the input file.\n\nppmtoeyuv  handles  multi-image PPM input streams, outputting consecutive eyuv images.  There\nmust be at least one image, though.\n\n### SEE ALSO\n\neyuvtoppm(1), ppmtoyuv(1), ppm(5)\n\n\n\nApril 3, 2000                               ppmtoeyuv(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ppmtoeyuv",
        "section": "1",
        "mode": "man",
        "summary": "ppmtoeyuv - convert a portable pixmap into a Berkeley YUV file",
        "synopsis": "ppmtoeyuv [ppmfile]",
        "tldr_summary": "Convert a PPM image to an Berkeley YUV file.",
        "tldr_examples": [
            {
                "description": "Read a PPM image from the input file, convert it to a Berkeley YUV image, and store it in the specified output file",
                "command": "ppmtoeyuv {{path/to/input_file.ppm}} > {{path/to/output_file.eyuv}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "eyuvtoppm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/eyuvtoppm/1/json"
            },
            {
                "name": "ppmtoyuv",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmtoyuv/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": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ppmtoeyuv - convert a portable pixmap into a Berkeley YUV file\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ppmtoeyuv [ppmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  pixmap as input.  Produces a Berkeley Encoder YUV (not the same as Abekas\nYUV) file on the Standard Output file.\n\nWith no argument, takes input from Standard Input.  Otherwise, ppmfile is the file specifica‐\ntion of the input file.\n\nppmtoeyuv  handles  multi-image PPM input streams, outputting consecutive eyuv images.  There\nmust be at least one image, though.\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "eyuvtoppm(1), ppmtoyuv(1), ppm(5)\n\n\n\nApril 3, 2000                               ppmtoeyuv(1)",
                "subsections": []
            }
        }
    }
}