diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 20:14:07 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 12:14:21 +0100 |
commit | 1b3fdd9731012a4ae2d5b3ee5460c910d808da8e (patch) | |
tree | 61e86b2968c7e19830a6a32e498ffb3533c5b24e /doc | |
parent | 652fab5996a3e283df69ed51132745ba45086251 (diff) | |
download | ffmpeg-1b3fdd9731012a4ae2d5b3ee5460c910d808da8e.tar.gz |
lavfi/drawbox: implement color=invert mode
Based on a libmpcodecs/vf_rectangle.c feature.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2abf60c2cd..edbe4092c1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1741,7 +1741,9 @@ the input width and height. Default to 0. @item color, c Specify the color of the box to write, it can be the name of a color -(case insensitive match) or a 0xRRGGBB[AA] sequence. +(case insensitive match) or a 0xRRGGBB[AA] sequence. If the special +value @code{invert} is used, the box edge color is the same as the +video with inverted luma. @end table If the key of the first options is omitted, the arguments are |