libx264
H.264 video coding library
libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC) video streams.
- Versions: 164-0.b093bbe
- Website: https://www.videolan.org/developers/x264.html
- Licenses: GPL 2+ · ISC · LGPL 2.1+ · Modified BSD · non-copyleft
- Package source: gnu/packages/video.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libx264
as follows:
guix install libx264
Or install a particular version:
guix install libx264@164-0.b093bbe
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 libx264 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libx264'><img src='https://packages.guix.gnu.org/packages/libx264/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libx264/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libx264)
Example Org:
[[https://packages.guix.gnu.org/packages/libx264][https://packages.guix.gnu.org/packages/libx264/badges/latest-version.svg]]