From b6a0b8bcf497c073f36d2cb01a88a35445b471a6 Mon Sep 17 00:00:00 2001 From: Deb Mukherjee Date: Mon, 25 Aug 2014 17:17:39 -0700 Subject: Adds support for setting aq_mode in libvpx encoder Reviewed-by: James Zern Signed-off-by: James Almer --- doc/encoders.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index 8df80c4861..44b49ce4b5 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1330,7 +1330,7 @@ ffmpeg -i INPUT -codec:v libtheora -b:v 1000k OUTPUT.ogg @section libvpx -VP8 format supported through libvpx. +VP8/VP9 format supported through libvpx. Requires the presence of the libvpx headers and library during configuration. You need to explicitly configure the build with @code{--enable-libvpx}. @@ -1442,6 +1442,9 @@ g_lag_in_frames @item vp8flags error_resilient g_error_resilient +@item aq_mode +@code{VP9E_SET_AQ_MODE} + @end table For more information about libvpx see: -- cgit v1.2.3