diff options
author | Marton Balint <cus@passwd.hu> | 2015-03-31 00:52:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-31 13:41:25 +0200 |
commit | c84b75c89c019fdf7d1b6e4094beb0d9c316731f (patch) | |
tree | 2250a40def53b455bb590e32c8c7b22bda7f4fe7 /doc | |
parent | 919d13d2383bd7318b80ed0c5b723323a79a8996 (diff) | |
download | ffmpeg-c84b75c89c019fdf7d1b6e4094beb0d9c316731f.tar.gz |
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')
-rw-r--r-- | doc/filters.texi | 4 |
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. |