PDA

View Full Version : ? Simpleresize bug 1.1.0 build 1


johnvick
11th November 2002, 18:59
If using Simpleresize, CCE crashes.

This I think is why: here is the generated AVS file

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
mpeg2source("K:\Movie\DVD2AV~1.D2V")
AddBorders(0,72,0,72)
SimpleResize(480,432)
LoadPlugin("C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll")

It tries to resize before the plugin is loaded. Editing the AVS easily fixes it.

Anyone else noticed this?

Great program BTW.

dvd2svcd
11th November 2002, 19:02
AddBorders must be after the Resize. Go to the frameserver tab and fix that. In the next version I've made it so that that can't be done.