|
|
|
@ -439,7 +439,7 @@ aevalsrc=0 |
|
|
|
|
|
|
|
|
|
@item |
|
|
|
|
|
|
|
|
|
Generate a sin signal with frequence of 440 Hz, set sample rate to |
|
|
|
|
Generate a sin signal with frequency of 440 Hz, set sample rate to |
|
|
|
|
8000 Hz: |
|
|
|
|
@example |
|
|
|
|
aevalsrc="sin(440*2*PI*t)::s=8000" |
|
|
|
@ -628,7 +628,7 @@ input plane. They are expressions, and can contain the following |
|
|
|
|
constants: |
|
|
|
|
@table @option |
|
|
|
|
@item w, h |
|
|
|
|
the input width and heigth in pixels |
|
|
|
|
the input width and height in pixels |
|
|
|
|
|
|
|
|
|
@item cw, ch |
|
|
|
|
the input chroma image width and height in pixels |
|
|
|
@ -1089,7 +1089,7 @@ following constants: |
|
|
|
|
|
|
|
|
|
@table @option |
|
|
|
|
@item w, h |
|
|
|
|
the input width and heigth |
|
|
|
|
the input width and height |
|
|
|
|
|
|
|
|
|
@item tw, text_w |
|
|
|
|
the width of the rendered text |
|
|
|
@ -1491,7 +1491,7 @@ The expressions can contain the following constants and functions: |
|
|
|
|
|
|
|
|
|
@table @option |
|
|
|
|
@item w, h |
|
|
|
|
the input width and heigth |
|
|
|
|
the input width and height |
|
|
|
|
|
|
|
|
|
@item val |
|
|
|
|
input value for the pixel component |
|
|
|
@ -1688,7 +1688,7 @@ The filter takes the parameters: @var{filter_name}@{:=@}@var{filter_params}. |
|
|
|
|
filter. If not specified the default values are assumed. |
|
|
|
|
|
|
|
|
|
Refer to the official libopencv documentation for more precise |
|
|
|
|
informations: |
|
|
|
|
information: |
|
|
|
|
@url{http://opencv.willowgarage.com/documentation/c/image_filtering.html} |
|
|
|
|
|
|
|
|
|
Follows the list of supported libopencv filters. |
|
|
|
@ -1704,7 +1704,7 @@ It accepts the parameters: @var{struct_el}:@var{nb_iterations}. |
|
|
|
|
@var{struct_el} represents a structuring element, and has the syntax: |
|
|
|
|
@var{cols}x@var{rows}+@var{anchor_x}x@var{anchor_y}/@var{shape} |
|
|
|
|
|
|
|
|
|
@var{cols} and @var{rows} represent the number of colums and rows of |
|
|
|
|
@var{cols} and @var{rows} represent the number of columns and rows of |
|
|
|
|
the structuring element, @var{anchor_x} and @var{anchor_y} the anchor |
|
|
|
|
point, and @var{shape} the shape for the structuring element, and |
|
|
|
|
can be one of the values "rect", "cross", "ellipse", "custom". |
|
|
|
@ -2317,7 +2317,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 video) |
|
|
|
|
unavailable and/or meaningless (for example in case of synthetic video) |
|
|
|
|
|
|
|
|
|
@item fmt |
|
|
|
|
pixel format name |
|
|
|
@ -2792,7 +2792,7 @@ separated by ":". The description of the accepted options follows. |
|
|
|
|
|
|
|
|
|
@item size, s |
|
|
|
|
Specify the size of the sourced video, it may be a string of the form |
|
|
|
|
@var{width}x@var{heigth}, or the name of a size abbreviation. The |
|
|
|
|
@var{width}x@var{height}, or the name of a size abbreviation. The |
|
|
|
|
default value is "320x240". |
|
|
|
|
|
|
|
|
|
@item rate, r |
|
|
|
|