Short:        Extract MPEG Audio from a MPEG-2 Stream
Author:       Nicholas Humfrey, Morphos port by Fabrizio "Lanch" Bartoloni
Uploader:     lanch tiscali it (Fabrizio Bartoloni)
Type:         mus/misc
Version:      0.2
Architecture: ppc-morphos;

ts2mpa
======
By Nicholas Humfrey <njh@aelius.com>

ts2mpa is a simple tool to extract MPEG Audio from a MPEG-2 Transport Stream.


Usage: ts2mpa [options] <infile> <outfile>
    -h             Help - this message.
    -q             Quiet - don't print messages to stderr.
    -p <pid>       Choose a specific transport stream PID.
    -s <streamid>  Choose a specific PES stream ID.



Examples
--------

The following examples are based on DVB-T in London, tuned to 
BBC Radio coming from the the Crystal Palace transmitter:

Record BBC Radio 4 to disk:
dvbstream -o -f 529833330 439 | ts2mpa - recording.mp2

Play BBC Radio 1 through soundcard:
dvbstream -o -f 529833330 436 | ts2mpa -q - - | mpg123 -




Todo
----

- Add support for resyncing transport stream
- Automatic output file name choosing
- Progress bar?