jk888
20th March 2004, 19:01
How do I keep the aspect ratio after resizing? I searched hard for it and there seems to be no material on aspect ratios.
Here's my script:
LoadPlugin("F:\AviSynth 2.5\plugins\mpeg2dec3dg.dll")
LoadPlugin("F:\AviSynth 2.5\plugins\Decomb511.dll")
mpeg2source("F:\DVD2\test.d2v")
FieldDeinterlace(blend=false)
Crop(4,8,-4,-8)
LanczosResize(624,416)
I just want to keep the original 16/9 aspect ratio. Also I was wondering if using the aspect ratio settings in the Xvid encoder is good.
Here's my script:
LoadPlugin("F:\AviSynth 2.5\plugins\mpeg2dec3dg.dll")
LoadPlugin("F:\AviSynth 2.5\plugins\Decomb511.dll")
mpeg2source("F:\DVD2\test.d2v")
FieldDeinterlace(blend=false)
Crop(4,8,-4,-8)
LanczosResize(624,416)
I just want to keep the original 16/9 aspect ratio. Also I was wondering if using the aspect ratio settings in the Xvid encoder is good.