[FFmpeg-devel] [PATCH] avfilter: add VMAF filter

Moritz Barsnick barsnick at gmx.net
Mon Jun 26 12:30:33 EEST 2017


On Sun, Jun 25, 2017 at 01:20:38 +0530, Ashish Singh wrote:
>  configure                |   5 +
>  libavfilter/Makefile     |   1 +
>  libavfilter/allfilters.c |   1 +
>  libavfilter/vf_vmaf.c    | 429 +++++++++++++++++++++++++++++++++++++++++++++++

Still missing doc/filters.texi.

> + * Caculate the VMAF between two input videos.

Still a typo.

> +        av_log(ctx, AV_LOG_ERROR, "Width and height of input videos must be same.\n");
[...]
> +        av_log(ctx, AV_LOG_ERROR, "Inputs must be of same pixel format.\n");

My previous remarks are still valid (but it probably doesn't matter).

Moritz


More information about the ffmpeg-devel mailing list