Blame src/a52dec.1

Packit 64f477
.TH a52dec "1" "a52dec"
Packit 64f477
.SH NAME
Packit 64f477
a52dec \- decode ATSC A/52 audio streams
Packit 64f477
.SH SYNOPSIS
Packit 64f477
.B a52dec
Packit 64f477
[\fI-h\fR] [\fI-s [track]\fR] [\fI-t pid\fR] [\fI-c\fR] [\fI-r\fR] [\fI-o mode\fR] [\fIfile\fR]
Packit 64f477
.SH DESCRIPTION
Packit 64f477
`a52dec' plays ATSC A/52 audio streams.
Packit 64f477
Input is from stdin if no file is given.
Packit 64f477
.TP
Packit 64f477
\fB\-h\fR
Packit 64f477
display help and available audio modes
Packit 64f477
.TP
Packit 64f477
\fB\-s\fR
Packit 64f477
use program stream demultiplexer, track 0-7 or 0x80-0x87
Packit 64f477
.TP
Packit 64f477
\fB\-t pid\fR
Packit 64f477
use transport stream demultiplexer, pid 0x10-0x1ffe
Packit 64f477
.TP
Packit 64f477
\fB\-c\fR
Packit 64f477
use c implementation, disables all accelerations
Packit 64f477
.TP
Packit 64f477
\fB\-r\fR
Packit 64f477
disable dynamic range compression
Packit 64f477
.TP
Packit 64f477
\fB\-o\fR \fImode\fR
Packit 64f477
use audio output driver `mode'.
Packit 64f477
.br
Packit 64f477
A list of modes is available using the \fB\-h\fR option.
Packit 64f477
.SH AUTHORS
Packit 64f477
Michel Lespinasse <walken@zoy.org>
Packit 64f477
.br
Packit 64f477
Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Packit 64f477
.br
Packit 64f477
And many others on the net.
Packit 64f477
.SH "REPORTING BUGS"
Packit 64f477
Report bugs to <liba52-devel@lists.sourceforge.net>.
Packit 64f477
.SH COPYRIGHT
Packit 64f477
Copyright \(co 2000-2002 Michel Lespinasse
Packit 64f477
.br
Packit 64f477
Copyright \(co 1999-2000 Aaron Holtzman
Packit 64f477
.br
Packit 64f477
This is free software; see the source for copying conditions.  There is NO
Packit 64f477
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit 64f477
.SH "SEE ALSO"
Packit 64f477
.BR extract_a52 "(1)"