183 |
|
multiple times and averaging the output together with a program like |
184 |
|
.I pcomb(1). |
185 |
|
This option is useful for simulating motion blur and depth of field. |
186 |
< |
(See also |
187 |
< |
.I pdfblur(1).)\0 |
186 |
> |
(See |
187 |
> |
.I pmdblur(1).)\0 |
188 |
|
The input views are reported in the information header of the output |
189 |
|
file, along with the averaged view. |
190 |
|
The picture dimensions computed from the first view will be the |
227 |
|
To interpolate two frames of a walk-through animation, anti-alias to |
228 |
|
512x400 and increase the exposure by 2.5 f-stops: |
229 |
|
.IP "" .2i |
230 |
< |
pinterp -vf 27.vf -a -x 512 -y 400 -e +2.5 30.pic 30.z 20.pic 20.z > 27.pic |
230 |
> |
pinterp \-vf 27.vf \-a \-x 512 \-y 400 \-e +2.5 30.hdr 30.z 20.hdr 20.z > 27.hdr |
231 |
|
.PP |
232 |
|
To extrapolate a second eyepoint for a stereo pair and recalculate |
233 |
|
background regions: |
234 |
|
.IP "" .2i |
235 |
< |
pinterp -vf right.vf -ff -fr "-av .1 .1 .1 scene.oct" left.pic left.z > right.pic |
235 |
> |
pinterp \-vf right.vf \-ff \-fr "\-av .1 .1 .1 scene.oct" left.hdr left.z > right.hdr |
236 |
> |
.PP |
237 |
> |
To convert an angular fisheye to a hemispherical fisheye: |
238 |
> |
.IP "" .2i |
239 |
> |
pinterp \-vf fish.hdr \-vth -ff fish.hdr 1 > hemi.hdr |
240 |
|
.SH AUTHOR |
241 |
|
Greg Ward |
242 |
|
.SH "SEE ALSO" |
243 |
< |
getinfo(1), pdfblur(1), pfilt(1), pmblur(1), rpict(1), ranimate(1), |
244 |
< |
rtrace(1), rvu(1) |
243 |
> |
getinfo(1), pdfblur(1), pfilt(1), pmblur(1), pmdblur(1), rpict(1), |
244 |
> |
ranimate(1), rtrace(1), rvu(1) |