- Coding efficiency close to HEVC reference encoder (HM)
- Modular encoder structure to simplify its data flow modeling
- Efficient support for different parallelization approaches
- Easy portability to different platforms
- Optimized encoding speed without sacrificing its coding efficiency, modularity, or portability
- Reduced computation and memory resources without sacrificing its coding efficiency, modularity, or portability
- Excellent software readability and implementation documentation
Like x265 being used in FFmpeg,
FFmpeg can make use of the kvazaar library for HEVC encoding.
Go to https://github.com/ultravideo/kvazaar and follow the instructions for installing the library. Then pass
It is also added in the Libav FFmpeg fork. It could be interesting to compare this to x265.
--enable-libkvazaar
to configure to enable it.