VirtualDub MSU Smart Sharpen Filter

MSU Graphics & Media Lab (Video Group)

Version 1.4 - parameters loading JOB file fixed

The filter allows to enhance image sharpness with minimum noise amplification.
New version works 5-8 times faster than previous!

Settings

New version supports VirtualDub jobs and AviSynth
Script example for AviSynth

LoadVirtualDubPlugin("...\Virtual Dub\plugins\msu_sharpen.vdf","MSUSmartSharpen", 0)  
clip=AVISource("D:\Video\test.avi", false, "RGB24")
clip.ConvertToRGB32.MSUSmartSharpen(4)




Parameter for MSUSmartSharpen in the third line of the script is number of preset (from 0 to 5).