kvazaar

Open-source HEVC video encoder for high-quality video compression

brewmacoslinux
Try with needOr install directly
Source

About

Ultravideo HEVC encoder

Commands

kvazaar

Examples

Encode a video file to HEVC format with default settings$ kvazaar -i input.yuv -o output.hevc -w 1920 -h 1080
Encode with specific quality preset (0-50, lower is better quality)$ kvazaar -i input.yuv -o output.hevc -w 1920 -h 1080 -q 22
Encode with multi-threaded encoding for faster processing$ kvazaar -i input.yuv -o output.hevc -w 1920 -h 1080 --threads 4