View Full Version : DV source to SVCD resize problem
jikchung
17th May 2002, 00:18
Hi,
Using DVD2SVCD 1.0.9b1. DV source 720x480. Resize set to SVCD 480x480 bicubic resize b0.00 c0.75. Preview is o.k., finished SVCD is stretched horizontally (looks squashed). Any help appreciated.
Thanks,
Dwight
gerti67
17th May 2002, 00:30
Hi jikchung,
please post your "AviSynth_Script_file.avs" - perhaps there were some borders added.
Greetings,
Gerti
mrbass
17th May 2002, 01:30
read my post in the thread entitled "4:3 divx file encodes as 16:9"
jikchung
17th May 2002, 02:33
Gerti, here is my avs script:
LoadPlugin("D:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
AVISource("G:\test.avi")
ConvertToYUY2()
BicubicResize(480,320,0.00,0.75)
AddBorders(0,80,0,80)
ResampleAudio(44100)
It is adding borders. I have Aspect ratio set as 4:3 (No borders, encoded as 4:3). Any idea why it is coming out this way?
mrbass, i read the thread and looks like that's the trouble, I'll give it a shot. It worked, thanks.
Suggestions on where to go to read about all the resize options and settings?
Thanks all,
Dwight
Change it to:
LoadPlugin("D:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
AVISource("G:\test.avi")
ConvertToYUY2()
BicubicResize(480,480,0.00,0.75)
ResampleAudio(44100)
and it should work
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.