diff options
author | Wang Cao <doubleecao@gmail.com> | 2020-04-04 05:00:26 +0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-04-11 15:12:34 -0700 |
commit | bd3389e9f498dca74bc20b5f4e96520d23f072ed (patch) | |
tree | 740c593e72755a818c0a3df2d8ce6ee192a1b35d /doc | |
parent | 9f4054a0cb27503e535804ab8c2b58cc91c72591 (diff) | |
download | ffmpeg-bd3389e9f498dca74bc20b5f4e96520d23f072ed.tar.gz |
avcodec/libaomenc.c: Add a libaom command-line option 'tune'
Signed-off-by: Wang Cao <wangcao@google.com>
Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 9 |
1 files changed, 9 insertions, 0 deletions
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 |