{
    "content": [
        {
            "type": "text",
            "text": "# yuvsplittoppm(1) (man)\n\n**Summary:** yuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap\n\n**Synopsis:** yuvsplittoppm basename width height [-ccir601]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | — | — | Assumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) s |\n\n## See Also\n\n- ppmtoyuvsplit(1)\n- yuvtoppm(1)\n- ppm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **OPTIONS** (1 lines) — 1 subsections\n  - -ccir601 (3 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nyuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap\n\n### SYNOPSIS\n\nyuvsplittoppm basename width height [-ccir601]\n\n### DESCRIPTION\n\nReads  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\n### OPTIONS\n\n#### -ccir601\n\nAssumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG)\nstandard. Else, the JFIF (JPEG) standard is assumed.\n\n### SEE ALSO\n\nppmtoyuvsplit(1), yuvtoppm(1), ppm(5)\n\n### AUTHOR\n\nMarcel Wijkstra <wijkstra@fwi.uva.nl>, based on ppmtoyuvsplit.\n\n\n\n26 August 93                            yuvsplittoppm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "yuvsplittoppm",
        "section": "1",
        "mode": "man",
        "summary": "yuvsplittoppm - convert a Y- and a U- and a V-file into a portable pixmap",
        "synopsis": "yuvsplittoppm basename width height [-ccir601]",
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-ccir601",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}