Log in

View Full Version : Free H.264 encoder source code


malikcis
2nd December 2020, 21:23
I am proud to announce that I could finally publish the H.264 encoder source code I have written.

This is an H.264 open source encoder project written by me in plain ansi-C. It is intended for video compressionists such as students or engineers or video experts who want to dig into the details or understand the H.264 (AVC) standard.
Usual H.264 encoder implementations are optimized for speed whereas malik_h264_encoder is optimized for readability and exploration. no difficult or fancy C-code is used such as pointers pointer (at least only very few 😀).

You will find the full documentation as well as links to the source code here:
https://videoexpert.tech/h-264-encoder/

Blue_MiSfit
5th December 2020, 06:33
Very cool! Thank you for sharing this.