[FFmpeg-devel] [PATCH] avfilter: add declick and declip audio filters

Moritz Barsnick barsnick at gmx.net
Thu May 17 20:55:58 EEST 2018


On Thu, May 17, 2018 at 19:19:06 +0200, Paul B Mahol wrote:

Valuable filters. I had compiled your previous separate patches, but
didn't have any samples for testing.

> +Setting this to very high value increases impulsive noise removal but makes whole
                  ^ a very high ...                                           ^ the whole ...
> +processs much slower.
   ^ process

> +This controls the strength of impulse noise which is going to be removed.
                                 ^ impulsive ?

> +This controls between how much samples, which are detected as impulsive noise,
> +any sample between 2 detected noise samples is considered also as noise sample.

This sentence makes no sense, I think you may have dropped a line?
(BTW:
 - 2 -> two
 - is considered also -> is also considered)

> +autoregressive modeling.
                  ^ nit: This is the US spelling, while you use non-US
                    spelling for e.g. "neighbour".

> +Any sample which absolute value is equal or higher of this value will be
... "the absolute value of which is equal or higher than this", or
... "whose absolute value is equal or higher than this"

> +detected as clipped and be replaced with interpolated value.
                                            ^ an interpolated...

Cheers,
Moritz


More information about the ffmpeg-devel mailing list