Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2015-03-18 Thread Stefano Sabatini
On date Thursday 2014-12-25 23:57:47 +0100, Clément Bœsch encoded: > On Thu, Dec 25, 2014 at 09:07:04PM +0100, Lars Kiesow wrote: [...] > > One improvement that's left is to choose the colors, but that's > > something for another patch and you can archive that quite easily with > > some of the othe

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2015-03-18 Thread Stefano Sabatini
er so > > that the user is not allowed to use meaningless options which belong to > > showaves (such as rate). > > > > Major edits done by Stefano Sabatini, from a patch by ubitux. > > > > See thread: > > From: Clément Bœsch > > To: ffmpeg-devel@ffmpeg.

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2015-03-17 Thread Clément Bœsch
: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > This is a variant of showaves. It is implemented as a different filter so > that the user is not allowed to use meaningless options which belong to > showaves (such as rate). > > Major edits done by Stefano Sabatin

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2015-03-16 Thread Stefano Sabatini
ano Sabatini, from a patch by ubitux. See thread: From: Clément Bœsch To: ffmpeg-devel@ffmpeg.org Date: Wed, 24 Dec 2014 15:03:26 +0100 Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option TODO: bump minor --- doc/filters.texi| 27 + libavfilter/Makefile

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-28 Thread Clément Bœsch
On Fri, Dec 26, 2014 at 01:16:07AM +0100, Stefano Sabatini wrote: > On date Friday 2014-12-26 00:17:53 +0100, Clément Bœsch encoded: > > On Fri, Dec 26, 2014 at 12:14:52AM +0100, Stefano Sabatini wrote: > > > On date Wednesday 2014-12-24 15:03:26 +0100, Clément Bœsch encoded: > > > > TODO: bump min

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-25 Thread Stefano Sabatini
On date Friday 2014-12-26 00:17:53 +0100, Clément Bœsch encoded: > On Fri, Dec 26, 2014 at 12:14:52AM +0100, Stefano Sabatini wrote: > > On date Wednesday 2014-12-24 15:03:26 +0100, Clément Bœsch encoded: > > > TODO: bump minor > > > --- > > > doc/filters.texi| 12 +++ > > > libavfilt

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-25 Thread Clément Bœsch
On Fri, Dec 26, 2014 at 12:14:52AM +0100, Stefano Sabatini wrote: > On date Wednesday 2014-12-24 15:03:26 +0100, Clément Bœsch encoded: > > TODO: bump minor > > --- > > doc/filters.texi| 12 +++ > > libavfilter/avf_showwaves.c | 175 > > +++- >

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-25 Thread Stefano Sabatini
On date Wednesday 2014-12-24 15:03:26 +0100, Clément Bœsch encoded: > TODO: bump minor > --- > doc/filters.texi| 12 +++ > libavfilter/avf_showwaves.c | 175 > +++- > 2 files changed, 169 insertions(+), 18 deletions(-) > > diff --git a/doc/fil

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-25 Thread Clément Bœsch
On Thu, Dec 25, 2014 at 09:07:04PM +0100, Lars Kiesow wrote: > Hi Clément, Hi, > this is the patch I was looking for... thanks! > :) > I've applied the patch against the current master and had a first > glimps at it. It works well. I've tried it successfully on a two minute > audio file as wel

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-25 Thread Lars Kiesow
Hi Clément, this is the patch I was looking for... thanks! I've applied the patch against the current master and had a first glimps at it. It works well. I've tried it successfully on a two minute audio file as well as on a several hour long lecture recording. One thing I noticed was that with la

[FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-24 Thread Clément Bœsch
TODO: bump minor --- doc/filters.texi| 12 +++ libavfilter/avf_showwaves.c | 175 +++- 2 files changed, 169 insertions(+), 18 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 7fac8fb..7953e62 100644 --- a/doc/filters.texi +++