

Import("X:\wherever\FixChromaBleeding - Didée Mod.avs") LoadPlugin("X:\wherever\ChromaShift.dll") Import("X:\wherever\DeBlock_QED_MT2.avs") LoadPlugin("X:\wherever\MT_MaskTools.dll") That's it for general purpose advice that comes from other people. LimitedSharpenFaster(SMode=4,LMode=3,Strength=1000,wide=true,soft=75)įFT3DGPU(sigma=1,bt=3,sharpen=0.7,precision=2)ĪddGrain(x,0,0) <- with x set in the 2-5 range. GaussResize(to about 150% size, use MOD16 dimensions) Consider interlaced encoding as well, since that will retain motion fluidity (so I read, don't know why though). Again, this is slow, so for faster encodes with good quality, use just TDeint.

Also, if your source has heavy chroma issues, change the mChroma switch in the TFM line to false.

If you want faster encodes with good quality, try just TIVTC.
AVISYNTH TFM DOWNLOAD
You need to download EEDI2, TDeint and TIVTC. TFM(mode=6,order=0,PP=7,slow=2,mChroma=true,Clip2=Deinted) Interp = SeparateFields().SelectEven().EEDI2(field=0)ĭeinted = TDeint(order=0,field=0,edeint=Interp) TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted) Interp = SeparateFields().SelectEven().EEDI2(field=1)ĭeinted=TDeint(order=1,field=1,edeint=Interp) Maybe I hadn't fiddled with the parameters enough yet.Īnyone want to share their successful filter chains? I found the LeakKernelDeint, but was underwhelmed by the results. (The link to the download on gives me a 404.)Īlso, I remember RichardBerg telling me that nobody really uses TomsMoComp for de-interlacing anymore. Unfortunately, I can't find the AVS 2.5 variations of Guava and Peach. I see that the old guide recommends Guava Comb, Peach Smoother, and Convolution3D. So what do people use these days for filtering analog video?
AVISYNTH TFM HOW TO
Having nearly forgotton how to do this, I referred back to the good old Video Cleaning Guide that we all put our collective heads together on. I appear to be getting amazing results just from analog cable, yet I still want to so some temporo-spatial smoothing to help out the XviD compressor. I must say that I'm really pleased with the results of the Compro Ultra card. So I finally got around to installing my Compro Videomate Ultra card into my computer (I had tried putting it in an older machine with a P3-1Ghz, but apparently it didn't have enough muscle to create a reliable capture.)
