{
    "mode": "man",
    "parameter": "ppmtoeyuv",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ppmtoeyuv/1/json",
    "generated": "2026-09-05T08:12:22Z",
    "synopsis": "",
    "sections": {
        "NAME": {
            "content": "ppmtoeyuv - convert a PPM image into a Berkeley YUV file\n\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "",
            "subsections": [
                {
                    "name": "ppmtoeyuv",
                    "content": "[ppmfile]\n\n"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "This program is part of Netpbm(1).\n\nppmtoeyuv  reads  a  PPM  image as input and produces a Berkeley Encoder YUV (not the same as\nAbekas YUV) file on the Standard Output file.\n\nWith no argument, ppmtoeyuvtakes input from Standard Input.  Otherwise, ppmfile is  the  file\nspecification 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": []
        },
        "OPTIONS": {
            "content": "There are no command line options defined specifically for ppmtoeyuv, but it  recognizes  the\noptions common to all programs based on libnetpbm (See \u001b]8;;index.html#commonoptions\u001b\\ Common Options\u001b]8;;\u001b\\ .)\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "eyuvtoppm(1), ppmtoyuv(1), ppm(1)\n",
            "subsections": []
        },
        "DOCUMENT SOURCE": {
            "content": "This  manual  page  was  generated by the Netpbm tool 'makeman' from HTML source.  The master\ndocumentation is at\n\nhttp://netpbm.sourceforge.net/doc/ppmtoeyuv.html\n\nnetpbm documentation                        03 April 2000                   Ppmtoeyuv User Manual(1)",
            "subsections": []
        }
    },
    "summary": "ppmtoeyuv - convert a PPM image into a Berkeley YUV file",
    "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": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PPM image to an Berkeley YUV file.",
        "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}}"
            }
        ]
    }
}