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

TSSERVE(1)							       User								TSSERVE(1)

NAME
tsserve - act as a server which plays the given transport or program stream DESCRIPTION
Usage: tsserve <infile> tsserve <infile> -port <n> tsserve [switches] <infile> [switches] TS tools version 1.11, tsserve built Nov 11 2008 17:15:49 Act as a server which plays the given file (containing Transport Stream or Program Stream data). The output is always Transport Stream. Input: <infile> An H.222.0 TS or PS file to serve to the client. This will be treated as file 0 (see below). -0 <file0> .. -9 <file9> Specify files 0 through 9, selectable with command characters 0 through 9. The lowest numbered file will be the default for display. General Switches: -details Print out more detailed help information, including some less common options. -quiet, -q Suppress informational and warning messages. -verbose, -v Output additional diagnostic messages -port <n> Listen for a client on port <n> (default 88) -noaudio Ignore any audio data -pad <n> Pad the start of the output with <n> filler TS packets, to allow the client to synchronize with the datastream. Defaults to 8. -noseqhdr Do not output sequence headers for fast forward/reverse data. Only relevant to H.262 data. Program Stream Switches: -prepeat <n> Output the program data (PAT/PMT) after every <n> PS packs. Defaults to 100. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. Both of these affect the stream type of the output data. If the audio stream being output is Dolby (AC-3), then the stream type used to output it differs for DVB (European) and ATSC (USA) data. It may be specified as follows: -dolby dvb Use stream type 0x06 (the default) -dolby atsc Use stream type 0x81 For information on using the program in other modes, see -details. tsserve <infile> tsserve <infile> -port <n> tsserve [switches] <infile> [switches] TS tools version 1.11, tsserve built Nov 11 2008 17:15:49 Act as a server which plays the given file (containing Transport Stream or Program Stream data). The output is always Transport Stream. Input: <infile> An H.222.0 TS or PS file to serve to the client. This will be treated as file 0 (see below). -0 <file0> .. -9 <file9> Specify files 0 through 9, selectable with command characters 0 through 9. The lowest numbered file will be the default for display. General Switches: -details Print out more detailed help information, including some less common options. -quiet, -q Suppress informational and warning messages. -verbose, -v Output additional diagnostic messages -port <n> Listen for a client on port <n> (default 88) -noaudio Ignore any audio data -pad <n> Pad the start of the output with <n> filler TS packets, to allow the client to synchronize with the datastream. Defaults to 8. -noseqhdr Do not output sequence headers for fast forward/reverse data. Only relevant to H.262 data. Program Stream Switches: -prepeat <n> Output the program data (PAT/PMT) after every <n> PS packs. Defaults to 100. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. Both of these affect the stream type of the output data. If the audio stream being output is Dolby (AC-3), then the stream type used to output it differs for DVB (European) and ATSC (USA) data. It may be specified as follows: -dolby dvb Use stream type 0x06 (the default) -dolby atsc Use stream type 0x81 For information on using the program in other modes, see -details. SEE ALSO
The full documentation for tsserve is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. tsserve 1.11 November 2008 TSSERVE(1)
Man Page