I put together a small project with three files for an equal mix of upsizing and downsizing:
File #1: H.264, 1280x720, DTS5.1, 5 mins
File #2: XVID, 640x352, DD5.1, 10 mins
File #3: XVID, 1280x544, DD5.1, 5 mins
Using 2 cores, 1 pass, and Short Project.
In order of fastest conversion to slowest:
Fast-Linear (2.23x)
Linear (2.19x)
Box (2.16x)
Cosine (2.16x)
Mitchell (2.12x)
Fast-Box (2.10x)
Spline (2.08x)
Hermite (1.94x)
Cubic (1.91x)
Gaussian (1.91x)
Blackman (1.88x)
SinSH (1.80x)
Hamming (1.78x)
Lanczos (1.77x)
Hann (1.76x)
The most interesting thing I noted was the resulting VOB file sizes. The filter used made pretty radical changes to the output size.
From largest to smallest:
Fast-Box (1139.5Mb)
Lanczos (1131.5Mb)
Hann (1129.0Mb)
Hamming (1114.5Mb)
Blackman (1109.5Mb)
Gaussian (1108.0Mb)
SinSH (1099.5Mb)
Hermite (1091.0Mb)
Box (1079.0Mb)
Fast-Linear (1045.0Mb)
Cosine (988.0Mb)
Linear (961.5Mb)
Mitchell (868.0Mb)
Spline (868.0Mb)
I know the remaining big question is the quality one, but I didn't have the time to do frame-captures. Perhaps somebody wants to follow-up with that test
I don't know that there's any really earth-shaking discoveries to it all, but people keep asking and wondering, so here's me opening the actual field-testing

