slackbuilds/multimedia/tstools
fourtysixandtwo 8f87bba8c2 multimedia/tstools: Change i486 to i586 2022-06-07 02:23:25 -04:00
..
man multimedia/tstools: Added (Command Line Tools for MPEG data). 2014-11-02 09:46:58 +07:00
README multimedia/tstools: Wrap README at 72 columns. 2022-03-13 17:23:05 -04:00
slack-desc multimedia/tstools: Update HOMEPAGE. 2017-07-26 18:28:56 +07:00
tstools.SlackBuild multimedia/tstools: Change i486 to i586 2022-06-07 02:23:25 -04:00
tstools.info multimedia/tstools: Update HOMEPAGE. 2017-07-26 18:28:56 +07:00

README

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)