This project exists to fulfill a frequently heard reqest: To be able to compare the performance of codecs -- consistently, openly, and usefully.
For a complete description of what it does, how it does it, and why, check out
the website, the source for which is in website/_site
.
A compatible system (at the moment: Ubuntu Linux, Trusty Tahr) is required to install this project.
To fire up the Web server to read the web site, run the following steps:
- source init.sh
- ./install_software.sh (installs all required software, this takes time)
- cd website; jekyll serve --watch
The website will now be visible as "localhost:4000".
See the file LICENSE for licensing details, CONTRIBUTING for how to make contributions.