I've heard people discuss this vaguely from thread to thread, but I was always wondering, does the order in which you write you AVS scrip code matter? I know the Deinterlacing goes after the call to the d2v file and most of the filters require ConvertToYV12() before them, but what about the filters themselves? Would moving something in a script like this cause any changes in the output?
mpeg2source("C:\Documents and Settings\Krisqo\Desktop\AMV Sources\CARDCAPTORSAKURA\sakuraop1.d2v",cpu=4, upconv=true)
TComb()
orig=last
loadTDeint()
Telecide(order=1,guide=1,hints=true,post=1)
Tdeint(order=1,clip2=orig)
Decimate(cycle=5,mode=2)
ConvertToYV12()
deen("w3d",4,10,10)
WarpSharp()
tweak(sat=1.3, bright=-1, hue=2)
ColorYUV(gain_u=3,gain_v=2)
Crop(8,8,-8,-8)
BiCubicResize(640,480)
ConvertToRGB32()
I'm just wondering because I cannot get some sources (above) to look good at all and I just want to be sure this is not a factor.






