diff options
author | Deb Mukherjee <debargha@google.com> | 2014-08-25 17:17:39 -0700 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-08-27 23:12:47 -0300 |
commit | b6a0b8bcf497c073f36d2cb01a88a35445b471a6 (patch) | |
tree | 2788064f038a3b9471131ac5ee2ad254151aacb6 /doc/encoders.texi | |
parent | 8c1b942ad7b66034b030f2ab3cc5e81eccfa2b68 (diff) | |
download | ffmpeg-b6a0b8bcf497c073f36d2cb01a88a35445b471a6.tar.gz |
Adds support for setting aq_mode in libvpx encoder
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 5 |
1 files changed, 4 insertions, 1 deletions
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: |