Log in

View Full Version : VirtualDub MSU Denoising Filter


Lynx_TWO
19th May 2008, 19:32
Would it be too difficult to add the VirtualDub MSU Denoising Filter for use with AVISynth? The screenshots I have seen of this denoiser are pretty impressive. It uses automatic noise estimation, both temporal and spatial noise reduction, and can also utilize your GPU for better than real-time HD de-noising! And, of course, it's free. Here is the link...

http://compression.ru/video/denoising/index_en.html

I checked the forums and surprisingly it seems no one has posted on this filter!

:thanks:

Reuf Toc
19th May 2008, 21:00
Filter supports Job Control and can be used with AviSynth. Here is an example:

LoadVirtualDubPlugin("..\VirtualDub\plugins\MSUDenoiser25.vdf", "MSUDenoiser", 1)
clip = AviSource("video.avi")
clip.ConvertToRGB32.MSUDenoiser(algorithm, gpuMode, correction, shotDetection)


IMO there are more efficients filters for denoising. Don't trust the pictures but only your own tests. If you want GPU support, take a look to FFT3DGPU.

Lynx_TWO
16th June 2008, 02:20
Sweet! I'll check it out.:thanks: