aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-stack.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-21 15:50:37 +0100
committerMattias Andrée <maandree@kth.se>2017-01-21 16:21:36 +0100
commit4f4763bbcbbf0dbc897d430c26fcb96225be24d8 (patch)
tree2d9b4dbc2816f27fd098fe56b35ca24f083b3b44 /man/blind-stack.1
parentblind-stack: the output video can be longer than the first input video (diff)
downloadblind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.gz
blind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.bz2
blind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.xz
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/blind-stack.1')
-rw-r--r--man/blind-stack.135
1 files changed, 35 insertions, 0 deletions
diff --git a/man/blind-stack.1 b/man/blind-stack.1
new file mode 100644
index 0000000..292d926
--- /dev/null
+++ b/man/blind-stack.1
@@ -0,0 +1,35 @@
+.TH BLIND-STACK 1 blind
+.SH NAME
+blind-stack - Overlay videos
+.SH SYNOPSIS
+.B blind-stack
+[-b]
+.IR bottom-stream
+.RI "... " top-stream
+.SH DESCRIPTION
+.B blind-stack
+prints the video from the file
+.I bottom-stream
+to stdout, but draws the videos from the
+succeeding arguments on top of the video from
+.IR bottom-stream ,
+drawing them in order, starting with the
+video specified direct after
+.I bottom-stream
+and ending with
+.IR top-stream .
+The specified files can be any type, except
+directory, including pipes.
+.P
+The output video will be as long as the longest
+input video.
+.SH OPTIONS
+.TP
+.B -b
+Instead of drawing the videos on top of each
+other, for each pixel in each frame, print the
+average colour for each input stream's
+corresponding pixel and frame.
+.SH AUTHORS
+Mattias Andree
+.RI < maandree@kth.se >