View Single Post
Old 17th September 2017, 22:33   #11  |  Link
cooli
Registered User
 
Join Date: Jul 2003
Posts: 18
Hello,
Is there any x64 alternative to CCD?

I'm trying to adapt this part to vertical to see the results but
without any success for no.

converttoyuy2
badcolor=last.vtoy#This is where the green line comes from
fillcolor=badcolor.crop(0,goodline,0,-(newheight-goodline-2)).pointresize(newwidth/2,goodline)
fixcolor=stackvertical(fillcolor,badcolor.crop(0,goodline,0,0))
ytouv(last.utoy,fixcolor,last)


Tried to install everything in 32bit but how can I force AVS+ to install 32bit instead of X64?

BTW thanks for helping, I really like the output of your script.

Quote:
Originally Posted by LemMotlow View Post
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.
cooli is offline   Reply With Quote