You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: remove unnecessary and inconsistent double ',' escaping
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user