The libde265 package contains an open H.265 video codec implementation.
Les versions de développement de BLFS peuvent ne pas arriver à contruire ou à exécuter certains paquets correctement si LFS ou des dépendances ont été mises à jour depuis la dernière version stable des livres.
Téléchargement (HTTP) : https://github.com/strukturag/libde265/releases/download/v1.0.16/libde265-1.0.16.tar.gz
Somme de contrôle MD5 du téléchargement : f3173ff6fa273e139de19e6e77bec9b6
Taille du téléchargement : 817 Ko
Estimation de l'espace disque requis : 30 Mo
Estimation du temps de construction : 0,2 SBU
SDL2-2.32.10 (for YUV overlay output support of dec265), both Qt 5 and FFmpeg-7.1.2 (for building sherlock265)
At first, prevent the installation of some programs only useful for hacking libde265:
sed '/tools/d' -i Makefile.am && ./autogen.sh
Installez libde265 en exécutant les commandes suivantes :
./configure --prefix=/usr --disable-static && make
Ce paquet n'a pas de suite de tests.
Maintenant, en tant qu'utilisateur root :
make install
--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.