Insert TS packets into a Transport Stream at positions specified by the user.
Inputin_file
An H.222 Transport Stream file.
Switches-errstdout
Write error messages to standard output (the default)
-errstderr
Write error messages to standard error (Unix traditional)
-ppositions
This a a colon (':') delimited string of numbers between 0 and 1, representing how far through to
put each TS packet. E.g., -p 0.1:0.4:0.7:0.9 will insert 4 packets at 10%, 40%, 70% and 90%
through the file.
-pidpid_no
The inserted packets will have the PID specified. [default = 0x68]
-sstring
The inserted packets will contain string as their payload. [default = 'Inserted packet']
-oout_file
The new TS file will be written out with the given name [default = out.ts]