ts2mpa /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 20 01:21:43 -0700 2010 | |
| |
ChangeLog | Fri Aug 20 01:21:45 -0700 2010 | |
| |
Makefile | Fri Aug 20 01:21:45 -0700 2010 | |
| |
README | Thu Jan 10 15:37:45 -0800 2008 | |
| |
mpa_header.c | Mon Jan 07 16:20:38 -0800 2008 | |
| |
mpa_header.h | Mon Jan 07 16:20:38 -0800 2008 | |
| |
ts2mpa.c | Thu Feb 07 04:33:12 -0800 2008 | |
| |
ts2mpa.h | Thu Jan 10 15:50:58 -0800 2008 |
README
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?