mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
doc/filters/drawtext: apply second level of escaping on colon
Fix escaping on example.
This commit is contained in:
parent
4d301be9e5
commit
43042931fb
@ -12984,7 +12984,7 @@ drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,
|
|||||||
@item
|
@item
|
||||||
Use fontconfig to set the font. Note that the colons need to be escaped.
|
Use fontconfig to set the font. Note that the colons need to be escaped.
|
||||||
@example
|
@example
|
||||||
drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
|
drawtext='fontfile=Linux Libertine O-40\\:style=Semibold:text=FFmpeg'
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
Loading…
Reference in New Issue
Block a user