Moth3r said:
And for an average, I suppose you'd use something like this:
interleave(source1,source2,source3)
temporalsoften(1,255,255)
selectevery(3,1)
And for an average, I suppose you'd use something like this:
interleave(source1,source2,source3)
temporalsoften(1,255,255)
selectevery(3,1)
Corect!
Even better:
interleave(source1,source2,source3)
temporalsoften(1,255,255,25,2)
selectevery(3,1)
The addition of the "25" is the scenechange parameter, which will prevent the averaging in of a frame of a particular capture if that frame is really bad. The "2" is the mode parameter, which according to the documentation, is better and faster than the default mode "1", although in my tests I have yet to see the difference between the modes.
-G