From 9ca3f9421c80fdf3c3a5e08404d664bcb7d73ce8 Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Thu, 24 Dec 2015 18:09:22 +0000 Subject: [PATCH] text_watermark - moar options --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 23cce7b..7b1d25f 100644 --- a/index.html +++ b/index.html @@ -602,11 +602,14 @@ path_name_and_extension_to_the_last_file
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
-
fontfile=font_path
Set path to font. For example in OSX: "fontfile=/Library/Fonts/AppleGothic.ttf"
+
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 0xFFFFFF
+
alpha=0.4
Set transparency.
+
x=w/2-tw/2:y=h/2-th/2"
Sets x and y coordinates for the watermark. These relative values will centre your watermark regardless of video dimensions.
+
-
-map "[v]"
maps the video stream and:
-
-map "[a]"
maps the audio stream together into:
+
output_file
path, name and extension of the output file