On 6/24/17, Ashish Singh <ashk43...@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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel