[FFmpeg-devel] [PATCH] doc: fix various typos and grammar errors

Michael Niedermayer michael at niedermayer.cc
Sun Oct 9 19:21:12 EEST 2016


On Sun, Oct 09, 2016 at 12:42:13PM +0200, Moritz Barsnick wrote:
> Signed-off-by: Moritz Barsnick <barsnick at gmx.net>
> ---
>  doc/codecs.texi              |  2 +-
>  doc/demuxers.texi            |  4 ++--
>  doc/ffmpeg.texi              |  2 +-
>  doc/fftools-common-opts.texi |  8 ++++----
>  doc/filters.texi             | 42 +++++++++++++++++++++---------------------
>  doc/formats.texi             |  2 +-
>  doc/indevs.texi              |  4 ++--
>  doc/muxers.texi              |  6 +++---
>  doc/platform.texi            |  2 +-
>  doc/protocols.texi           |  2 +-
>  10 files changed, 37 insertions(+), 37 deletions(-)

[...]

> diff --git a/doc/filters.texi b/doc/filters.texi
> index 4b2f7bf..c3a1559 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -911,14 +911,14 @@ A gate is mainly used to reduce lower parts of a signal. This kind of signal
>  processing reduces disturbing noise between useful signals.
>
>  Gating is done by detecting the volume below a chosen level @var{threshold}
> -and divide it by the factor set with @var{ratio}. The bottom of the noise
> +and dividing it by the factor set with @var{ratio}. The bottom of the noise
>  floor is set via @var{range}. Because an exact manipulation of the signal
>  would cause distortion of the waveform the reduction can be levelled over
>  time. This is done by setting @var{attack} and @var{release}.
>
>  @var{attack} determines how long the signal has to fall below the threshold
>  before any reduction will occur and @var{release} sets the time the signal
> -has to raise above the threshold to reduce the reduction again.
> +has to rise above the threshold to reduce the reduction again.
>  Shorter signals than the chosen attack time will be left untouched.
>
>  @table @option
> @@ -935,7 +935,7 @@ If a signal rises above this level the gain reduction is released.
>  Default is 0.125. Allowed range is from 0 to 1.
>
>  @item ratio
> -Set a ratio about which the signal is reduced.
> +Set a ratio by which the signal is reduced.
>  Default is 2. Allowed range is from 1 to 9000.
>
>  @item attack
> @@ -958,19 +958,19 @@ Default is 2.828427125. Allowed range is from 1 to 8.
>
>  @item detection
>  Choose if exact signal should be taken for detection or an RMS like one.
> -Default is rms. Can be peak or rms.
> +Default is @code{rms}. Can be @code{peak} or @code{rms}.
>
>  @item link
>  Choose if the average level between all channels or the louder channel affects
>  the reduction.
> -Default is average. Can be average or maximum.
> +Default is @code{average}. Can be @{average} or @{maximum}.

*** '}' without opening '{' before:  or @{maximum}. (in doc/filters.texi l. 966)
*** '}' without opening '{' before: . (in doc/filters.texi l. 966)

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161009/86859b87/attachment.sig>


More information about the ffmpeg-devel mailing list