summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2022-03-13 22:23:05 +0100
committer B. Watson2022-03-13 22:23:05 +0100
commit096ed00bd234bcf6a1eac17493e2d6ad9d71b35b (patch)
tree80c671376a9160f90d3fb3d8900236a71dfa08ec /multimedia
parentce14774144e070bba2002b0d433361e2a704bc30 (diff)
downloadslackbuilds-096ed00bd234bcf6a1eac17493e2d6ad9d71b35b.tar.gz
multimedia/tstools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/tstools/README25
1 files changed, 14 insertions, 11 deletions
diff --git a/multimedia/tstools/README b/multimedia/tstools/README
index bbfee693d2..6b5c1fcbce 100644
--- a/multimedia/tstools/README
+++ b/multimedia/tstools/README
@@ -1,17 +1,20 @@
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.
+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.
+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)
+* 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)