summaryrefslogtreecommitdiff
path: root/multimedia/splitmpg/files/splitmpeg.1
blob: 1b846bd8237e27a298e4680203ba5df097933459 (plain) (blame)
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
.\" The following requests are required for all man pages.
.Dd Thu Aug  1 09:36:57 CDT 1996
.Os
.Dt splitmpeg 1
.Sh NAME
.Nm splitmpeg
.Sh SYNOPSIS
.Nm splitmpeg
.Op Fl vq
.Ar filename
.Sh DESCRIPTION
.Nm splitmpeg
splits an ISO 11172-1 MPEG system layer stream into its components.

.Fl v
print pack SCR and mux rate for each pack.

.Fl q
work quitely, nothing is written to stdout.

.\" .Sh ENVIRONMENT
.Sh FILES

.Bl -tag -width stm188.mpg -compact
.It Pa stm188.mpg
is a reserved stream.

.It Pa stm189.mpg
is private stream 1.

.It Pa stm190.mpg
is the padding stream.

.It Pa stm191.mpg
is private stream 2.

.It Pa stm192.mpg to stm223.mpg
are audio streams.

.It Pa stm224.mpg to stm239.mpg
are video streams. 

.Sh AUTHORS
splitmpeg was written by Michael Simmons <michael@ecel.uwa.edu.au>.
This man page was written by Eric L. Hernes <erich@FreeBSD.org>