How to Install and Uninstall x264 Package on Kali Linux

Last updated: May 15,2024

1. Install "x264" package

Please follow the guidance below to install x264 on Kali Linux

$ sudo apt update $ sudo apt install x264

2. Uninstall "x264" package

Please follow the steps below to uninstall x264 on Kali Linux:

$ sudo apt remove x264 $ sudo apt autoclean && sudo apt autoremove

3. Information about the x264 package on Kali Linux

Package: x264
Version: 2:0.164.3108+git31e19f9-1
Installed-Size: 218
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libffms2-5 (>= 2.21), libswscale7 (>= 7:6.0), libx264-164 (>= 2:0.164.3108+git31e19f9)
Size: 80248
SHA256: 601cebfd2bd74724550dd97f61f23d2bbeb6088d2e9b09d7a2f94feab9735777
SHA1: 7c0c58deab81ebafdae402979ff0bdfb8ceece6d
MD5sum: d056df68e7e0cf515bc72a9395a41064
Description: video encoder for the H.264/MPEG-4 AVC standard
x264 is an advanced commandline encoder for creating H.264 (MPEG-4 AVC)
video streams.
.
x264 supports the following features:
* CABAC (context-based adaptive binary arithmetic coding) and CAVLC
(context-based adaptive variable length coding
* multiple reference frames
* 16x16, 8x8 and 4x4 intra-predicted macroblocks
* all P-frame inter-predicted macroblock types
* B-Inter-predicted macroblock types from 16x16 down to 8x8
* rate distortion optimization
* multiple rate control modes (constant quantizer, constant quality, single
or multipass ABR with the option of VBV)
* scene cut detection
* adaptive B-frame placement, with the option of keeping B-frames as
references / arbitrary frame order
* 8x8 and 4x4 adaptive spatial transform (high profile)
* lossless mode (high 4:4:4 profile)
* custom quantization matrices (high profile)
* parallel encoding on multiple CPUs
* interlaced streams
Description-md5:
Homepage: https://www.videolan.org/developers/x264.html
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, works-with::video
Section: graphics
Priority: optional
Filename: pool/main/x/x264/x264_0.164.3108+git31e19f9-1_amd64.deb