x265
H.265/HEVC video stream encoder
Install
- All systems
-
curl cmd.cat/x265.sh
- Debian
-
apt-get install x265 - Ubuntu
-
apt-get install x265 -
Alpine
-
apk add x265 - Arch Linux
-
pacman -S x265 - Kali Linux
-
apt-get install x265 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install x265 - OS X
-
brew install x265 - Raspbian
-
apt-get install x265 - Docker
-
docker run cmd.cat/x265 x265powered by Commando
x265
H.265/HEVC video stream encoder
x265 is a commandline encoder for creating H.265/High Efficiency Video Coding (HEVC) video streams. x265 supports the following features: * full prediction and transform quad-tree recursion supported * adaptive B-frame placement * B-frames as references / arbitrary frame order * CABAC (context-based adaptive binary arithmetic coding) entropy coding * supports all Intra block types * supports all Inter P partitions * supports all Inter B partitions from 64x64 down to 8x4 * weighted prediction for P slices * multiple reference frames * scenecut detection * parallel encoding on multiple CPUs