kdiddy
16th June 2002, 09:44
Ok got a strange problem here, was reaing up on TV overscan yadda yadda and was trying to see what mine was...well the following script works fine in TMPG:
LoadPlugin("F:\mpeg2dec.dll")
mpeg2Source("F:\movie\bhd1.d2v")
Crop(0,58,720,360)
BilinearResize(448,224)
AddBorders(16,128,16,128)
However, in CCE, the video comes out all screwed, nasty diagonal lines all through it. if I change the script as such...
BilinearResize(480,224)
AddBorders(0,128,0,128)
it works perfectly fine...just seems there is something funky going on with the horizontal res & CCE that I cant figure out. Using latest verison of AVISynth, Mpeg2Dec, and CCE 2.5 any ideas, thanks?
LoadPlugin("F:\mpeg2dec.dll")
mpeg2Source("F:\movie\bhd1.d2v")
Crop(0,58,720,360)
BilinearResize(448,224)
AddBorders(16,128,16,128)
However, in CCE, the video comes out all screwed, nasty diagonal lines all through it. if I change the script as such...
BilinearResize(480,224)
AddBorders(0,128,0,128)
it works perfectly fine...just seems there is something funky going on with the horizontal res & CCE that I cant figure out. Using latest verison of AVISynth, Mpeg2Dec, and CCE 2.5 any ideas, thanks?