[FFmpeg-devel] [PATCH 2/2] lavfi: add audio silencedetect filter.

Clément Bœsch ubitux at gmail.com
Sat Jan 7 17:25:40 CET 2012


On Sat, Jan 07, 2012 at 03:41:05PM +0100, Clément Bœsch wrote:
[...]
> From 2e7c6e75d225818b0eacf29f5599dfd308804406 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux at gmail.com>
> Date: Tue, 3 Jan 2012 23:47:09 +0100
> Subject: [PATCH] lavfi: add audio silencedetect filter.
> 
> ---
>  Changelog                      |    1 +
>  doc/filters.texi               |   24 ++++++
>  libavfilter/Makefile           |    1 +
>  libavfilter/af_silencedetect.c |  171 ++++++++++++++++++++++++++++++++++++++++
>  libavfilter/allfilters.c       |    1 +
>  libavfilter/avfilter.h         |    4 +-
>  6 files changed, 200 insertions(+), 2 deletions(-)
>  create mode 100644 libavfilter/af_silencedetect.c
> 
[...]

Some extra local changes:

> diff --git a/doc/filters.texi b/doc/filters.texi
> index de73e3f..3bc117c 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
[...]
> + at item d, duration

toggled into duration, d

[...]
> +Complete example with ffmpeg to detect silence with 0.0001 noise tolerance:

Changed into @command{ffmpeg}

[...]
> + * Copyright (c) 2011 Clément Bœsch <ubitux at gmail.com>
> + *

Changed into 2012.


-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120107/e65ae8b0/attachment.asc>


More information about the ffmpeg-devel mailing list