Re: [FFmpeg-devel] [PATCH v9] avfilter/avf_aphasemeter: Add out of phase and mono detection

2020-10-20 Thread Romane Lafon
On Tue, Oct 13, 2020 at 2:48 PM Romane Lafon wrote: > > On Mon, Oct 12, 2020 at 8:43 PM Paul B Mahol wrote: > >> On Mon, Oct 12, 2020 at 07:01:17PM +0200, Romane Lafon wrote: >> > This patch extends aphasemeter to detect out of phase or mono sequences >> in >>

Re: [FFmpeg-devel] [PATCH v9] avfilter/avf_aphasemeter: Add out of phase and mono detection

2020-10-13 Thread Romane Lafon
On Mon, Oct 12, 2020 at 8:43 PM Paul B Mahol wrote: > On Mon, Oct 12, 2020 at 07:01:17PM +0200, Romane Lafon wrote: > > This patch extends aphasemeter to detect out of phase or mono sequences > in > > stereo streams. Same patch as v8, but doc updated with the latest

[FFmpeg-devel] [PATCH v9] avfilter/avf_aphasemeter: Add out of phase and mono detection

2020-10-12 Thread Romane Lafon
This patch extends aphasemeter to detect out of phase or mono sequences in stereo streams. Same patch as v8, but doc updated with the latest master branch. Regards, Romane From 10bcfc2652514e9e212c5a643e83f6614c8017bd Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Mon, 12 Oct 2020 18:14:55

Re: [FFmpeg-devel] [PATCH v8] avfilter/avf_aphasemeter: Add out of phase and mono detection

2020-02-27 Thread Romane Lafon
Le mar. 24 déc. 2019 à 17:36, Romane Lafon a écrit : > I rewrote the patch I submitted a few months ago. > This patch extends aphasemeter to detect out of phase or mono sequences in > stereo streams. > > Regards, > Romane > Ping for re

[FFmpeg-devel] [PATCH v8] avfilter/avf_aphasemeter: Add out of phase and mono detection

2019-12-24 Thread Romane Lafon
I rewrote the patch I submitted a few months ago. This patch extends aphasemeter to detect out of phase or mono sequences in stereo streams. Regards, Romane From a44e9caf6c654030884c03c9e802975e72f1f2dd Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Tue, 24 Dec 2019 17:06:58 +0100 Subject

[FFmpeg-devel] [PATCH v7] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-08-19 Thread Romane Lafon
This patch extends aphasemeter to detect out of phase or mono sequences in stereo streams, with its associated documentation. From dce30e5a978ff5296fa1c0013bbd78fd27ecec2a Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Fri, 16 Aug 2019 14:14:11 +0200 Subject: [PATCH] avfilter/avf_aphasemeter

Re: [FFmpeg-devel] [PATCH v6] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-08-16 Thread Romane Lafon
> > +{ "duration", "set minimum mono or out-of-phase duration in > seconds", OFFSET(duration), AV_OPT_TYPE_DOUBLE, {.dbl=2.}, 0, 24*60*60, > FLAGS }, > > ffmpeg also provides a AV_OPT_TYPE_DURATION. (This may have been > discussed before - sorry if so.) AV_OPT_TYPE_DURATION is used as an integ

[FFmpeg-devel] [PATCH v6] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-08-13 Thread Romane Lafon
This patch extends aphasemeter to detect out of phase or mono sequences in stereo streams, with its associated documentation. From f7f627e48282c4aefa5229925454f97747822deb Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Tue, 13 Aug 2019 17:39:36 +0200 Subject: [PATCH] avfilter/avf_aphasemeter

Re: [FFmpeg-devel] [PATCH v5] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-08-13 Thread Romane Lafon
gt; > On Mon, Jul 8, 2019 at 2:01 PM Romane Lafon wrote: > > > This patch extends aphasemeter to detect out of phase or mono sequences > in > > stereo streams, with its associated documentation. > > ___ > > ffmpeg-d

[FFmpeg-devel] [PATCH v5] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-07-08 Thread Romane Lafon
This patch extends aphasemeter to detect out of phase or mono sequences in stereo streams, with its associated documentation. From 7e2846ac3b4b79a2e9beca845d0f2be7ae6abcdb Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Mon, 8 Jul 2019 13:51:05 +0200 Subject: [PATCH] avfilter/avf_aphasemeter

Re: [FFmpeg-devel] [PATCH v4] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-07-08 Thread Romane Lafon
Ok, thanks Le ven. 5 juil. 2019 à 16:54, Devin Heitmueller a écrit : > On Wed, Jul 3, 2019 at 9:34 AM Romane Lafon wrote: > > > > I've added documentation for the extension of aphasemeter filter. > > Also, I'm not sure that "phasing" is the right word t

[FFmpeg-devel] [PATCH v4] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-07-03 Thread Romane Lafon
I've added documentation for the extension of aphasemeter filter. Also, I'm not sure that "phasing" is the right word to describe the detection. From 1e356929e878a2081add102b77a9560647232ef8 Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Wed, 3 Jul 2019 15:15:16 +0200 Subje

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-06-17 Thread Romane Lafon
Hello, Thank you for your feedback. I made a third version of my patch. Regards, Romane Le lun. 27 mai 2019 à 21:07, Moritz Barsnick a écrit : > On Mon, May 20, 2019 at 14:40:24 +0200, Romane Lafon wrote: > > +float tolerance = 1.0 - s->tolerance; > > Strictly spe

[FFmpeg-devel] [PATCH v3] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-06-17 Thread Romane Lafon
New version of the patch that extends aphasemeter filter. It allows to get metadata for out-of-phase or mono sequences of stereo streams. It displays start, end and duration as for silencedetect filter. From 8eacd044bb4c69553e25fbd08c3be07c00af5be0 Mon Sep 17 00:00:00 2001 From: Romane Lafon Date

[FFmpeg-devel] [PATCH v2] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-05-20 Thread Romane Lafon
I have updated the patch that extends aphasemeter filter. It allows to get metadata for out-of-phase or mono sequences of stereo streams. It displays start, end and duration as for silencedetect filter. From 08daf8a0394da0d482ee09f29d7cefa14b5c5440 Mon Sep 17 00:00:00 2001 From: Romane Lafon Date

[FFmpeg-devel] [PATCH] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-05-09 Thread Romane Lafon
This patch extends aphasemeter filter to display metadata for out-of-phase or mono sequences of stereo streams. Displays start, end and duration as for silencedetect filter. From 763cd15c156be8ef7c577519e57bf14990adcf69 Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Wed, 8 May 2019 17:59:29