On this page in section 8 they talk about using virutaldub filters in avisynth scripts. It already supports many filters but I would like to add dynamic noise reduction to use in avisynth scripts. Donald graft mentions on his site that he modified it to have script support but I'm not sure how to implement it.
+ Reply to Thread
Results 1 to 3 of 3
-
-
8. Using VirtualDub filters in AVIsynth scripts
The vdfilters.avs is available in our AVS collection:
copy vdfilters.avs in a directory of your choice (D:\tools for example)
modify vdfilters.avs line 13 with the correct path to VirtualDUB
to use VirtualDUB filters from an AVIsynth script
add this line in your script:
Import("D:\tools\vdfilters.avs")
add the other lines to call the VirtualDub filters like in this example:
ConvertToRGB()
VD_SmartSmoother(5,40,true)
how would i work that? -
I too would love to use the smart smoother filter with AVIsynth. The smart smoother is great for Dvix to MPEG2 coversion - removes most of those pesky blocks.
Similar Threads
-
Speaking of noise reduction, what is this?
By takearushfan in forum RestorationReplies: 11Last Post: 5th May 2010, 21:14 -
Any Suggestions for Noise Reduction Software
By blaqlion22 in forum AudioReplies: 13Last Post: 16th Jun 2009, 07:08 -
Static/Dynamic Noise Reduction Virtualdub Filters
By nutty88 in forum RestorationReplies: 1Last Post: 28th Feb 2008, 09:53 -
Noise reduction
By Geevim in forum RestorationReplies: 3Last Post: 5th Nov 2007, 06:23 -
Video Noise Reduction ----> H E L P
By wxyz in forum DVD RippingReplies: 14Last Post: 21st Jun 2007, 19:22