ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pmblur2.1
Revision: 1.1
Committed: Fri Oct 5 00:59:38 2012 UTC (12 years, 7 months ago) by greg
Branch: MAIN
Log Message:
Created pmblur2 command to compute better motion blur from ranimove runs

File Contents

# User Rev Content
1 greg 1.1 .\" RCSid "$Id$"
2     .TH PMBLUR2 1 10/4/2012 RADIANCE
3     .SH NAME
4     pmblur2 - apply motion blur to a frame from an animation
5     .SH SYNOPSIS
6     .B pmblur2
7     .B f0,f1
8     .B HDRspec
9     .B ZBFspec
10     .B MVOspec
11     .SH DESCRIPTION
12     .I Pmblur2
13     Computes a square-shutter blur from frame position
14     .I f0
15     to frame position
16     .I f1
17     using the given picture, depth buffer, and motion vector offset files
18     produced by
19     .I ranimove(1).
20     These arguments should be set similarly to the
21     .I BASENAME,
22     .I ZNAME,
23     and
24     .I MNAME
25     variables in the
26     .I ranimove
27     input file, but should include the suffixes as well.
28     .PP
29     The starting and ending frame number are usually given as floating-point
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.
34     The blurred image is always sent to stdout.
35     .SH EXAMPLES
36     To blur and downsample frame 95 with a 360-degree shutter:
37     .IP "" .2i
38     pmblur2 94.5,95.5 frame%03d.hdr frame%03d.zbf frame%03d.mvo | pfilt -1 -x /2 -y /2 > final95.hdr
39     .SH AUTHOR
40     Greg Ward
41     .SH "SEE ALSO"
42     pdfblur(1), pfilt(1), pinterp(1), pmblur(1), pmdblur(1), ranimove(1)