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

Comparing ray/doc/man/man1/pmblur2.1 (file contents):
Revision 1.1 by greg, Fri Oct 5 00:59:38 2012 UTC vs.
Revision 1.2 by greg, Fri Oct 5 02:07:10 2012 UTC

# Line 4 | Line 4
4   pmblur2 - apply motion blur to a frame from an animation
5   .SH SYNOPSIS
6   .B pmblur2
7 < .B f0,f1
7 > .B f0,f1/n
8   .B HDRspec
9   .B ZBFspec
10   .B MVOspec
# Line 30 | Line 30 | The starting and ending frame number are usually given
30   values.
31   For example, the range "10.75,11.25" would simulate a 180-degree shutter
32   around frame 11.
33 < The range "5,15" would blur all the frames from 5 to 15 continuously.
33 > An optional time slice count may be given to override the one that is
34 > computed by default.
35 > The range "5,15/30" would blur all the frames from 5 to 15 continuously
36 > using 30 time slices.
37   The blurred image is always sent to stdout.
38   .SH EXAMPLES
39   To blur and downsample frame 95 with a 360-degree shutter:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines