mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
doc/filters: use radius instead of kernel in avgblur
This commit is contained in:
parent
9617178800
commit
9d6efefaf4
@ -5431,13 +5431,13 @@ The filter accepts the following options:
|
|||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item sizeX
|
@item sizeX
|
||||||
Set horizontal kernel size.
|
Set horizontal radius size.
|
||||||
|
|
||||||
@item planes
|
@item planes
|
||||||
Set which planes to filter. By default all planes are filtered.
|
Set which planes to filter. By default all planes are filtered.
|
||||||
|
|
||||||
@item sizeY
|
@item sizeY
|
||||||
Set vertical kernel size, if zero it will be same as @code{sizeX}.
|
Set vertical radius size, if zero it will be same as @code{sizeX}.
|
||||||
Default is @code{0}.
|
Default is @code{0}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user