View Single Post
Old 12th February 2002, 21:11   #3  |  Link
ARDA
Registered User
 
Join Date: Nov 2001
Posts: 291
First of all welcome to neuron2 as our new moderator.
Second I ask you please, take a look at this script and
correct it; I am not completly sure about it.


##############################################
#Dinamic Noise Reduction Steven Don #
#Avery Lee ,Donald Graft (scriptable version #
##############################################
function VD_Dnr2(clip clip, int "threshold")
{
LoadVirtualdubPlugin (VirtualDub_plugin_directory+"\dnr2.vdf", "_VD_Dnr2")
return clip._VD_Dnr2 default(threshold,1)
}

____________________

Thanks in advance Arda
ARDA is offline   Reply With Quote