From 5664007eabea7a45622cff32d41e087eb6e889a7 Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Fri, 25 Dec 2015 10:21:53 +0000 Subject: [PATCH 1/3] small typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ff0def..ae5ed65 100644 --- a/index.html +++ b/index.html @@ -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.
From e59026830bce109d6f1dc4feaf00b4a586f4c4ed Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Fri, 25 Dec 2015 10:29:03 +0000 Subject: [PATCH 2/3] Another typo and less silly watermark example text --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae5ed65..b536f3a 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.
From 78f70f28f6162a75c96152a795abd84b784f821f Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Fri, 25 Dec 2015 11:49:44 +0000 Subject: [PATCH 3/3] Add ffv1 fixity check --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index b536f3a..e8559db 100644 --- a/index.html +++ b/index.html @@ -647,6 +647,28 @@ path_name_and_extension_to_the_last_file
+ + + +