diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2014-01-18 03:58:34 -0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-25 04:59:28 +0100 |
commit | 78a9f185eb175e6164b1c0f40d20ff1933ac8fb7 (patch) | |
tree | e58e29a7b3dca6b40085e2b8fae57131c85feaca /doc/filters.texi | |
parent | 222fb8276dc4d32b26e939fb130165ddb6d5dddd (diff) | |
download | ffmpeg-78a9f185eb175e6164b1c0f40d20ff1933ac8fb7.tar.gz |
lavfi/drawtext: add option for drawing border around text
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 602814ce22..9e67db4888 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3548,6 +3548,16 @@ option, check the "Color" section in the ffmpeg-utils manual. The default value of @var{boxcolor} is "white". +@item borderw +Set the width of the border to be drawn around the text using @var{bordercolor}. +The default value of @var{borderw} is 0. + +@item bordercolor +Set the color to be used for drawing border around text. For the syntax of this +option, check the "Color" section in the ffmpeg-utils manual. + +The default value of @var{bordercolor} is "black". + @item expansion Select how the @var{text} is expanded. Can be either @code{none}, @code{strftime} (deprecated) or |