Commit 648b26ac authored by Andrey Utkin's avatar Andrey Utkin Committed by Lou Logan

doc/filters/drawtext: fix centering example

Signed-off-by: 's avatarAndrey Utkin <andrey.od.utkin@gmail.com>
Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
parent 2f5075f5
......@@ -5605,7 +5605,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment