File: ts_filter.1

package info (click to toggle)
dvbstream 0.6%2Bcvs20090621-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: ansic: 7,616; makefile: 56; perl: 43; sh: 20
file content (30 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (3)
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
.TH TS_FILTER 1 "29 July 2002" "Linux" "Debian"

.SH NAME
ts_filter \- extract a single stream from a multiplexed TS

.SH SYNOPSIS
.B ts_filter <\fIpid\fR>

.SH DESCRIPTION
.B ts_filter
is a simple filter to extract a single MPEG stream from a multiplexed
MPEG Transport stream. It may be used with \fBdvbstream\fR
and other MPEG programs to extract a single stream for display.
.PP
.B ts_filter
takes the PID of the stream to extract on the command line, and filters the
standard input, outputting to standard output.

.SH SEE ALSO
.BR mpegtools(1),
and
.BR dvbstream(1).

.SH AUTHORS
.B dvbstream
was written by  Dave Chapman <dave@dchapman.com> 2001, 2002.
and is made available under the GNU General Public License.
.PP
This man page was written by Alastair McKinstry, <mckinstry@computer.org>.