diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-09-23 13:54:43 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-09-24 12:36:27 +0200 |
commit | d7d587db626863866b71e04134c3ed82db480817 (patch) | |
tree | ec79567667906c37d86ce868b8ea239f16af59fd /doc/filters.texi | |
parent | 9569a3c9f41387a8c7d1ce97d8693520477a66c3 (diff) | |
download | ffmpeg-d7d587db626863866b71e04134c3ed82db480817.tar.gz |
vf_drawtext: fix missed update in docs
Diffstat (limited to 'doc/filters.texi')
-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 36ba75cc02..4df49d96a3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -822,7 +822,7 @@ drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test @end example @item -will draw 'Test Text' with font FreeSerif of size 24 at position x=100 +Draw 'Test Text' with font FreeSerif of size 24 at position x=100 and y=50 (counting from the top-left corner of the screen), text is yellow with a red box around it. Both the text and the box have an opacity of 20%. |