2013-07-20 14:52:19 +02:00
|
|
|
config BR2_PACKAGE_TSTOOLS
|
|
|
|
bool "tstools"
|
|
|
|
depends on BR2_LARGEFILE
|
2014-05-17 11:17:44 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-07-20 14:52:19 +02:00
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
|
|
|
http://tstools.berlios.de/
|
2013-07-27 16:20:33 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "tstools needs a toolchain w/ largefile"
|
2013-07-27 16:20:33 +02:00
|
|
|
depends on !BR2_LARGEFILE
|
2014-05-17 11:17:44 +02:00
|
|
|
depends on BR2_USE_MMU
|