doc: various spelling, grammar and formatting fixes

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
pull/322/head
Moritz Barsnick 5 years ago committed by Gyan Doshi
parent 96f1d34d0c
commit 53d31e91c5
  1. 69
      doc/filters.texi
  2. 4
      doc/muxers.texi

@ -756,7 +756,7 @@ aecho=0.8:0.88:60:0.4
@end example @end example
@item @item
If delay is very short, then it sound like a (metallic) robot playing music: If delay is very short, then it sounds like a (metallic) robot playing music:
@example @example
aecho=0.8:0.88:6:0.4 aecho=0.8:0.88:6:0.4
@end example @end example
@ -1157,11 +1157,11 @@ It can be used as component for digital crossover filters,
room equalization, cross talk cancellation, wavefield synthesis, room equalization, cross talk cancellation, wavefield synthesis,
auralization, ambiophonics, ambisonics and spatialization. auralization, ambiophonics, ambisonics and spatialization.
This filter uses second stream as FIR coefficients. This filter uses the second stream as FIR coefficients.
If second stream holds single channel, it will be used If the second stream holds a single channel, it will be used
for all input channels in first stream, otherwise for all input channels in the first stream, otherwise
number of channels in second stream must be same as the number of channels in the second stream must be same as
number of channels in first stream. the number of channels in the first stream.
It accepts the following parameters: It accepts the following parameters:
@ -1766,7 +1766,7 @@ Each sample is adjusted by looking for other samples with similar contexts. This
context similarity is defined by comparing their surrounding patches of size context similarity is defined by comparing their surrounding patches of size
@option{p}. Patches are searched in an area of @option{r} around the sample. @option{p}. Patches are searched in an area of @option{r} around the sample.
The filter accepts the following options. The filter accepts the following options:
@table @option @table @option
@item s @item s
@ -2965,12 +2965,12 @@ Compensation Delay Line is a metric based delay to compensate differing
positions of microphones or speakers. positions of microphones or speakers.
For example, you have recorded guitar with two microphones placed in For example, you have recorded guitar with two microphones placed in
different location. Because the front of sound wave has fixed speed in different locations. Because the front of sound wave has fixed speed in
normal conditions, the phasing of microphones can vary and depends on normal conditions, the phasing of microphones can vary and depends on
their location and interposition. The best sound mix can be achieved when their location and interposition. The best sound mix can be achieved when
these microphones are in phase (synchronized). Note that distance of these microphones are in phase (synchronized). Note that a distance of
~30 cm between microphones makes one microphone to capture signal in ~30 cm between microphones makes one microphone capture the signal in
antiphase to another microphone. That makes the final mix sounding moody. antiphase to the other microphone. That makes the final mix sound moody.
This filter helps to solve phasing problems by adding different delays This filter helps to solve phasing problems by adding different delays
to each microphone track and make them synchronized. to each microphone track and make them synchronized.
@ -2979,7 +2979,7 @@ synchronize other tracks one by one with it.
Remember that synchronization/delay tolerance depends on sample rate, too. Remember that synchronization/delay tolerance depends on sample rate, too.
Higher sample rates will give more tolerance. Higher sample rates will give more tolerance.
It accepts the following parameters: The filter accepts the following parameters:
@table @option @table @option
@item mm @item mm
@ -3003,7 +3003,7 @@ Set wet amount. Amount of processed (wet) signal.
Default is 1. Default is 1.
@item temp @item temp
Set temperature degree in Celsius. This is the temperature of the environment. Set temperature in degrees Celsius. This is the temperature of the environment.
Default is 20. Default is 20.
@end table @end table
@ -6638,7 +6638,7 @@ If the interlacing is unknown or the decoder does not export this information,
top field first will be assumed. top field first will be assumed.
@item deint @item deint
Specify which frames to deinterlace. Accept one of the following Specify which frames to deinterlace. Accepts one of the following
values: values:
@table @option @table @option
@ -11423,7 +11423,7 @@ All streams must be of same pixel format and of same height.
Note that this filter is faster than using @ref{overlay} and @ref{pad} filter Note that this filter is faster than using @ref{overlay} and @ref{pad} filter
to create same output. to create same output.
The filter accept the following option: The filter accepts the following option:
@table @option @table @option
@item inputs @item inputs
@ -13262,7 +13262,7 @@ the following values: "blur", "blur_no_scale", "median", "gaussian",
or "bilateral". The default value is "gaussian". or "bilateral". The default value is "gaussian".
The meaning of @var{param1}, @var{param2}, @var{param3}, and @var{param4} The meaning of @var{param1}, @var{param2}, @var{param3}, and @var{param4}
depend on the smooth type. @var{param1} and depends on the smooth type. @var{param1} and
@var{param2} accept integer positive values or 0. @var{param3} and @var{param2} accept integer positive values or 0. @var{param3} and
@var{param4} accept floating point values. @var{param4} accept floating point values.
@ -14443,7 +14443,7 @@ __kernel void blend_images(__write_only image2d_t dst,
Alter frame colors in video with pseudocolors. Alter frame colors in video with pseudocolors.
This filter accept the following options: This filter accepts the following options:
@table @option @table @option
@item c0 @item c0
@ -14768,7 +14768,7 @@ Enable checking the parity bit. In the event of a parity error, the filter will
@code{0x00} for that character. Default is false. @code{0x00} for that character. Default is false.
@item lp @item lp
Lowpass lines prior further proccessing. Default is disabled. Lowpass lines prior to further processing. Default is disabled.
@end table @end table
@subsection Examples @subsection Examples
@ -18748,7 +18748,7 @@ All streams must be of same pixel format and of same width.
Note that this filter is faster than using @ref{overlay} and @ref{pad} filter Note that this filter is faster than using @ref{overlay} and @ref{pad} filter
to create same output. to create same output.
The filter accept the following option: The filter accepts the following options:
@table @option @table @option
@item inputs @item inputs
@ -18769,11 +18769,11 @@ implemented based on the de-interlace algorithm written by Jim
Easterbrook for BBC R&D, the Weston 3 field deinterlacing filter Easterbrook for BBC R&D, the Weston 3 field deinterlacing filter
uses filter coefficients calculated by BBC R&D. uses filter coefficients calculated by BBC R&D.
This filter use field-dominance information in frame to decide which This filter uses field-dominance information in frame to decide which
of each pair of fields to place first in the output. of each pair of fields to place first in the output.
If it gets it wrong use @ref{setfield} filter before @code{w3fdif} filter. If it gets it wrong use @ref{setfield} filter before @code{w3fdif} filter.
There are two sets of filter coefficients, so called "simple": There are two sets of filter coefficients, so called "simple"
and "complex". Which set of filter coefficients is used can and "complex". Which set of filter coefficients is used can
be set by passing an optional parameter: be set by passing an optional parameter:
@ -18790,7 +18790,7 @@ More-complex filter coefficient set.
Default value is @samp{complex}. Default value is @samp{complex}.
@item deint @item deint
Specify which frames to deinterlace. Accept one of the following values: Specify which frames to deinterlace. Accepts one of the following values:
@table @samp @table @samp
@item all @item all
@ -18998,7 +18998,7 @@ Default is @code{3}.
@section xmedian @section xmedian
Pick median pixels from several input videos. Pick median pixels from several input videos.
The filter accept the following options: The filter accepts the following options:
@table @option @table @option
@item inputs @item inputs
@ -19015,7 +19015,7 @@ Stack video inputs into custom layout.
All streams must be of same pixel format. All streams must be of same pixel format.
The filter accept the following option: The filter accepts the following options:
@table @option @table @option
@item inputs @item inputs
@ -19044,24 +19044,24 @@ terminates. Default value is 0.
@itemize @itemize
@item @item
Display 4 inputs into 2x2 grid, Display 4 inputs into 2x2 grid.
note that if inputs are of different sizes unused gaps might appear, Note that if inputs are of different sizes unused gaps might appear,
as not all of output video is used. as not all of output video is used.
@example @example
xstack=inputs=4:layout=0_0|0_h0|w0_0|w0_h0 xstack=inputs=4:layout=0_0|0_h0|w0_0|w0_h0
@end example @end example
@item @item
Display 4 inputs into 1x4 grid, Display 4 inputs into 1x4 grid.
note that if inputs are of different sizes unused gaps might appear, Note that if inputs are of different sizes unused gaps might appear,
as not all of output video is used. as not all of output video is used.
@example @example
xstack=inputs=4:layout=0_0|0_h0|0_h0+h1|0_h0+h1+h2 xstack=inputs=4:layout=0_0|0_h0|0_h0+h1|0_h0+h1+h2
@end example @end example
@item @item
Display 9 inputs into 3x3 grid, Display 9 inputs into 3x3 grid.
note that if inputs are of different sizes unused gaps might appear, Note that if inputs are of different sizes unused gaps might appear,
as not all of output video is used. as not all of output video is used.
@example @example
xstack=inputs=9:layout=w3_0|w3_h0+h2|w3_h0|0_h4|0_0|w3+w1_0|0_h1+h2|w3+w1_h0|w3+w1_h1+h2 xstack=inputs=9:layout=w3_0|w3_h0+h2|w3_h0|0_h4|0_0|w3+w1_0|0_h1+h2|w3+w1_h0|w3+w1_h1+h2
@ -19113,7 +19113,7 @@ If the interlacing is unknown or the decoder does not export this information,
top field first will be assumed. top field first will be assumed.
@item deint @item deint
Specify which frames to deinterlace. Accept one of the following Specify which frames to deinterlace. Accepts one of the following
values: values:
@table @option @table @option
@ -19171,7 +19171,7 @@ If the interlacing is unknown or the decoder does not export this information,
top field first will be assumed. top field first will be assumed.
@item deint @item deint
Specify which frames to deinterlace. Accept one of the following Specify which frames to deinterlace. Accepts one of the following
values: values:
@table @option @table @option
@ -22574,8 +22574,9 @@ implemented with custom @var{basefreq} and @var{endfreq}, use @var{axisfile}
option instead. option instead.
@item font @item font
Specify fontconfig pattern. This has lower priority than @var{fontfile}. Specify fontconfig pattern. This has lower priority than @var{fontfile}. The
The : in the pattern may be replaced by | to avoid unnecessary escaping. @code{:} in the pattern may be replaced by @code{|} to avoid unnecessary
escaping.
@item fontcolor @item fontcolor
Specify font color expression. This is arithmetic expression that should return Specify font color expression. This is arithmetic expression that should return

@ -902,8 +902,8 @@ serving up segments can be configured to reject requests to *.tmp to prevent acc
before they have been added to the m3u8 playlist. This flag also affects how m3u8 playlist files are created. before they have been added to the m3u8 playlist. This flag also affects how m3u8 playlist files are created.
If this flag is set, all playlist files will written into temporary file and renamed after they are complete, similarly as segments are handled. If this flag is set, all playlist files will written into temporary file and renamed after they are complete, similarly as segments are handled.
But playlists with @code{file} protocol and with type (@code{hls_playlist_type}) other than @code{vod} But playlists with @code{file} protocol and with type (@code{hls_playlist_type}) other than @code{vod}
are always written into temporary file regardles of this flag. Master playlist files (@code{master_pl_name}), if any, with @code{file} protocol, are always written into temporary file regardless of this flag. Master playlist files (@code{master_pl_name}), if any, with @code{file} protocol,
are always written into temporary file regardles of this flag if @code{master_pl_publish_rate} value is other than zero. are always written into temporary file regardless of this flag if @code{master_pl_publish_rate} value is other than zero.
@end table @end table

Loading…
Cancel
Save