What is H.264?
Introduction to H.264
Video Compression Patents
4x4 Transform & Quantization
H.264 Intra Prediction
H.264 Inter Prediction
H.264 Loop Filte
H.264 Variable Length Coding
Introduction to CABAC
在看H264時,或許你可以參考VLC的Source Code,一邊印證你的理解!
Getting VLC or x264 source code via Git
編譯這個encoder需注意,你的系統必需安裝yasm-0.6.2以上的版本.
git clone git://git.videolan.org/x264.git
Advanced Video Coding on Linux