diff options
author | James Zern <jzern@google.com> | 2017-11-20 17:32:23 -0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2017-11-28 15:17:51 -0800 |
commit | 86cead525633cd6114824b33a74d71be677f9546 (patch) | |
tree | 731f0d979cd0f9ff309926ee54a670a6c90e3620 /doc/encoders.texi | |
parent | ed4a0c7923e8935d1829029a2c7eb980269f8ca3 (diff) | |
download | ffmpeg-86cead525633cd6114824b33a74d71be677f9546.tar.gz |
libvpxenc,vp9: add corpus-complexity option
Corpus VBR mode is a variant of standard VBR where the complexity
distribution midpoint is passed in rather than calculated for a specific
clip or chunk.
The valid range is [0, 10000]. 0 (default) uses standard VBR.
Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 23451b7b92..88ef8f9b23 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1683,6 +1683,11 @@ colorspaces: Enable row based multi-threading. @item tune-content Set content type: default (0), screen (1), film (2). +@item corpus-complexity +Corpus VBR mode is a variant of standard VBR where the complexity distribution +midpoint is passed in rather than calculated for a specific clip or chunk. + +The valid range is [0, 10000]. 0 (default) uses standard VBR. @end table @end table |