开源视频编解码-libde265
libde265是H.265视频编解码格式的开源实现。libde265采用C语言编写并在LGPL协议下授权,其API很容易整合到其它软件中。libde265还在开发之中,功能还不完整,只支持解码帧内编码帧。 H.265是H.264编解码器的继任者,设计在视频清晰度与H.264相等的情况下将比特率减少 50%,支持8K分辨率(8192×4320)。
libde265 - open h.265 codec implementation
libde265 is an open source implementation of the h.265 video codec.
It is written from scratch in plain C for simplicity and efficiency.
Its simple API makes it easy to integrate it into other software.
The library comes with two example programs:
- dec265, a simple player for raw h.265 bitstreams.It serves nicely as an example program how to use libde265.
- sherlock265, a Qt-based video player with the additional capability to overlay some graphical representations of the h.265 bitstream (like CU-trees, intra-prediction modes).
最新版本:
项目主页:https://github.com/strukturag/libde265