aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-repeat.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/blind-repeat.127
1 files changed, 27 insertions, 0 deletions
diff --git a/man/blind-repeat.1 b/man/blind-repeat.1
new file mode 100644
index 0000000..3e18449
--- /dev/null
+++ b/man/blind-repeat.1
@@ -0,0 +1,27 @@
+.TH BLIND-REPEAT 1 blind
+.SH NAME
+blind-repeat - Repeat a video
+.SH SYNOPSIS
+.B blind-repeat
+.RI ( count
+|
+.RB ' inf ')
+.I file
+.SH DESCRIPTION
+.B blind-repeat
+write the a video to stdout that is a loop of the
+selected video. The looped video is read from the
+selected
+.IR file .
+.I file
+must be a regular file.
+The video will be repeated
+.I count
+times, or until there is no process the reads from
+this process's stdout if
+.B inf
+is selected instead of
+.IR count .
+.SH AUTHORS
+Mattias Andree
+.RI < maandree@kth.se >