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

Ashish Pratap Singh ashk43712 at gmail.com
Sat Jun 24 22:27:54 EEST 2017


sorry for this patch, I think I didn't merge it successfully.

On Sun, Jun 25, 2017 at 12:50 AM, Paul B Mahol <onemda at gmail.com> wrote:

> On 6/24/17, Ashish Singh <ashk43712 at gmail.com> wrote:
> > This is VMAF filter which requires Netflix's vmaf library installed,
> > but currently there is no library implementation in the Netflix's vmaf.
> > I will open a pull request soon to Netflix's vmaf for the library
> > integration
> > code and provide a link in this thread.
> > After installing the Netflix's vmaf library, do --enable-libvmaf at the
> time
> > of configure.
> > It can be run using "ffmpeg -i main -i ref -lavfi vmaf -f null -"
> >
> > ---
> >  configure                |   5 +
> >  libavfilter/Makefile     |   1 +
> >  libavfilter/allfilters.c |   1 +
> >  libavfilter/vf_psnr.c    |   2 +-
> >  libavfilter/vf_vmaf.c    | 429
> > +++++++++++++++++++++++++++++++++++++++++++++++
> >  libavfilter/vmaf.h       |  33 ++++
> >  6 files changed, 470 insertions(+), 1 deletion(-)
> >  create mode 100644 libavfilter/vf_vmaf.c
> >  create mode 100644 libavfilter/vmaf.h
> >
>
> How you manage to send incomplete patch?
>
> I nowhere see vmaf.h and vf_psnr.c changes.
>


More information about the ffmpeg-devel mailing list