I want guidance regarding High Efficiency Video Coding

97 views Asked by At

I am new to High Efficiency Video Coding. Can anyone guide me of any book or article that can help me in understanding its code in C++. Tips and guidance regarding its understanding are also invited. Thanks.

1

There are 1 answers

0
Bastian35022 On

I'd recommend one of these two books for understanding the mechanisms of HEVC:

Also contains general introduction to Hybrid Video Coding

Also contains chapters about hardware architecture

If you know very little about Hybrid Video Coding so far, i'd recommend the first one.

Furthermore, you will definitely need the HEVC Recommendation. This is very close to the reference software. For specific parts of HEVC, you might want to search for articles that go into more detail (e.g. for CABAC, check this article. Although it's about CABAC in AVC, it explains very well the CABAC principle and it didn't change too much for HEVC).