commit bdf38ba2a835c384ef20a5386c575377cfbb2edf
parent 1921219eb7606c0be7ad940380514555a933bde6
Author: Mattias Andrée <maandree@kth.se>
Date: Thu, 4 May 2017 18:03:43 +0200
List blind-translate and blind-skip-pattern in list of commands
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -93,6 +93,9 @@ UTILITIES
blind-single-colour(1)
Generate a single-colour video
+ blind-skip-pattern(1)
+ Skips frames in a video according to pattern
+
blind-split(1)
Split a video, by frame, into multiple videos
@@ -111,6 +114,9 @@ UTILITIES
blind-to-video(1)
Converts blind video to a regular video
+ blind-translate(1)
+ Perform framewise translation of a video
+
blind-transpose(1)
Transpose a video
diff --git a/man/blind-translate.1 b/man/blind-translate.1
@@ -1,6 +1,6 @@
.TH BLIND-TRANSLATE 1 blind
.SH NAME
-blind-translate - Perform framewise translate of a video
+blind-translate - Perform framewise translation of a video
.SH SYNOPSIS
.B blind-translate
[-pw]
diff --git a/man/blind.7 b/man/blind.7
@@ -106,6 +106,9 @@ Multiply the saturation of a video
.BR blind-single-colour (1)
Generate a single-colour video
.TP
+.BR blind-skip-pattern (1)
+Skips frames in a video according to pattern
+.TP
.BR blind-split (1)
Split a video, by frame, into multiple videos
.TP
@@ -124,6 +127,9 @@ Convert a video to text
.BR blind-to-video (1)
Converts blind video to a regular video
.TP
+.BR blind-tranlate (1)
+Perform framewise translation of a video
+.TP
.BR blind-transpose (1)
Transpose a video
.TP