MovieMan122
29th July 2004, 12:14
I trying to convert a avi to dvd. I have a widescreen tv and am trying to use the Anamorphic option in dvd2svcd. Gspot gives the avi resolution to be 640,272. So if my output resolution for NTSC dvd is 720x480 then I thought the boarder size would be 480-((720/640)*272)/2 = 86 pixels tall bar for the top and bottom. I editted the avisynth file in the dvd2svcd's frameserver tab to be :
0=BicubicResize(720,308,^b_value,^c_value)
1=AddBorders(0,86,0,86)
^b_value=0.0
^c_value=0.6
But the video came out looking squished top to bottom (the bars looked too big) I must be doing something wrong. Thanks for any help.
Movieman122
0=BicubicResize(720,308,^b_value,^c_value)
1=AddBorders(0,86,0,86)
^b_value=0.0
^c_value=0.6
But the video came out looking squished top to bottom (the bars looked too big) I must be doing something wrong. Thanks for any help.
Movieman122