Skip to content

Automatically exported from code.google.com/p/tstools

Notifications You must be signed in to change notification settings

kynesim/tstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db1f79f · Oct 30, 2015
Sep 2, 2008
Oct 30, 2015
Oct 30, 2015
Apr 5, 2013
Oct 18, 2008
Jul 9, 2012
Oct 30, 2015
Feb 19, 2013
Mar 17, 2015
Feb 23, 2009
Sep 9, 2008
May 3, 2009
Feb 19, 2013
May 3, 2009
May 3, 2009
Jul 21, 2008
Aug 11, 2008
Feb 23, 2009
Oct 18, 2008
Jun 14, 2008
Feb 23, 2009
Oct 18, 2008
Feb 23, 2009
May 3, 2009
Jun 14, 2008
Oct 18, 2008
Oct 3, 2013
May 3, 2009
Jun 16, 2009
Oct 18, 2008
May 3, 2009
Feb 2, 2010
Jun 16, 2009
Jun 16, 2009
Jun 16, 2009
Jun 16, 2009
Feb 19, 2013
Feb 19, 2013
May 3, 2009
Jun 14, 2008
Jun 14, 2008
Mar 14, 2013
Mar 14, 2013
Aug 4, 2015
Aug 4, 2015
Oct 20, 2008
May 3, 2009
Feb 19, 2013
May 3, 2009
Nov 27, 2009
Nov 4, 2008
Oct 29, 2015
Jun 14, 2008
Mar 11, 2014
Mar 14, 2013
Jun 14, 2008
Aug 19, 2014
May 3, 2009
Oct 18, 2008
Feb 23, 2009
Oct 3, 2013
Sep 3, 2013
Oct 29, 2015
Oct 29, 2015
Oct 18, 2008
Oct 18, 2008
May 3, 2009
Oct 18, 2008
May 3, 2009
Feb 19, 2013
Feb 16, 2009
Jun 16, 2009
Jun 16, 2009
Jun 16, 2009
Oct 18, 2008
May 4, 2009
Jun 16, 2009
Jun 16, 2009
May 4, 2009
Oct 18, 2008
Oct 18, 2008
Oct 29, 2015
Apr 14, 2008
Apr 14, 2008
Jun 16, 2009
Jun 14, 2008
Jun 14, 2008
May 4, 2009
Jun 16, 2009
Aug 4, 2015
Feb 19, 2013
Jun 16, 2009
Feb 14, 2009
Feb 19, 2013
Jun 16, 2009
Feb 19, 2013
Oct 30, 2015
Jun 16, 2009
Oct 29, 2015
Apr 10, 2013
Apr 10, 2013
Apr 10, 2013
Aug 19, 2014
Jun 16, 2009
Oct 3, 2013
Aug 27, 2013
Aug 27, 2013
Oct 30, 2015
Jun 14, 2008

Repository files navigation

This is a set of cross-platform command line tools for working with MPEG data.

The emphasis is on 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 focused 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)