{
    "mode": "man",
    "parameter": "yuvsplittoppm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/yuvsplittoppm/1/json",
    "generated": "2026-05-30T05:16:10Z",
    "synopsis": "yuvsplittoppm basename width height [-ccir601]",
    "sections": {
        "NAME": {
            "content": "yuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "yuvsplittoppm basename width height [-ccir601]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads  three  files,  containing  the  YUV components, as input.  These files are basename.Y,\nbasename.U, and basename.V.  Produces a portable pixmap on stdout.\n\nSince the YUV files are raw files, the dimensions width and height must be specified  on  the\ncommand line.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-ccir601",
                    "content": "Assumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG)\nstandard. Else, the JFIF (JPEG) standard is assumed.\n"
                }
            ]
        },
        "SEE ALSO": {
            "content": "ppmtoyuvsplit(1), yuvtoppm(1), ppm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Marcel Wijkstra <wijkstra@fwi.uva.nl>, based on ppmtoyuvsplit.\n\n\n\n26 August 93                            yuvsplittoppm(1)",
            "subsections": []
        }
    },
    "summary": "yuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap",
    "flags": [
        {
            "flag": "",
            "long": null,
            "arg": null,
            "description": "Assumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard is assumed."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "ppmtoyuvsplit",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppmtoyuvsplit/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"
        }
    ]
}