From 75d56e2a9668c35d445b025dc3dba496330e844f Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Thu, 24 Dec 2015 18:29:38 +0000 Subject: [PATCH] text_watermark - fix tags --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3caaf69..293016c 100644 --- a/index.html +++ b/index.html @@ -600,8 +600,8 @@ path_name_and_extension_to_the_last_file
-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:
-
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.
+
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.
text=watermark_text
Set the content of your watermark text. For example: "text="FFMPROVISR HACK DAY NEVAR ENDS"
fontcolor=font_colour
Set colour of font. Can be a text string such as "fontcolor=white" or a hexadecimal value such as "fontcolor=0xFFFFFF"
alpha=0.4
Set transparency value.