diff options
Diffstat (limited to 'man/blind-stack.1')
| -rw-r--r-- | man/blind-stack.1 | 35 |
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 > |
