diff --git a/index.html b/index.html
index 28fbf7f..5ebc49c 100644
--- a/index.html
+++ b/index.html
@@ -598,7 +598,7 @@ path_name_and_extension_to_the_last_file
- ffmpeg
- starts the command
- -i input_file
- path, name and extension of the input 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:
+
- -vf drawtext=
- 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 value is proportional to video size, for example use ffprobe to acquire video height and divide by 14.