Commit 482bece2 authored by Andrey Utkin's avatar Andrey Utkin Committed by Timothy Gu

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>
(cherry picked from commit 648b26ac)
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
parent 644296e7
...@@ -4967,7 +4967,7 @@ within the parameter list. ...@@ -4967,7 +4967,7 @@ within the parameter list.
@item @item
Show the text at the center of the video frame: Show the text at the center of the video frame:
@example @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 @end example
@item @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