diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-12-16 19:53:14 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-02-07 09:12:46 -0800 |
commit | 32fed702b8a4c6690c25af4d65ea93f1747595fc (patch) | |
tree | 6c87da1a93016f0fd9346a02ac4ebf36ab17a40c /doc | |
parent | 671761d71367f792d6f0c2cf8973cc183d189188 (diff) | |
download | ffmpeg-32fed702b8a4c6690c25af4d65ea93f1747595fc.tar.gz |
libvpxenc: Allow setting tune parameter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index c485f903b7..e9311eb432 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1584,6 +1584,12 @@ follows: @code{(minrate * 100 / bitrate)}. @item crf (@emph{end-usage=cq}, @emph{cq-level}) +@item tune (@emph{tune}) +@table @samp +@item psnr (@emph{psnr}) +@item ssim (@emph{ssim}) +@end table + @item quality, deadline (@emph{deadline}) @table @samp @item best |