Log in

View Full Version : probably found a bug


Landkaffee
7th May 2003, 19:12
Every time I open this script in Vdub1.5.2 or VdubMod1.5.1.1a both programs give an error message when exiting, whereas everything works fine before that. A comp-test with Enc1.02 crashes immediately after clicking "Start new jobs".

LoadPlugin("c:\MPEG2Dec3.dll")
mpeg2source("D:\zoolander.d2v")
Trim(0,119999)
BicubicResize(612,344,0,0.75)
Crop(0,46,608,256)


Same with this script:

LoadPlugin("c:\MPEG2Dec3.dll")
mpeg2source("D:\zoolander.d2v")
Trim(0,119999)
BicubicResize(612,256,0,0.75,0,77,720,429)
Crop(0,0,608,256)

Those errors don't occur, if the "Crop"-line is removed each time. When I reinstall avisynth2.51 with the dll dated 13th March
instead of 30th April, I can leave the "Crop"-line and no errors show up at all.

sh0dan
7th May 2003, 22:16
You are right - this is related to the bug in AddBorders recently reported, and will be fixed in the next CVS release. Thanks for reporting!