libde265-1.0.16

Introduction to libde265

The libde265 package contains an open H.265 video codec implementation.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libde265 Dependencies

Optional

SDL2-2.32.10 (for YUV overlay output support of dec265), both Qt 5 and FFmpeg-7.1.2 (for building sherlock265)

Installation of libde265

At first, prevent the installation of some programs only useful for hacking libde265:

sed '/tools/d' -i Makefile.am &&
./autogen.sh

Install libde265 by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-encoder: This option enables the H.265 encoder, in addition to the decoder. The encoder is still experimental so the instruction above does not contain this option.

Contents

Installed Program: dec265
Installed Library: libde265.so
Installed Directory: /usr/include/libde265

Short Descriptions

dec265

decodes H.265 data (raw bitstream of a stream with NAL units)

libde265.so

contains an H.265 video decoder