This section provides a tutorial on how to slice a MPEG file with a given play time range.
The slice function of "mpgtx" allows you to slice out a chunk
of the media data with a given play time range or offset data size range.
The slice function requires the following command arguments:
"-s file.mpg [hh:mm:ss-hh:mm:ss]": The slice command option with the input MPEG file
and the slice range.
"-b base_name": The output file name base.
Here is an example of slicing a MPEG-1 file to get only 10 seconds of play media data
betwen 10 and 20 play seconds: