Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njh/ts2mpa
ts2mpa is a simple tool to extract MPEG Audio from a MPEG-2 Transport Stream.
https://github.com/njh/ts2mpa
Last synced: 4 months ago
JSON representation
ts2mpa is a simple tool to extract MPEG Audio from a MPEG-2 Transport Stream.
- Host: GitHub
- URL: https://github.com/njh/ts2mpa
- Owner: njh
- License: gpl-2.0
- Created: 2010-08-19T20:54:23.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T17:46:32.000Z (over 3 years ago)
- Last Synced: 2024-04-14T00:39:36.527Z (10 months ago)
- Language: C
- Homepage: http://www.aelius.com/njh/ts2mpa/
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
ts2mpa
======
By Nicholas Humfreyts2mpa is a simple tool to extract MPEG Audio from a MPEG-2 Transport Stream.
Usage:
ts2mpa [options]
-h Help - this message.
-q Quiet - don't print messages to stderr.
-p Choose a specific transport stream PID.
-s 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 -
License
-------This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License](LICENSE.md) as
published by the Free Software Foundation, either version 2 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.