mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
doc/filters: state negate filter's option
Also clarify that the negate_alpha option is a boolean
This commit is contained in:
parent
5aba5b89d0
commit
4cd5c3f9ec
@ -11437,10 +11437,15 @@ Default value for @option{hi} is 64*12, default value for @option{lo} is
|
||||
|
||||
@section negate
|
||||
|
||||
Negate input video.
|
||||
Negate (invert) the input video.
|
||||
|
||||
It accepts an integer in input; if non-zero it negates the
|
||||
alpha component (if available). The default value in input is 0.
|
||||
It accepts the following option:
|
||||
|
||||
@table @option
|
||||
|
||||
@item negate_alpha
|
||||
With value 1, it negates the alpha component, if present. Default value is 0.
|
||||
@end table
|
||||
|
||||
@section nlmeans
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user