hey guys,
i have some TV scale source that i plan to convert to pc scale and then resize the frame. trouble is, i don't know what place is best to put coloryuv filter. source has already been "cleaned" (noiseless). destination is dvd w/ some nice bitrate

Script is as follows:
Code:
AVIsource("C:\...")
#ColorYUV(levels="TV->PC")
Lanczos4resize(720,480)
#ColorYUV(levels="TV->PC")
See, I tried uncommenting the one before my resize, and it looked very nice. Then, I tried uncommenting the one after the resize and the script's speed seemed faster. However, it struck me that changing the colors before the resize might yield better quality (i'm not quite sure of this however, just a semi-educated guess...i'm still debating it w/ myself). the speed gain is VERY mild, however, being a few mere hundredths of a frame per second (in other words, i don't care which one's faster, i want the quality!)

any advice is appreciated