diff options
author | James Zern <jzern@google.com> | 2022-09-13 17:23:53 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2022-09-22 11:52:16 -0700 |
commit | bd7d69fe354cf5b3d6247f049af44bfa56f0531a (patch) | |
tree | acd0fe4e0f87e3468ab2a7815d49bfc8dca2a42b /doc | |
parent | 48615f0a7861fd1c24195f74856f68e06c7ca73c (diff) | |
download | ffmpeg-bd7d69fe354cf5b3d6247f049af44bfa56f0531a.tar.gz |
avcodec/libvpxenc: add -min-gf-interval
this maps to the vpxenc argument with the same name and the
VP9E_SET_MIN_GF_INTERVAL codec control
Signed-off-by: James Zern <jzern@google.com>
Reviewed-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index ac71f50ad2..5a5579d5e5 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2176,6 +2176,8 @@ Set altref noise reduction filter type: backward, forward, centered. Set altref noise reduction filter strength. @item rc-lookahead, lag-in-frames (@emph{lag-in-frames}) Set number of frames to look ahead for frametype and ratecontrol. +@item min-gf-interval +Set minimum golden/alternate reference frame interval (VP9 only). @end table @item error-resilient |