Penguin
Blame: yuvsplittoppm(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of yuvsplittoppm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 yuvsplittoppm
2 !!!yuvsplittoppm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 yuvplittoppm - convert a Y- an U- and a V-file into a portable pixmap.
14 !!SYNOPSIS
15
16
17 __yuvsplittoppm__ ''basename width height''
18 [[-ccir601]
19 !!DESCRIPTION
20
21
22 Reads three files, containing the YUV components, as input.
23 These files are ''basename'' .Y, ''basename'' .U and
24 ''basename''.V . Produces a portable pixmap on
25 stdout.
26
27
28 Since the YUV files are raw files, the dimensions
29 ''width'' and ''height'' must be specified on the
30 command line.
31 !!OPTIONS
32
33
34 __-ccir601__
35
36
37 Assumes that the YUV triplets are scaled into the smaller
38 range of the CCIR 601 (MPEG) standard. Else, the JFIF (JPEG)
39 standard is assumed.
40 !!SEE ALSO
41
42
43 ppmtoyuvsplit(1), yuvtoppm(1), ppm(5)
44 !!AUTHOR
45
46
47 Marcel Wijkstra
48 ppmtoyuvsplit.''
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.