[FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

James Zern jzern at google.com
Wed Feb 3 03:20:39 CET 2016


On Tue, Feb 2, 2016 at 6:10 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> ---
>  doc/encoders.texi      | 6 ++++++
>  libavcodec/libvpxenc.c | 8 ++++++++
>  2 files changed, 14 insertions(+)
>

lgtm

> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index c485f90..e9311eb 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})
>
> + at item tune (@emph{tune})
> + at table @samp
> + at item psnr (@emph{psnr})
> + at item ssim (@emph{ssim})
> + at end table
> +
>

For other parameters that match I think the vpxenc equivalent is left
out currently, your choice.


More information about the ffmpeg-devel mailing list