Log in

View Full Version : CCE & 448x448 res not working why?


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?

kdiddy
16th June 2002, 22:34
nope same problem...CCE just doesnt like the Addborders command with horizontal #s for some reasons..

AddBorders (16,113,16,113)... nasty diagonal lines/screw up video


AddBorders (0,113,0,113) ..works just find with any resize.

any one else with ideas?