diff --git a/index.html b/index.html index 6ff0def..e8559db 100644 --- a/index.html +++ b/index.html @@ -599,11 +599,11 @@ 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=
This calls the drawtext filters with the following options: +
-vf drawtext=
This calls the drawtext filter 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. 35 is a good starting point 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'
+
text=watermark_text
Set the content of your watermark text. For example: text='FFMPROVISR EXAMPLE TEXT'
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.
x=(w-text_w)/2:y=(h-text_h)/2
Sets x and y coordinates for the watermark. These relative values will centre your watermark regardless of video dimensions.
@@ -639,7 +639,7 @@ path_name_and_extension_to_the_last_file
rate=timecode_rate
Framerate of video. For example 25/1
x=(w-text_w)/2:y=h/1.2
Sets x and y coordinates for the timecode. These relative values will horizontally centre your timecode in the bottom third regardless of video dimensions.
- Note: -vf is a shotrcut for -filter:v. + Note: -vf is a shortcut for -filter:v.
output_file
path, name and extension of the output file.
@@ -647,6 +647,28 @@ path_name_and_extension_to_the_last_file + + + +