Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th May 2008, 19:32   #1  |  Link
Lynx_TWO
Registered User
 
Join Date: Aug 2005
Posts: 37
VirtualDub MSU Denoising Filter

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!

Lynx_TWO is offline   Reply With Quote
Old 19th May 2008, 21:00   #2  |  Link
Reuf Toc
Registered User
 
Join Date: Feb 2007
Posts: 65
Quote:
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.
Reuf Toc is offline   Reply With Quote
Old 16th June 2008, 02:20   #3  |  Link
Lynx_TWO
Registered User
 
Join Date: Aug 2005
Posts: 37
Sweet! I'll check it out.
Lynx_TWO is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.