You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avfilter/vf_drawtext: use flags type of option for text_align
This commit is contained in:
@@ -12386,7 +12386,7 @@ Set the line spacing in pixels. The default value of @var{line_spacing} is 0.
|
||||
|
||||
@item text_align
|
||||
Set the vertical and horizontal alignment of the text with respect to the box boundaries.
|
||||
The value must contain exactly two letters, one for the vertical alignment (T=top,
|
||||
The value is combination of flags, one for the vertical alignment (T=top,
|
||||
M=middle, B=bottom) and one for the horizontal alignment (L=left, C=center, R=right).
|
||||
Please note that tab characters are only supported with the left horizontal alignment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user