AcademiCodec ├── academicodec │ ├── utils.py # common parts of various models │ ├── modules # common parts of various models │ ├── ... │ ├── quantization # common parts of various models ...
libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software. libde265 supports WPP and ...