Hi. I experienced this strange thing and I wished to kow more about it.
Let’s suppose I start with a X x Y AVI file which I wat to convert to SVCD.
If I use this script:
script to load a X x Y AVI file which
must be converted to a 480x576 MPV
AviSource(Movie.avi)
LanczosResize(448,Y)
AddBorders(16,b,16,b)
#it must be b = (576-Y)/2
ConvertToYUY2()
the output movie video is a perfect 480x576 video with proportions kept!
Please that I tested this with the following resolutions: 720x576, 720x384, 576x320 and 608x344.
Can someone tell me why?
Evrywhere I read about ‘keeping aspect ratios’ but keeping certain aspect ratois seems necessary only in a case: if you load a DVD using a D2V, you have to use spcrific destinations pixels, or you don’t get anything from CCE.
But this seem only a question of ‘interlaced’ video or not, in fact it’s not a problem of ‘ratio’. In teh D2V aspect it is ‘result=yes’ or ‘resut=not’. I never got such a problem such as keeping aspect ratio.