View Single Post
Old 17th September 2017, 19:54   #10  |  Link
LemMotlow
Registered User
 
Join Date: Jul 2011
Location: Tennessee, USA
Posts: 266
I already did that with chuibbyrain2 in the script in a previous thread. https://forum.doom9.org/showpost.php...58&postcount=2. Here's the part that cleaned it up:

Code:
# ------------ chubbyrain2 - interlaced, clean up border stain ----
separatefields()
a=last
 
a
chubbyrain2()
SmoothTweak(Hue2=7)
crop(690,0,0,0,true)
b=last
overlay(a,b,x=690)
weave()
Adding CamcorderColorDenoisie later in the script finished the job:

Code:
LoadVirtualDubplugin("drive:\path\VirtualDub\plugins\ccd.vdf","CamcorderColorDenoise",1)
ConvertToRGB32(interlaced=false,matrix="Rec601")
CamCorderColorDenoise(32,1)
Sorry to didn't take notice.
LemMotlow is offline   Reply With Quote