libde265-1.1.1

Introduction to libde265

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

[Note]

Note

This package is known to build and work properly using an LFS 13.1 platform.

Package Information

libde265 Dependencies

Required

CMake-4.4.2

Optional

sdl2-compat-2.32.70 (for YUV overlay output support of dec265), both Qt 5 and FFmpeg-9.0.1 (for building sherlock265)

Installation of libde265

Install libde265 by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

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

Short Descriptions

dec265

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

libde265.so

contains an H.265 video decoder