What is it?

The VideoCodec library performs video compression and decompression. The codec (coder/decoder) is modular and configurable. If you're interested in video compression in general you may also find the documentation on this site informative.

This is my project for Part II of the University of Cambridge Computer Science tripos.

The documentation on this site explains the theory behind previous and current image and video compression standards (JPEG, MPEG-1/2/4, H.264) and refers to, justifies and explains the implementation of these features in the VideoCodec library.

The library makes use of Magick++ and, optionally, Matlab for analysis and reporting. The library and command-line utility have been tested on Linux using the GNU C++ compiler.

Why is this useful?

Getting started

The documentation for VideoCodec explains how to use the library and utility, how to modify the implementation and how the various parts of the codec work.

Download the source code

The source code will be available for download during soon. You can view the source code now in your webbrowser.

The documentation and code on this site are licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.