yuvsplittoppm
Updated: 26 August 93
Table Of Contents
NAME
yuvsplittoppm - convert separate Y, U, and V files into a PPM
image
SYNOPSIS
yuvsplittoppm basename width height [-ccir601]
DESCRIPTION
This program is part of Netpbm.
yuvsplittoppm reads three files, containing the YUV compo-
nents, as input.
These files are basename.Y, basename.U, and basename.V. Pro-
duces a portable
pixmap on stdout.
Since the YUV files are raw files, the dimensions width and
height must be
specified on the command line.
OPTIONS
-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, yuvtoppm, ppm
AUTHOR
Marcel Wijkstra , based on ppmtoyuvsplit.
_________________________________________________________________
Table Of Contents
* NAME
* SYNOPSIS
* DESCRIPTION
* OPTIONS
* SEE ALSO
* AUTHOR
UNIX/Linux commands referenced on this page:
- convert
- basename
- as
- raw
- ppmtoyuvsplit
- yuvtoppm