From 6a8cc8696339f9c494da9aa54068c7dc07f75298 Mon Sep 17 00:00:00 2001 From: Rene Claus Date: Fri, 21 Dec 2018 10:36:03 -0800 Subject: avcodec/libvpxenc: add VP8/9 sharpness config option This commit adds configuration options to libvpxenc.c that can be used to tune the sharpness parameter for VP8 and VP9. Signed-off-by: Rene Claus Signed-off-by: James Zern --- doc/encoders.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index 3d5b9fc2d2..c6fe923ec7 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1767,6 +1767,10 @@ Set number of frames to look ahead for frametype and ratecontrol. @item error-resilient Enable error resiliency features. +@item sharpness @var{integer} +Increase sharpness at the expense of lower PSNR. +The valid range is [0, 7]. + @item VP8-specific options @table @option @item ts-parameters -- cgit v1.2.1