mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
doc/filters: remove unnecessary and inconsistent double ',' escaping
This commit is contained in:
parent
7d0ca5b7e4
commit
51467ee868
@ -2016,13 +2016,13 @@ drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_gly
|
||||
@item
|
||||
Show text for 1 second every 3 seconds:
|
||||
@example
|
||||
drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:draw=lt(mod(t\\,3)\\,1):text='blink'"
|
||||
drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:draw=lt(mod(t\,3)\,1):text='blink'"
|
||||
@end example
|
||||
|
||||
@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
|
||||
|
||||
@end itemize
|
||||
|
Loading…
Reference in New Issue
Block a user