Log in

View Full Version : I don't want borders with build3 !


grokwik
18th December 2004, 00:26
strange problem with dvd2svcd 1.2.2 build 3
I have an avi source 4:3, I choose the option :

Aspect ratio 4:3 (no borders added, encoded as 4:3)

But I get borders on the right and left side (and to get the vcd resolution the frame is distorded). I edit the avs file :

...
BicubicResize(264,288,0.0,0.6)
AddBorders(44,0,44,0)
....

these two lines are non-sense..:mad:

I go back to dvd2svcd 1.2.2 build 1 and get the following line instead of the two lines :

BicubicResize(352,288,0.0,0.6)

Which is ok of course and the encoding is great.:cool:
2 possibilities :
it's a bug :angry:
build 3 is not to be used like uild 1 (but how?)

ralphthedog
18th December 2004, 02:45
If you are encoding AVI's there is a well known issue with resizing and plenty of informative threads on the topic. Give the search button a go.

All you can do is use the "edit as part of video encoding" switch on the frameserving tab, and check or correct it before the encoder starts. (I think there are even some .avs scripts around here somewhere to bypass the internal resizing)

I believe the brains trust is looking into a solution.

grokwik
18th December 2004, 12:29
ok thanks,

I just think it's strange because all older versions worked fine with avi files for me..