Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ts2es(1) [debian man page]

TS2ES(1)							   User Commands							  TS2ES(1)

NAME
ts2es - extract a single (elementary) stream from a TS (or PS) SYNOPSIS
ts2es [switches] <infile> <outfile> DESCRIPTION
TS tools version 1.11, ts2es built Nov 11 2008 17:15:45 Extract a single (elementary) program stream from a Transport Stream (or Program Stream). Files: <infile> is an H.222 Transport Stream file (but see -stdin and -pes) <outfile> is a single elementary stream file (but see -stdout) Which stream to extract: -pid <pid> Output data for the stream with the given <pid>. Use -pid 0x<pid> to specify a hex value -video Output data for the (first) video stream named in the (first) PMT. This is the default. -audio Output data for the (first) audio stream named in the (first) PMT General switches: -stdin Input from standard input, instead of a file -stdout Output to standard output, instead of a file Forces -quiet. -verbose, -v Output informational/diagnostic messages -quiet, -q Only output error messages -max <n>, -m <n> Maximum number of TS packets to read -pes, -ps Use the PES interface to read ES units from the input file. This allows PS data to be read (there is no point in using this for TS data). Does not support -pid, -stdin or -stdout. TS tools version 1.11, ts2es built Nov 11 2008 17:15:45 Extract a single (elementary) program stream from a Transport Stream (or Program Stream). Files: <infile> is an H.222 Transport Stream file (but see -stdin and -pes) <outfile> is a single elementary stream file (but see -stdout) Which stream to extract: -pid <pid> Output data for the stream with the given <pid>. Use -pid 0x<pid> to specify a hex value -video Output data for the (first) video stream named in the (first) PMT. This is the default. -audio Output data for the (first) audio stream named in the (first) PMT General switches: -stdin Input from standard input, instead of a file -stdout Output to standard output, instead of a file Forces -quiet. -verbose, -v Output informational/diagnostic messages -quiet, -q Only output error messages -max <n>, -m <n> Maximum number of TS packets to read -pes, -ps Use the PES interface to read ES units from the input file. This allows PS data to be read (there is no point in using this for TS data). Does not support -pid, -stdin or -stdout. SEE ALSO
The full documentation for ts2es is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. ts2es 1.11 November 2008 TS2ES(1)

Check Out this Related Man Page

ESREVERSE:(1)							   User Commands						     ESREVERSE:(1)

NAME
esreverse - reverse an es stream SYNOPSIS
esreverse [switches] <infile> <outfile> DESCRIPTION
TS tools version 1.11, esreverse built Nov 11 2008 17:15:47 Output a reversed stream derived from the input H.264 (MPEG-4/AVC) or H.262 (MPEG-2) elementary stream. If output is to an H.222 Transport Stream, then fixed values for the PMT PID (0x66) and video PID (0x68) are used. Files: <infile> is the input elementary stream. <outfile> is the output stream, either an equivalent elementary stream, or an H.222 Transport Stream (but see -stdout and -host below). Switches: -verbose, -v Output additional (debugging) messages -quiet, -q Only output error messages -stdout Write output to <stdout>, instead of a named file Forces -quiet. -host <host>, -host <host>:<port> Writes output (over TCP/IP) to the named <host>, instead of to a named file. If <port> is not specified, it defaults to 88. Implies -tsout. -max <n>, -m <n> Maximum number of frames to read -freq <n> Specify the frequency of frames to try to keep when reversing. Defaults to 8. -tsout Output H.222 Transport Stream -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -server Also output as normal forward video as reversal data is being collected. Implies -pes and -tsout. -x Temporary extra debugging information Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. TS tools version 1.11, esreverse built Nov 11 2008 17:15:47 Output a reversed stream derived from the input H.264 (MPEG-4/AVC) or H.262 (MPEG-2) elementary stream. If output is to an H.222 Transport Stream, then fixed values for the PMT PID (0x66) and video PID (0x68) are used. Files: <infile> is the input elementary stream. <outfile> is the output stream, either an equivalent elementary stream, or an H.222 Transport Stream (but see -stdout and -host below). Switches: -verbose, -v Output additional (debugging) messages -quiet, -q Only output error messages -stdout Write output to <stdout>, instead of a named file Forces -quiet. -host <host>, -host <host>:<port> Writes output (over TCP/IP) to the named <host>, instead of to a named file. If <port> is not specified, it defaults to 88. Implies -tsout. -max <n>, -m <n> Maximum number of frames to read -freq <n> Specify the frequency of frames to try to keep when reversing. Defaults to 8. -tsout Output H.222 Transport Stream -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -server Also output as normal forward video as reversal data is being collected. Implies -pes and -tsout. -x Temporary extra debugging information Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. SEE ALSO
The full documentation for esreverse is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. esreverse 1.11 November 2008 ESREVERSE:(1)
Man Page