gwendolien
19th May 2018, 15:46
Trying to use RT_LumaCorrelation I 'm getting the error"
"invalid arguments to GScriptClip
VHS_part=VHS.Crop(2*[<"X0", 0, 10, 1>], 2*[<"Y0", 0, 10, 1>], -10, -10).ConvertToYV12
corr=GScriptClip("""RT_LumaCorrelation(VHS_part, DV, n=current_frame, delta=0, x=[<"X_pos",0,10,0>], y==[<"Y_pos",0,10,0>], w=0, h=0, n2=current_frame, delta2=0, Matrix=(Width>=720?2:3))
""")
return VHS_part.Subtitle("corr = "+String(corr))
VHS_part and DV both are YV12, different sizes
Could somebody please help me out?
"invalid arguments to GScriptClip
VHS_part=VHS.Crop(2*[<"X0", 0, 10, 1>], 2*[<"Y0", 0, 10, 1>], -10, -10).ConvertToYV12
corr=GScriptClip("""RT_LumaCorrelation(VHS_part, DV, n=current_frame, delta=0, x=[<"X_pos",0,10,0>], y==[<"Y_pos",0,10,0>], w=0, h=0, n2=current_frame, delta2=0, Matrix=(Width>=720?2:3))
""")
return VHS_part.Subtitle("corr = "+String(corr))
VHS_part and DV both are YV12, different sizes
Could somebody please help me out?