Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-11-01 Thread Christopher Kennedy
On Wed, Oct 30, 2019 at 10:57 AM Paul B Mahol wrote: > > On 10/30/19, Christopher Kennedy wrote: > > On Wed, Oct 30, 2019 at 10:07 AM Paul B Mahol wrote: > >> > >> On 10/30/19, Christopher Kennedy wrote: > >> > On Sat, Oct 26, 2019 at 9:15 AM Paul B

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Christopher Kennedy
On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: > > On 10/26/19, Christopher Kennedy wrote: > > On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: > >> > >> On 10/26/19, Christopher Kennedy wrote: > >> > This is a reference/encode comparison f

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Christopher Kennedy
On Wed, Oct 30, 2019 at 10:07 AM Paul B Mahol wrote: > > On 10/30/19, Christopher Kennedy wrote: > > On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: > >> > >> On 10/26/19, Christopher Kennedy wrote: > >> > On Sat, Oct 26, 2019 at 8:22 AM Paul B

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-26 Thread Christopher Kennedy
On Sat, Oct 26, 2019 at 11:15 AM Paul B Mahol wrote: > > On 10/26/19, Christopher Kennedy wrote: > > On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: > >> > >> On 10/26/19, Christopher Kennedy wrote: > >> > This is a reference/encode comparison f

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-26 Thread Christopher Kennedy
On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: > > On 10/26/19, Christopher Kennedy wrote: > > This is a reference/encode comparison filter with two files input like > > the psnr or vmaf filter. > > So it is completely different and uses the C++ OpenCV API since this

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-26 Thread Christopher Kennedy
On Sat, Oct 26, 2019 at 7:39 AM Carl Eugen Hoyos wrote: > > Am Sa., 26. Okt. 2019 um 14:00 Uhr schrieb : > > > > From: Christopher Kennedy > > > > this adds a phqm filter and OpenCV img_hash based resource usable > > by the phqm and future filters using imag

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-26 Thread Christopher Kennedy
lk at Demuxed 2019. Christopher On Sat, Oct 26, 2019 at 7:38 AM Paul B Mahol wrote: > > Why is this not generic filter like already existing opencv filter? > > On 10/26/19, ckenn...@ellation.com wrote: > > From: Christopher Kennedy > > > > this adds a phqm filter