libde265
H.265 video codec implementation
Libde265 is an 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.
- Versions: 1.0.8
- Website: https://www.libde265.org/
- Licenses: Expat · LGPL 3+
- Package source: gnu/packages/video.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libde265
as follows:
guix install libde265
Or install a particular version:
guix install libde265@1.0.8
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libde265 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libde265'><img src='https://packages.guix.gnu.org/packages/libde265/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libde265/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libde265)
Example Org:
[[https://packages.guix.gnu.org/packages/libde265][https://packages.guix.gnu.org/packages/libde265/badges/latest-version.svg]]