Red Raven
12th July 2003, 03:02
Hi
I have an avi file which i would like to resize,it is 480x208 (2.308.1) 25fps,i used the following script with CCE....
avisource("LegendsOfTheFall.avi")
BicubicResize(720,326)
AddBorders(0,125,0,125)
ResampleAudio(44100)
...which produced good results but i would like to encode to full
screen without any(or very little)distortion,can someone give details as to how it is done?
One more thing,which yields best results BicubicResize or LanczosResize?
Thanks for any help!
I have an avi file which i would like to resize,it is 480x208 (2.308.1) 25fps,i used the following script with CCE....
avisource("LegendsOfTheFall.avi")
BicubicResize(720,326)
AddBorders(0,125,0,125)
ResampleAudio(44100)
...which produced good results but i would like to encode to full
screen without any(or very little)distortion,can someone give details as to how it is done?
One more thing,which yields best results BicubicResize or LanczosResize?
Thanks for any help!