diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-11-02 09:46:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-02 09:46:58 +0700 |
commit | 4f0a128251e4d08336e33089903fa4ead97134be (patch) | |
tree | b2eaa082522b78a019abf510e2e1125244736564 /multimedia/tstools/README | |
parent | f4c04d4e2cf9a92932815d8e11cc490e70d263ec (diff) | |
download | slackbuilds-4f0a128251e4d08336e33089903fa4ead97134be.tar.gz |
multimedia/tstools: Added (Command Line Tools for MPEG data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/tstools/README')
-rw-r--r-- | multimedia/tstools/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/tstools/README b/multimedia/tstools/README new file mode 100644 index 0000000000..bbfee693d2 --- /dev/null +++ b/multimedia/tstools/README @@ -0,0 +1,17 @@ +TStools (Command line tools for working with MPEG data) + +TStools are relatively simple tools which concentrate on MPEG (H.264 and H.262) +data packaged according to H.222 (i.e., TS or PS), with a particular interest in +checking for conformance. + +Transport Stream (TS) is typically used for distribution of cable and satellite +data. Program Stream (PS) is typically used to store data on DVDs. + +The tools are focussed on: + + * Quick reporting of useful data (tsinfo, stream_type) + * Giving a quick overview of the entities in the stream (esdots, psdots) + * Reporting on TS packets (tsreport) or ES units/frames/fields (esreport) + * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge, + ts2es) + * Streaming of data, possibly with introduced errors (tsplay) |