summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2015-03-31 00:52:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-03-31 13:41:25 +0200
commitc84b75c89c019fdf7d1b6e4094beb0d9c316731f (patch)
tree2250a40def53b455bb590e32c8c7b22bda7f4fe7 /doc/filters.texi
parent919d13d2383bd7318b80ed0c5b723323a79a8996 (diff)
vf_drawtext: add support for setting box border width
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 15f8ed59bf..b75ce5a925 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3955,6 +3955,10 @@ Used to draw a box around text using the background color.
The value must be either 1 (enable) or 0 (disable).
The default value of @var{box} is 0.
+@item boxborderw
+Set the width of the border to be drawn around the box using @var{boxcolor}.
+The default value of @var{boxborderw} is 0.
+
@item boxcolor
The color to be used for drawing box around text. For the syntax of this
option, check the "Color" section in the ffmpeg-utils manual.