README 774 B

123456789101112131415161718192021
  1. TStools (Command line tools for working with MPEG data)
  2. TStools are relatively simple tools which concentrate on MPEG (H.264
  3. and H.262) data packaged according to H.222 (i.e., TS or PS), with a
  4. particular interest in checking for conformance.
  5. Transport Stream (TS) is typically used for distribution of cable and
  6. satellite data. Program Stream (PS) is typically used to store data
  7. on DVDs.
  8. The tools are focussed on:
  9. * Quick reporting of useful data (tsinfo, stream_type)
  10. * Giving a quick overview of the entities in the stream (esdots,
  11. psdots)
  12. * Reporting on TS packets (tsreport) or ES units/frames/fields
  13. (esreport)
  14. * Simple manipulation of stream data (es2ts, esfilter, esreverse,
  15. esmerge, ts2es)
  16. * Streaming of data, possibly with introduced errors (tsplay)