View Single Post
Old 13th January 2007, 21:26   #10  |  Link
chipzoller
Mr. Woof
 
chipzoller's Avatar
 
Join Date: Jan 2002
Location: USA
Posts: 784
Thanks for your example. I used this and modified it just a little to be:

Code:
AssumeTFF()
Interp = SeparateFields().SelectEven().EEDI2(field=1)
Deinted=TDeint(order=1,field=1,edeint=Interp)
TFM(order=1, Clip2=Deinted)
TDecimate(mode=1)

FFT3DFilter(sigma=6.0,plane=4,bw=32,bh=32,bt=3,ow=16,oh=16, sharpen=1.0)
Here is plane=3 and here is plane=4

Is plane=4 a bit much in this case? Perhaps too smooth?

Also, I'd like to use jdl-applyrange to isolate and filter the intro. and credits with one set and the middle (live action) with another, only when I read the cautions in the file it says not to use it with anything that modifies frame rate. How can I used this if I have to IVTC?

As for the intro. and credits (which are animated), I specifically want to get rid of the chroma bleeding in this example as well as denoise some clicks and scratches as can be seen from the clip in my first post. Any ideas?
Or can at least someone tell me what appears to be the biggest problem in the clip (the proper noise name) from the standpoint of filterability? I've been scouring the forums for the past 6 hours and trying every derainbowing and colorbleeding script and plugin I could find with the results either not affecting the target noise or affecting the picture in other ways.
I'm going to petition my university for an "AviSynth Filtering 1101" class I think

Last edited by chipzoller; 14th January 2007 at 03:49.
chipzoller is offline   Reply With Quote