aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-concat.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-concat.1')
-rw-r--r--man/blind-concat.142
1 files changed, 42 insertions, 0 deletions
diff --git a/man/blind-concat.1 b/man/blind-concat.1
new file mode 100644
index 0000000..73d0e78
--- /dev/null
+++ b/man/blind-concat.1
@@ -0,0 +1,42 @@
+.TH BLIND-CONCAT 1 blind
+.SH NAME
+blind-concat - Concatenate videos
+.SH SYNOPSIS
+.B blind-concat
+[-o
+.I output-file
+[-j
+.IR jobs ]]
+.IR first-stream
+.RI "... " last-stream
+.SH DESCRIPTION
+.B blind-concat
+concatenates the videos from the file
+.I first-stream
+to
+.I last-stream
+in the order they are specified, and
+prints the resulting video to stdout, or if
+specified,
+.IR output-file .
+.SH OPTIONS
+.TP
+.BR -o " "\fIoutput-file\fP
+Print the resulting video to
+.I output-file
+instead of stdout.
+.I output-file
+must be a regular file.
+.TP
+.BR -j " "\fIjobs\fP
+Always tead from
+.I jobs
+input files at the same time
+(or the number of uncomplete files
+if less are remaining). The files
+will be read in order. This is useful
+if the files are pipes to which other
+processes are rendering.
+.SH AUTHORS
+Mattias Andree
+.RI < maandree@kth.se >