Doctor M said:
fft3dfilter is awesome. I probably couldn't live without it. Still comparisons of before and after show it really does its thing for removing noise.
What I don't understand about it is that in motion it makes it look like the camera lens is dirty. Besides softening the picture, you get a soft pattern that looks a bit like film grain but doesn't change pattern from frame to frame.
Does anyone know what I'm talking about?
It is a handy filter, but I have noticed the artifact that you mention. I had this problem with many of the earlier scripts. The trick is to not do too much FFT filtering, which is why the script uses the FFT filter only to determine the motion vectors, and then as a median between the mo-comped and original pixels. One way to look at this is, it only uses the fft filter if the fft is inbetween the mo-comped pixel and the original pixel.
I think the reason there is this left-over haze of noise that persists frame to frame if you're not careful is because of the MPEG compression of the original DVD. The compression tries to resist change, hence it takes an otherwise random noise and only changes as little of it as possible to make it still look like random noise. Then when you apply the filter, the noise left over is just the persistant noise that the original DVD compression decided to make less random.
-G