Log in

View Full Version : Which resize algorithm for AviSynth?


Alphaloop
24th March 2003, 21:20
I have a 4:3 source here, which was originally a 16:9, but now with hard encoded black bars. :-/

So, when frameserving into CCE, I use a crop (720x416) and a "re"resize to 720x576.

Which resize algorithm yields better quality when bitrate is high enough (avg. 4-5Mbit): The BicubicResize or the LanczosResize?

Did I really read right to use the LanczosResize when bitrate plays no matter?