diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:19:23 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:19:36 +0100 |
commit | 1335331e8eb156d0a8cddee2553b2b87a5f28766 (patch) | |
tree | b4821d17e1af43463ec40d4664b6d87ebc10d5d1 | |
parent | 1054ab3595ccdd1a46177de93fb8a5e587a20958 (diff) | |
download | ffmpeg-1335331e8eb156d0a8cddee2553b2b87a5f28766.tar.gz |
doc: fix a few typo in the filters section.
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 92ef589c92..6c98dc0fdc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -198,7 +198,7 @@ seconds @item pos position of the frame in the input stream, -1 if this information in -unavailable and/or meanigless (for example in case of synthetic audio) +unavailable and/or meaningless (for example in case of synthetic audio) @item fmt sample format name @@ -240,7 +240,7 @@ Ported from SoX. Adjust the input audio volume. The filter accepts exactly one parameter @var{vol}, which expresses -how the audio volume will be increased or decresed. +how the audio volume will be increased or decreased. Output values are clipped to the maximum value. @@ -820,7 +820,7 @@ A description of the accepted parameters follows. @table @option @item x, y, w, h -Specify a rectangular area where to limit the sarch for motion +Specify a rectangular area where to limit the search for motion vectors. If desired the search for motion vectors can be limited to a rectangular area of the frame defined by its top left corner, width @@ -1751,7 +1751,7 @@ movie=logo2.png [logo2]; color=red@.3:WxH [over]; [in][over] overlay [out] @end example -You can chain togheter more overlays but the efficiency of such +You can chain together more overlays but the efficiency of such approach is yet to be tested. @section pad @@ -2464,7 +2464,7 @@ through the interface defined in @file{libavfilter/vsrc_buffer.h}. It accepts the following parameters: @var{width}:@var{height}:@var{pix_fmt_string}:@var{timebase_num}:@var{timebase_den}:@var{sample_aspect_ratio_num}:@var{sample_aspect_ratio.den}:@var{scale_params} -All the parameters but @var{scale_params} need to be explicitely +All the parameters but @var{scale_params} need to be explicitly defined. Follows the list of the accepted parameters. |