Commit 51467ee8 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: remove unnecessary and inconsistent double ',' escaping

parent 7d0ca5b7
...@@ -2016,13 +2016,13 @@ drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_gly ...@@ -2016,13 +2016,13 @@ drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_gly
@item @item
Show text for 1 second every 3 seconds: Show text for 1 second every 3 seconds:
@example @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 @end example
@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
@end itemize @end itemize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment