diff --git a/index.html b/index.html
index 5e1023e..f8bf7a4 100644
--- a/index.html
+++ b/index.html
@@ -601,7 +601,7 @@ path_name_and_extension_to_the_last_file
-vf "drawtext=fontfile=font_path:fontsize=font_size:text=watermark_text:fontcolor=font_colour:alpha=0.4:x=w/2-tw/2:y=h/2-th/2"This calls the drawtext filters with the following options:
- fontfile=font_path
- Set path to font. For example in OSX:
"fontfile=/Library/Fonts/AppleGothic.ttf"
- - fontsize=font_size
- Set font size.
24 is a good value for SD. Ideally this is proportional to video size, for example videoheight/12
+ - fontsize=font_size
- Set font size.
24
is a good value for SD. Ideally this is proportional to video size, for example videoheight/12
- fontfile=font_path
- Set path to font. For example in OSX:
"fontfile=/Library/Fonts/AppleGothic.ttf"
The different filters in a complex filter can be divided either by comma or semicolon. The quotation marks allow to insert a space between the filters for readability.