summaryrefslogtreecommitdiffstats
path: root/multimedia/tstools/man/esreverse.1
blob: ac5e3b7a15bd887ae3956d040a5daa663afd81ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
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.