I tried another DVD [SKIP-049] and still have the same problem.
Here is:
Here is:
Code:
global MeGUI_darx = 16
global MeGUI_dary = 9
SetMTMode(2)
DGDecode_mpeg2source("C:\Temp\SKIP-049\SKIP-049.d2v", info=3)
ColorMatrix(hints=true, threads=0)
TempGaussMC_beta1(2, 2, 2, EdiMode="NNEDI2" ", SLmode=1, SLrad=2, sharpness=1.0)
chroma=true
ECrad=3
ECthr=128
ECmode="Removegrain(4,4)"
chr31 = chroma?3:1
smA=last
mP = mt_edge(smA,"prewitt",0,255,0,0,V=1,U=1)
mS = mP.mt_expand(mode=mt_square(radius=ECrad),U=1,V=1).mt_inflate(U=1,V=1)
mD = mt_lutxy(mS,mP.mt_inflate(U=1,V=1),"x y - "+string(ECthr)+" <= 0 x y - ?",U=1,V=1).mt_inflate(U=1,V=1).removegrain(20,-1)
mt_merge(smA,Eval("smA." + ECmode),mD,luma=chroma?true:false,U=chr31,V=chr31)
crop( 0, 0, 0, 0)
trim(0,1000)
Spline64Resize(720,480) # Spline64 (Sharp)
Distributor()