yuvsplittoppm - Man Page
convert separate Y, U, and V files into a PPM image
Examples (TL;DR)
- Read Akebas YUV bytes from three files starting with basename, merge them into a single PPM image and store it in the specified output file:
yuvsplittoppm basename width height > path/to/output_file.ppm
Synopsis
yuvsplittoppm
basename width height [-ccir601]
Description
This program is part of Netpbm(1).
yuvsplittoppm reads three files, containing the YUV components, as input. These files are basename.Y, basename.U, and basename.V. Produces a PPM image on Standard Output.
Since the YUV files are raw files, the dimensions width and height must be specified on the command line.
Options
In addition to the options common to all programs based on libnetpbm (most notably -quiet, see Common Options ), yuvsplittoppm recognizes the following command line option:
- -ccir601
Assumes that the YUV triplets are scaled into the smaller range of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard is assumed.
See Also
ppmtoyuvsplit(1), yuvtoppm(1), ppm(1)
Author
Marcel Wijkstra <wijkstra@fwi.uva.nl>, based on ppmtoyuvsplit.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at