1Yuvsplittoppm User Manual(0) Yuvsplittoppm User Manual(0)
2
3
4
6 yuvsplittoppm - convert separate Y, U, and V files into a PPM image
7
8
10 yuvsplittoppm
11
12 basename width height [-ccir601]
13
14
16 This program is part of Netpbm(1).
17
18 yuvsplittoppm reads three files, containing the YUV components, as
19 input. These files are basename.Y, basename.U, and basename.V. Pro‐
20 duces a PPM image on Standard Output.
21
22 Since the YUV files are raw files, the dimensions width and height must
23 be specified on the command line.
24
25
27 In addition to the options common to all programs based on libnetpbm
28 (most notably -quiet, see
29 Common Options ⟨index.html#commonoptions⟩ ), yuvsplittoppm recognizes
30 the following command line option:
31
32
33
34 -ccir601
35 Assumes that the YUV triplets are scaled into the smaller range
36 of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG) standard
37 is assumed.
38
39
40
42 ppmtoyuvsplit(1), yuvtoppm(1), ppm(1)
43
44
46 Marcel Wijkstra <wijkstra@fwi.uva.nl>, based on ppmtoyuvsplit.
47
49 This manual page was generated by the Netpbm tool 'makeman' from HTML
50 source. The master documentation is at
51
52 http://netpbm.sourceforge.net/doc/yuvsplittoppm.html
53
54netpbm documentation 26 August 93 Yuvsplittoppm User Manual(0)