From 233d2fa0443197df12b4f7823d591dad964149b3 Mon Sep 17 00:00:00 2001 From: Arttu Ylä-Outinen Date: Tue, 25 Aug 2015 11:33:19 +0300 Subject: kvazaar: Add libkvazaar HEVC encoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arttu Ylä-Outinen Signed-off-by: Luca Barbato --- doc/encoders.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index 779a469214..3b6f7df894 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -813,4 +813,25 @@ Setting a higher @option{bits_per_mb} limit will improve the speed. For the fastest encoding speed set the @option{qscale} parameter (4 is the recommended value) and do not set a size constraint. +@section libkvazaar + +Kvazaar H.265/HEVC encoder. + +Requires the presence of the libkvazaar headers and library during +configuration. You need to explicitly configure the build with +@option{--enable-libkvazaar}. + +@subsection Options + +@table @option + +@item b +Set target video bitrate in bit/s and enable rate control. + +@item kvazaar-params +Set kvazaar parameters as a list of @var{name}=@var{value} pairs separated +by commas (,). See kvazaar documentation for a list of options. + +@end table + @c man end VIDEO ENCODERS -- cgit v1.2.3