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 |
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: |