summaryrefslogtreecommitdiffstats
path: root/ingests.1
diff options
context:
space:
mode:
authorivoire <ivoire@271ca591-50e6-457e-a4d7-9fbfa1de8f49>2010-08-23 23:39:38 +0200
committerivoire <ivoire@271ca591-50e6-457e-a4d7-9fbfa1de8f49>2010-08-23 23:39:38 +0200
commit85f4ed1f40ac1139149e4daf580309bc62e01e1c (patch)
tree8ab3f37e5d88c9ba17f3bbeda191930b3c07f08e /ingests.1
parentd6422fefbdae56d4c7ccdd582aa859a0e11f2065 (diff)
downloadmulticat-85f4ed1f40ac1139149e4daf580309bc62e01e1c.tar
multicat-85f4ed1f40ac1139149e4daf580309bc62e01e1c.zip
Add manpages
git-svn-id: svn://svn.videolan.org/multicat/trunk@13 271ca591-50e6-457e-a4d7-9fbfa1de8f49
Diffstat (limited to 'ingests.1')
-rw-r--r--ingests.138
1 files changed, 38 insertions, 0 deletions
diff --git a/ingests.1 b/ingests.1
new file mode 100644
index 0000000..9736fab
--- /dev/null
+++ b/ingests.1
@@ -0,0 +1,38 @@
+.TH Ingests "1" "August 23, 2010" "Multicat 1.0"
+.SH NAME
+ingests \- Build an auxiliary file for multicat
+.SH SYNOPSIS
+.B ingests
+\fI-p <PCR PID>\fR [\fI-m <payload size>\fR]>\fR] <input ts>
+.SH DESCRIPTION
+Ingests is a companion application designed to manipulate TS files. It reads
+the PCR values of the file, and builds the auxiliary file that is necessary
+for multicat.
+The combination of ingests and multicat makes a simple and efficient TS file streamer.
+.SH OPTIONS
+\fB\-m\fR <payloadsize>
+Size of the payload
+.TP
+.B \-h
+Show summary of options
+.TP
+\fB\-m\fR <payloadsize>
+Size of the payload
+.TP
+\fB\-p\fR <PCR PID>
+PCR PID to use
+.SH SEE ALSO
+.BR aggregartp (1).
+.BR desaggregartp (1).
+.BR multicat (1),
+.BR offsets (1).
+.br
+Read the README file for more information about the configuration of ingests.
+.SH AUTHOR
+ingests was written by Christophe Massiot.
+.SH LICENCE
+This program is free software; you can redistribute it and/or modify it under the terms of
+version 2 of the GNU General Public License as published by the Free Software Foundation.
+.PP
+This manual page was written by RĂ©mi Duraffort <ivoire at videolan dot org>,
+for the Debian project (and may be used by others).