From patchwork Sun Feb 10 11:10:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moritz Barsnick X-Patchwork-Id: 12021 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 0296A448A53 for ; Sun, 10 Feb 2019 13:11:30 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E5F0668A948; Sun, 10 Feb 2019 13:11:29 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4650368A92C for ; Sun, 10 Feb 2019 13:11:23 +0200 (EET) Received: from paradise.fritz.box ([89.182.225.43]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LomuB-1hZZc926pv-00gqIp; Sun, 10 Feb 2019 12:11:22 +0100 From: Moritz Barsnick To: FFmpeg development discussions and patches Date: Sun, 10 Feb 2019 12:10:20 +0100 Message-Id: <20190210111020.23726-1-barsnick@gmx.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190131232344.5014-1-barsnick@gmx.net> References: <20190131232344.5014-1-barsnick@gmx.net> MIME-Version: 1.0 X-Provags-ID: V03:K1:Jn9vHXmpkiJ7PMeoDghABnJ62wqJfPVvUZta6QJCqkPGBwm6DBn Vpm1u26LRZXnQMv2pZs9b6HcsNP/Un6kvjBjlyhNF6Q1GArqvj9rROLDvpOVs8+YbEPpqHU 21HxP9+a50YICEXnNo1I/pL2UUmsCYBXRmXl5GfGVd74vkss3StOZvIULu9pKFAG77Y+wlK tyGxYFybhwWLM8lf6SkJg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1; V03:K0:qfijw8qhUFA=:8Wx8zgW6SulBmgJs2RXxzQ bQC4j7Jj7ZqABNBL9xPynq7no1p2f5N5EE1/OqN2Z9sDxldSk0rqldLgAxx+l9/Ar/4BV3+Ul bRjcsEGE1IchHklqZdAvzFUneJYVYghPp7oHjlgG+1gejL5O8SFkXeqXkMrXHREk1fA3o3ICd y7SzcECChf3BI/selsrmb7IVPI46WuyrP7JDTlYQigd1oiRTmT7jp/PwmZsOO0V4wJEjken/k XfZqPvO/f31hc6BQVKeGxKaiWjJ4bsLegdTv6WDo4hW8KfSz78cDjDr7t+GjSLsLLLmh3KJ1U kTMmls8JYP0vej6zyKrMsC85KT5IUqiVk99O/sch+sajdI2zhuwpa8Jqw/taKfVFYJTLZNBYM szJtYzIozYRgA5eSZDEJ2QpwA2h+07CJtOZbaB4Ti5veWnQZEb4yhTPwd2ST7F8XV8HKYZVNt vQphxvF482nxLgtrUdutpHRlMxIe25mlato/Vf2kU5/0Z1YxZ6mopF252N0fw+u7UGMvfJ/t4 opkwsnt9md2RIVRXI/qsc/GG+vhxdnmOC5zGWEX62T7tZIz+kDF5BSXDHDdPWf01585WvmkNx LHvyChPXwJork6M4fnSB/ixVbPQijnY5G5LIxwp0Lpe99gRoOJ+osOmpQpWu45xhBVufTVh8x F0zbjXANZYkP0x2+lU25Qm+ger9WPNS4F+AfaGiHGOUekeD4YCKqL/Fw5wWt914xjldfh40pm yKvbjlh2MgJXYqAMDv/ZjB+EN2n4VYE0N7ega/ttwrx47wFVqAB+0/y3x5l+Nj2su7L5ZmO+y ROoILkxXtxM5IVAlZUJP5SKtMHj8wYXMUljnXBmrLqgwtv7jEy9P0Zycn5JR5uc8A0n0RYJYb Do1yHvgXZIthG0dIJYGBIGBNYIv9rolc4vFqtfS2BQqsmSXQSL1fUj6cWKrtvy Subject: [FFmpeg-devel] [PATCH] doc: fix various typos X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Moritz Barsnick Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Found with the help of codespell-1.14.0. Signed-off-by: Moritz Barsnick --- doc/bitstream_filters.texi | 2 +- doc/codecs.texi | 2 +- doc/filters.texi | 16 ++++++++-------- doc/formats.texi | 2 +- doc/general.texi | 8 ++++---- doc/muxers.texi | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index b779265f58..076b910e40 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -561,7 +561,7 @@ P3 D65 @end table @item transfer_characteristics -Set the color transfert. +Set the color transfer. Available values are: @table @samp diff --git a/doc/codecs.texi b/doc/codecs.texi index 02d5a1b222..c1c6996dee 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1230,7 +1230,7 @@ instead of alpha. Default is 0. @item dump_separator @var{string} (@emph{input}) Separator used to separate the fields printed on the command line about the Stream parameters. -For example to separate the fields with newlines and indention: +For example to separate the fields with newlines and indentation: @example ffprobe -dump_separator " " -i ~/videos/matrixbench_mpeg2.mpg diff --git a/doc/filters.texi b/doc/filters.texi index ac6f6f0082..0ef6f56d5d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -606,7 +606,7 @@ The lower value, the more samples will be detected as impulsive noise. Set burst fusion, in percentage of window size. Allowed range is @code{0} to @code{10}. Default value is @code{2}. If any two samples detected as noise are spaced less than this value then any -sample in between those two samples will be also detected as noise. +sample between those two samples will be also detected as noise. @item m Set overlap method. @@ -1399,7 +1399,7 @@ single-precision floating-point @end table @item response -Show IR frequency reponse, magnitude and phase in additional video stream. +Show IR frequency response, magnitude and phase in additional video stream. By default it is disabled. @item channel @@ -1425,7 +1425,7 @@ used for all remaining channels. @itemize @item -Apply 2 pole elliptic notch at arround 5000Hz for 48000 Hz sample rate: +Apply 2 pole elliptic notch at around 5000Hz for 48000 Hz sample rate: @example aiir=k=1:z=7.957584807809675810E-1 -2.575128568908332300 3.674839853930788710 -2.57512875289799137 7.957586296317130880E-1:p=1 -2.86950072432325953 3.63022088054647218 -2.28075678147272232 6.361362326477423500E-1:f=tf:r=d @end example @@ -5648,7 +5648,7 @@ For example radius of 3 will instruct filter to calculate average of 7 frames. Set factor to amplify difference. Default is 2. Allowed range is from 0 to 65535. @item threshold -Set threshold for difference amplification. Any differrence greater or equal to +Set threshold for difference amplification. Any difference greater or equal to this value will not alter source pixel. Default is 10. Allowed range is from 0 to 65535. @@ -6033,7 +6033,7 @@ The filter accepts the following options. @item sigma Set denoising strength. Default value is 1. Allowed range is from 0 to 999.9. -The denoising algorith is very sensitive to sigma, so adjust it +The denoising algorithm is very sensitive to sigma, so adjust it according to the source. @item block @@ -10265,7 +10265,7 @@ The filter accepts the following options: Set horizontal sigma, standard deviation of Gaussian blur. Default is @code{0.5}. @item steps -Set number of steps for Gaussian approximation. Defauls is @code{1}. +Set number of steps for Gaussian approximation. Default is @code{1}. @item planes Set which planes to filter. By default all planes are filtered. @@ -15336,7 +15336,7 @@ Keep the same color primaries property (default). @end table @item color_trc -Set the color transfert. +Set the color transfer. Available values are: @table @samp @@ -20136,7 +20136,7 @@ Default is @code{log}. @item acount Set how much frames to accumulate in histogram. -Defauls is 1. Setting this to -1 accumulates all frames. +Default is 1. Setting this to -1 accumulates all frames. @item rheight Set histogram ratio of window height. diff --git a/doc/formats.texi b/doc/formats.texi index 4f334e03c7..3cee7767d8 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -211,7 +211,7 @@ is @code{0} (meaning that no offset is applied). @item dump_separator @var{string} (@emph{input}) Separator used to separate the fields printed on the command line about the Stream parameters. -For example to separate the fields with newlines and indention: +For example to separate the fields with newlines and indentation: @example ffprobe -dump_separator " " -i ~/videos/matrixbench_mpeg2.mpg diff --git a/doc/general.texi b/doc/general.texi index 2bc33d180d..fe94c40386 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -1135,10 +1135,10 @@ following image formats are supported: @item DPCM Sol @tab @tab X @item DPCM Xan @tab @tab X @tab Used in Origin's Wing Commander IV AVI files. -@item DSD (Direct Stream Digitial), least significant bit first @tab @tab X -@item DSD (Direct Stream Digitial), most significant bit first @tab @tab X -@item DSD (Direct Stream Digitial), least significant bit first, planar @tab @tab X -@item DSD (Direct Stream Digitial), most significant bit first, planar @tab @tab X +@item DSD (Direct Stream Digital), least significant bit first @tab @tab X +@item DSD (Direct Stream Digital), most significant bit first @tab @tab X +@item DSD (Direct Stream Digital), least significant bit first, planar @tab @tab X +@item DSD (Direct Stream Digital), most significant bit first, planar @tab @tab X @item DSP Group TrueSpeech @tab @tab X @item DST (Direct Stream Transfer) @tab @tab X @item DV audio @tab @tab X diff --git a/doc/muxers.texi b/doc/muxers.texi index 7f7e607946..18ce9b15c7 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1018,7 +1018,7 @@ ffmpeg -re -i in.ts -b:v 1000k -b:a 64k -a53cc 1 -f hls \ http://example.com/live/out.m3u8 @end example This example adds @code{#EXT-X-MEDIA} tag with @code{TYPE=CLOSED-CAPTIONS} in -the master playlist with group name 'cc', langauge 'en' (english) and +the master playlist with group name 'cc', language 'en' (english) and INSTREAM-ID 'CC1'. Also, it adds @code{CLOSED-CAPTIONS} attribute with group name 'cc' for the output variant stream. @example