x264 package provides a library for encoding video streams into the H.264/MPEG-4 AVC format.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/BLFS/x264/x264-20200819.tar.xz
Download MD5 sum: 2cfe147227bde2d89fc79891b29f4091
Download size: 664 KB
Estimated disk space required: 14 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x264
Install x264 by running the following commands:
./configure --prefix=/usr \ --enable-shared \ --disable-cli && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-cli
: This switch
disables building the command-line encoder which is redundant since
it requires FFmpeg for most of the input formats.
--disable-asm
: Use this switch if you
didn't install NASM.
Last updated on 2020-08-19 12:37:56 -0700