From b90b6af710d0720af1395999f3e563831527cc75 Mon Sep 17 00:00:00 2001 From: Arttu Ylä-Outinen Date: Tue, 14 Jul 2015 08:53:35 +0300 Subject: avcodec: add libkvazaar HECV encoder Signed-off-by: Michael Niedermayer --- doc/general.texi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/general.texi') diff --git a/doc/general.texi b/doc/general.texi index 5089c3645e..dc22d90257 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -145,6 +145,14 @@ x265 is under the GNU Public License Version 2 or later details), you must upgrade FFmpeg's license to GPL in order to use it. @end float +@section kvazaar + +FFmpeg can make use of the kvazaar library for HEVC encoding. + +Go to @url{https://github.com/ultravideo/kvazaar} and follow the +instructions for installing the library. Then pass +@code{--enable-libkvazaar} to configure to enable it. + @section libilbc iLBC is a narrowband speech codec that has been made freely available @@ -688,7 +696,7 @@ following image formats are supported: @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X @tab encoding supported through external library libx264 and OpenH264 @item HEVC @tab X @tab X - @tab encoding supported through the external library libx265 + @tab encoding supported through external library libx265 and libkvazaar @item HNM version 4 @tab @tab X @item HuffYUV @tab X @tab X @item HuffYUV FFmpeg variant @tab X @tab X -- cgit v1.2.3