diff options
author | Andrey Utkin <andrey.od.utkin@gmail.com> | 2015-12-01 21:15:53 +0200 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-12-01 17:34:09 -0800 |
commit | c513e721f3fb469cb8ac0888d489a0c657628d01 (patch) | |
tree | ae16f1f0075e5af5a32466b3ef8a50c5dfb8a1ed | |
parent | 087561a7dcaa1db0d9f87385e1e317e833971c26 (diff) | |
download | ffmpeg-c513e721f3fb469cb8ac0888d489a0c657628d01.tar.gz |
doc/filters/drawtext: fix centering example
Signed-off-by: Andrey Utkin <andrey.od.utkin@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com>
(cherry picked from commit 648b26acc5e25ab40c43fddc54b50e9f0b13ebd8)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 33436ad267..d10e42ab67 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3370,7 +3370,7 @@ within the parameter list. @item Show the text at the center of the video frame: @example -drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h-line_h)/2" +drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2" @end example @item |