You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc: fix a few typo in the filters section.
This commit is contained in:
@@ -198,7 +198,7 @@ seconds
|
|||||||
|
|
||||||
@item pos
|
@item pos
|
||||||
position of the frame in the input stream, -1 if this information in
|
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
|
@item fmt
|
||||||
sample format name
|
sample format name
|
||||||
@@ -240,7 +240,7 @@ Ported from SoX.
|
|||||||
Adjust the input audio volume.
|
Adjust the input audio volume.
|
||||||
|
|
||||||
The filter accepts exactly one parameter @var{vol}, which expresses
|
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.
|
Output values are clipped to the maximum value.
|
||||||
|
|
||||||
@@ -820,7 +820,7 @@ A description of the accepted parameters follows.
|
|||||||
@table @option
|
@table @option
|
||||||
|
|
||||||
@item x, y, w, h
|
@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.
|
vectors.
|
||||||
If desired the search for motion vectors can be limited to a
|
If desired the search for motion vectors can be limited to a
|
||||||
rectangular area of the frame defined by its top left corner, width
|
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]
|
color=red@.3:WxH [over]; [in][over] overlay [out]
|
||||||
@end example
|
@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.
|
approach is yet to be tested.
|
||||||
|
|
||||||
@section pad
|
@section pad
|
||||||
@@ -2464,7 +2464,7 @@ through the interface defined in @file{libavfilter/vsrc_buffer.h}.
|
|||||||
It accepts the following parameters:
|
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}
|
@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.
|
defined.
|
||||||
|
|
||||||
Follows the list of the accepted parameters.
|
Follows the list of the accepted parameters.
|
||||||
|
Reference in New Issue
Block a user