aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tstools/man/esreverse.1
diff options
context:
space:
mode:
authorMario Preksavec <mario@slackware.hr>2014-11-02 09:46:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-02 09:46:58 +0700
commit4f0a128251e4d08336e33089903fa4ead97134be (patch)
treeb2eaa082522b78a019abf510e2e1125244736564 /multimedia/tstools/man/esreverse.1
parentf4c04d4e2cf9a92932815d8e11cc490e70d263ec (diff)
downloadslackbuilds-4f0a128251e4d08336e33089903fa4ead97134be.tar.xz
multimedia/tstools: Added (Command Line Tools for MPEG data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/tstools/man/esreverse.1')
-rw-r--r--multimedia/tstools/man/esreverse.1147
1 files changed, 147 insertions, 0 deletions
diff --git a/multimedia/tstools/man/esreverse.1 b/multimedia/tstools/man/esreverse.1
new file mode 100644
index 000000000000..ac5e3b7a15bd
--- /dev/null
+++ b/multimedia/tstools/man/esreverse.1
@@ -0,0 +1,147 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH ESREVERSE: "1" "November 2008" "esreverse 1.11" "User Commands"
+.SH NAME
+esreverse \- reverse an es stream
+.SH SYNOPSIS
+.B esreverse
+[\fIswitches\fR] \fI<infile>\fR \fI<outfile>\fR
+.SH DESCRIPTION
+.IP
+TS tools version 1.11, esreverse built Nov 11 2008 17:15:47
+.IP
+Output a reversed stream derived from the input H.264 (MPEG\-4/AVC)
+or H.262 (MPEG\-2) elementary stream.
+.IP
+If output is to an H.222 Transport Stream, then fixed values for
+the PMT PID (0x66) and video PID (0x68) are used.
+.SS "Files:"
+.TP
+<infile>
+is the input elementary stream.
+.IP
+<outfile> is the output stream, either an equivalent elementary
+.IP
+stream, or an H.222 Transport Stream (but see \fB\-stdout\fR
+and \fB\-host\fR below).
+.SS "Switches:"
+.TP
+\fB\-verbose\fR, \fB\-v\fR
+Output additional (debugging) messages
+.TP
+\fB\-quiet\fR, \fB\-q\fR
+Only output error messages
+.TP
+\fB\-stdout\fR
+Write output to <stdout>, instead of a named file
+Forces \fB\-quiet\fR.
+.TP
+\fB\-host\fR <host>, \fB\-host\fR <host>:<port>
+Writes output (over TCP/IP) to the named <host>,
+instead of to a named file. If <port> is not
+specified, it defaults to 88. Implies \fB\-tsout\fR.
+.TP
+\fB\-max\fR <n>, \fB\-m\fR <n>
+Maximum number of frames to read
+.TP
+\fB\-freq\fR <n>
+Specify the frequency of frames to try to keep
+when reversing. Defaults to 8.
+.TP
+\fB\-tsout\fR
+Output H.222 Transport Stream
+.TP
+\fB\-pes\fR, \fB\-ts\fR
+The input file is TS or PS, to be read via the
+PES\->ES reading mechanisms
+.TP
+\fB\-server\fR
+Also output as normal forward video as reversal
+data is being collected. Implies \fB\-pes\fR and \fB\-tsout\fR.
+.TP
+\fB\-x\fR
+Temporary extra debugging information
+.SS "Stream type:"
+.IP
+If input is from a file, then the program will look at the start of
+the file to determine if the stream is H.264 or H.262 data. This
+process may occasionally come to the wrong conclusion, in which case
+the user can override the choice using the following switches.
+.TP
+\fB\-h264\fR, \fB\-avc\fR
+Force the program to treat the input as MPEG\-4/AVC.
+.TP
+\fB\-h262\fR
+Force the program to treat the input as MPEG\-2.
+.IP
+TS tools version 1.11, esreverse built Nov 11 2008 17:15:47
+.IP
+Output a reversed stream derived from the input H.264 (MPEG\-4/AVC)
+or H.262 (MPEG\-2) elementary stream.
+.IP
+If output is to an H.222 Transport Stream, then fixed values for
+the PMT PID (0x66) and video PID (0x68) are used.
+.SS "Files:"
+.TP
+<infile>
+is the input elementary stream.
+.IP
+<outfile> is the output stream, either an equivalent elementary
+.IP
+stream, or an H.222 Transport Stream (but see \fB\-stdout\fR
+and \fB\-host\fR below).
+.SS "Switches:"
+.TP
+\fB\-verbose\fR, \fB\-v\fR
+Output additional (debugging) messages
+.TP
+\fB\-quiet\fR, \fB\-q\fR
+Only output error messages
+.TP
+\fB\-stdout\fR
+Write output to <stdout>, instead of a named file
+Forces \fB\-quiet\fR.
+.TP
+\fB\-host\fR <host>, \fB\-host\fR <host>:<port>
+Writes output (over TCP/IP) to the named <host>,
+instead of to a named file. If <port> is not
+specified, it defaults to 88. Implies \fB\-tsout\fR.
+.TP
+\fB\-max\fR <n>, \fB\-m\fR <n>
+Maximum number of frames to read
+.TP
+\fB\-freq\fR <n>
+Specify the frequency of frames to try to keep
+when reversing. Defaults to 8.
+.TP
+\fB\-tsout\fR
+Output H.222 Transport Stream
+.TP
+\fB\-pes\fR, \fB\-ts\fR
+The input file is TS or PS, to be read via the
+PES\->ES reading mechanisms
+.TP
+\fB\-server\fR
+Also output as normal forward video as reversal
+data is being collected. Implies \fB\-pes\fR and \fB\-tsout\fR.
+.TP
+\fB\-x\fR
+Temporary extra debugging information
+.SS "Stream type:"
+.IP
+If input is from a file, then the program will look at the start of
+the file to determine if the stream is H.264 or H.262 data. This
+process may occasionally come to the wrong conclusion, in which case
+the user can override the choice using the following switches.
+.TP
+\fB\-h264\fR, \fB\-avc\fR
+Force the program to treat the input as MPEG\-4/AVC.
+.TP
+\fB\-h262\fR
+Force the program to treat the input as MPEG\-2.
+.SH "SEE ALSO"
+The full documentation for
+.B esreverse
+is maintained as a Texinfo manual.
+Please check http://tstools.berlios.de for more information.
+
+