Re: [FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-10-08 Thread Limin Wang
On Tue, Oct 08, 2019 at 02:21:06PM +0200, Moritz Barsnick wrote: > On Mon, Oct 07, 2019 at 22:23:21 +0800, Limin Wang wrote: > > On Tue, Oct 01, 2019 at 09:40:45AM +0200, Moritz Barsnick wrote: > > > On Mon, Sep 30, 2019 at 21:36:43 +0800, lance.lmw...@gmail.com wrote: > > > > -The printed times

Re: [FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-10-08 Thread Moritz Barsnick
On Mon, Oct 07, 2019 at 22:23:21 +0800, Limin Wang wrote: > On Tue, Oct 01, 2019 at 09:40:45AM +0200, Moritz Barsnick wrote: > > On Mon, Sep 30, 2019 at 21:36:43 +0800, lance.lmw...@gmail.com wrote: > > > -The printed times and duration are expressed in seconds. > > > +The printed times and

Re: [FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-10-07 Thread Limin Wang
On Tue, Oct 01, 2019 at 09:40:45AM +0200, Moritz Barsnick wrote: > On Mon, Sep 30, 2019 at 21:36:43 +0800, lance.lmw...@gmail.com wrote: > > -The printed times and duration are expressed in seconds. > > +The printed times and duration are expressed in seconds. The > > @code{lavfi.silence_start} >

Re: [FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-10-01 Thread Moritz Barsnick
On Mon, Sep 30, 2019 at 21:36:43 +0800, lance.lmw...@gmail.com wrote: > -The printed times and duration are expressed in seconds. > +The printed times and duration are expressed in seconds. The > @code{lavfi.silence_start} > +or @code{lavfi.silence_start.X} metadata key is set on the first frame

[FFmpeg-devel] [PATCH v1 2/6] avfilter/af_silencedetect: document metadata

2019-09-30 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- doc/filters.texi | 10 +- libavfilter/af_silencedetect.c | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 333f502..697ec21 100644 --- a/doc/filters.texi +++