Hi Miguel,
There could be a problem with google groups because your post does not
show up on the group.
On Thu, Jan 31, 2013 at 7:39 PM, Miguel Melo <
tri...@gmail.com> wrote:
> Hi there,
>
> I've a doubt and I wonder if someone can help me ... I want to process a set
> of frames with Pattanaik00 and Mantiuk08 with time-dependence! I use the -t
> but I think I'm not doing properly since I do for example:
>
> pfsin Frame_0001.exr | pfstmo_pattanaik00 -t -f 20.0 | pfsgamma -g 2.2 |
> pfsout Frame_0001.png;
> pfsin Frame_0002.exr | pfstmo_pattanaik00 -t -f 20.0 | pfsgamma -g 2.2 |
> pfsout Frame_0002.png;
> pfsin Frame_0003.exr | pfstmo_pattanaik00 -t -f 20.0 | pfsgamma -g 2.2 |
> pfsout Frame_0003.png;
> .....
The proper way to do it:
pfsin Frame_%04d.exr | pfstmo_pattanaik00 -t -f 20.0 | pfsgamma -g 2.2
| pfsout Frame_%04d.png
see also "man pfsin".
Note that in pfstmo 1.5 there is no need for "-t" in mantiuk08.
Rafal