diff options
author | Dariusz Marcinkiewicz <darekm@google.com> | 2024-02-13 06:34:08 +0000 |
---|---|---|
committer | James Zern <jzern@google.com> | 2024-02-15 19:09:05 -0800 |
commit | 86367be5ef313887a0d93390e668fe13dc675394 (patch) | |
tree | abd6784b9d7f6e50086bc8bfd90490eb875ff843 /doc | |
parent | ebb7dffa97ed7fdae42c9a981d5e9bba914a9c57 (diff) | |
download | ffmpeg-86367be5ef313887a0d93390e668fe13dc675394.tar.gz |
lavc/libvpxenc: add screen-content-mode option
This exposes VP8E_SET_SCREEN_CONTENT_MODE option from libvpx.
Co-authored-by: Erik Språng <sprang@webrtc.org>
Signed-off-by: Dariusz Marcinkiewicz <darekm@google.com>
Signed-off-by: James Zern <jzern@google.com>
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 c9fe6d6143..9f477d7c53 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2237,6 +2237,12 @@ the two temporal layer 2 frames within the temporal period. @end table @end table +@item VP8-specific options +@table @option +@item screen-content-mode +Screen content mode, one of: 0 (off), 1 (screen), 2 (screen with more aggressive rate control). +@end table + @item VP9-specific options @table @option @item lossless |