doc/filters/drawtext: apply second level of escaping on colon

Fix escaping on example.
release/7.0
Stefano Sabatini 1 year ago
parent 4d301be9e5
commit 43042931fb
  1. 2
      doc/filters.texi

@ -12984,7 +12984,7 @@ drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,
@item
Use fontconfig to set the font. Note that the colons need to be escaped.
@example
drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
drawtext='fontfile=Linux Libertine O-40\\:style=Semibold:text=FFmpeg'
@end example
@item

Loading…
Cancel
Save