diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2017-01-19 07:09:22 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2017-01-19 07:09:22 +0800 |
commit | 90096e42e1e9c075a1991e592c5965cf3f643cd1 (patch) | |
tree | 1ee05a9c5ea5103d77c951c7c35033ef1dfdda41 /doc/filters.texi | |
parent | b05d0274ce7dca3d9b3efd9258b46c7a898f04a9 (diff) | |
download | ffmpeg-90096e42e1e9c075a1991e592c5965cf3f643cd1.tar.gz |
avfilter:vf_drawtext: add new line space size set parameter
add line_spacing parameter to set the space between two lines
Based on an idea by: Leandro Santiago <leandrosansilva@gmail.com>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/filters.texi')
-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 94548b1a1a..a0c29805f0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6750,6 +6750,10 @@ option, check the "Color" section in the ffmpeg-utils manual. The default value of @var{boxcolor} is "white". +@item line_spacing +Set the line spacing in pixels of the border to be drawn around the box using @var{box}. +The default value of @var{line_spacing} is 0. + @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. |