mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
doc/filters: document x and y drawtext expression parameters
This commit is contained in:
parent
730af6e617
commit
f4a6c3b099
@ -1423,6 +1423,12 @@ the height of the rendered text
|
||||
|
||||
@item text_w, tw
|
||||
the width of the rendered text
|
||||
|
||||
@item x, y
|
||||
the x and y offset coordinates where the text is drawn.
|
||||
|
||||
These parameters allow the @var{x} and @var{y} expressions to refer
|
||||
each other, so you can for example specify @code{y=x/dar}.
|
||||
@end table
|
||||
|
||||
If libavfilter was built with @code{--enable-fontconfig}, then
|
||||
|
Loading…
Reference in New Issue
Block a user