From bd3389e9f498dca74bc20b5f4e96520d23f072ed Mon Sep 17 00:00:00 2001 From: Wang Cao Date: Sat, 4 Apr 2020 05:00:26 +0800 Subject: avcodec/libaomenc.c: Add a libaom command-line option 'tune' Signed-off-by: Wang Cao Signed-off-by: James Zern --- doc/encoders.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index e23b6b32fe..18bfe8f2eb 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1508,6 +1508,15 @@ Complexity-based. Cyclic refresh. @end table +@item tune (@emph{tune}) +Set the distortion metric the encoder is tuned with. Default is @code{psnr}. + +@table @samp +@item psnr (@emph{0}) + +@item ssim (@emph{1}) +@end table + @item lag-in-frames Set the maximum number of frames which the encoder may keep in flight at any one time for lookahead purposes. Defaults to the internal -- cgit v1.2.3