Description of the test data :

I choosed one scene on 6 DVD of my own, each DVD featuring some particular aspects :


Here's the technical data for these scenes :


Methodology

I cropped, scaled and converted each scene from their PAL mpeg2 stream to an uncompressed format, YUV4MPEG. This is to be immune from any change in mencoder regarding the scaling and cropping algorithms, the mpeg2 decompressor and other factors. The format itself is very simple and one can very easily extract frames from it with basic tools like "dd" or write a simple demuxer / decoder for other video package. The format itself is used mainly by mjpegtools. This format was also choosed to speed a bit the tests : mencoder doesn't have to decompress / crop / scale before sending the frames to libavcodec.
And finally, if someone want to run some tests on this dataset, and (s)he manage to move nearly 8 GB (3-4 when bzip2'ed, maybe less than that with a special lossless filter before bzip2) from my hard-disk to his/her with my loosy 16 KB upload ADSL line ;-) and isn't affraid by the obvious copyright problem, then (s)he could test on exactly the same data-set !

Description of the fields :

There's also other informations in the HTML source, hidden in comments. I don't know how to display them without displaying a 3+ pages wide for each test ...

Hardware used

Athlon XP 1800, 512 MB ram, 40+20 GB hard disks (and soon +120 GB), Radeon VE QY graphics card with 32 MB memory (Xv & xvidix compatible), FreeBSD 4.7-stable (last update: January 5).

Some final notes

Damn, give me the results !

The best options, so far.
  1. vhq, v4mv
  2. diamond size
  3. ME comparison functions
  4. bframes
  5. bframes, comparison functions
  6. bframes, diamond size, comparison functions
  7. qpel
  8. qpel, bframes
  9. qpel, comparison functions
  10. qpel, comparison functions, bframes
  11. trellis quantization, comparison functions
  12. bframes, trellis quantization, comparison functions
  13. qpel, bframes, trellis quantization, comparison functions
  14. luma & chroma single coefficient elimination
  15. lumi & darkness masking
  16. spacial & temporal complexity masking
  17. ...


TODO list, in no particular order :


Any comments ?