ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/fieldcomb.1
(Generate patch)

Comparing ray/doc/man/man1/fieldcomb.1 (file contents):
Revision 1.1 by greg, Tue Sep 6 17:59:42 2005 UTC vs.
Revision 1.4 by greg, Mon Nov 10 19:08:17 2008 UTC

# Line 10 | Line 10 | fieldcomb - combine two or more field frames for video
10   .B \-r
11   ]
12   [
13 < .B "-f combined.pic"
13 > .B "-f combined.hdr"
14   ]
15 < .B "field0.pic field1.pic .."
15 > .B "field0.hdr field1.hdr .."
16   .SH DESCRIPTION
17   .I Fieldcomb
18   combines two or more field frames into half as many final video frames
# Line 30 | Line 30 | option must be specified.
30   Normally,
31   .I fieldcomb
32   will name output frames by dividing the numbers on the input field
33 < file names by 2, inserting a 'C' right before the number.
33 > file names by 2, inserting a 'C' right before the number, adding
34 > leading zeroes to make it always four digits.
35   For example, the command:
36   .IP "" .2i
37 < fieldcomb anim12.pic anim13.pic anim14.pic anim15.pic
37 > fieldcomb anim12.hdr anim13.hdr anim14.hdr anim15.hdr
38   .PP
39   will produce two output pictures:
40   .IP "" .2i
41 < animC6.pic & animC7.pic
41 > animC0006.hdr & animC0007.hdr
42   .PP
43   If an odd number of input files is given on the command line, the last file
44   is held over and used as the first file in the next invocation of
# Line 60 | Line 61 | Greg Ward
61   .SH ACKNOWLEDGEMENT
62   Work on this program was sponsored by Iebele Abel.
63   .SH "SEE ALSO"
64 < getinfo(1), pcomb(1), pfilt(1), phisto(1), ranimate(1), rpict(1)
64 > getinfo(1), pcomb(1), pfilt(1), phisto(1), ran2tiff(1), ranimate(1), rpict(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines