[FFmpeg-devel] [PATCH] libvpxenc, vp9: add corpus-complexity option

James Zern jzern at google.com
Mon Nov 27 20:55:38 EET 2017


On Mon, Nov 20, 2017 at 5:36 PM, James Zern <jzern at google.com> wrote:
> 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 at google.com>
> ---
>  doc/encoders.texi      |  5 +++++
>  libavcodec/libvpxenc.c | 16 ++++++++++++++++
>  2 files changed, 21 insertions(+)
>

I'll submit this soon if there aren't any comments.


More information about the ffmpeg-devel mailing list