fight2win
6th August 2007, 10:24
if this is my avs script, can any1 tell me how to do a comptest in megui:
DGDecode_mpeg2source("C:\discs\FullDisc\SPL 1\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 2, 0, -2, 0)
LanczosResize(720,400)
LimitedSharpenfaster(ss_x=1.0, ss_y=1.0, dest_x=last.width, dest_y=last.height, Smode=4, strength=25, radius=2, Lmode=1, wide=false, overshoot=1, soft=0, edgemode=0, special=true, exborder=0 )
i'm asking this as using enc and vdmod, this is not working , but if i remove lsf, it does in enc, but i wanna test it using lsf, pls help!
DGDecode_mpeg2source("C:\discs\FullDisc\SPL 1\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 2, 0, -2, 0)
LanczosResize(720,400)
LimitedSharpenfaster(ss_x=1.0, ss_y=1.0, dest_x=last.width, dest_y=last.height, Smode=4, strength=25, radius=2, Lmode=1, wide=false, overshoot=1, soft=0, edgemode=0, special=true, exborder=0 )
i'm asking this as using enc and vdmod, this is not working , but if i remove lsf, it does in enc, but i wanna test it using lsf, pls help!