logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tsdvbsub — Dump DVB subtitling from a stream

Description

       Parse & dump the contents of a single DVB subtitling stream from a Transport Stream (or Program Stream).

   Filesin_file
               is an H.222 Transport Stream file (but see -stdin and -pes below).

   Streamtoextract-pidpid_no
               Output data for the stream with the given pid_no.  Use  -pid  0x<pid>  to  specify  a  hex  value
               [default = the stream will be located from the PMT info]

       -progprog_no
               Program number [default = 1]

   generalswitches-errstdout
               Write error messages to standard output (the default)

       -errstderr
               Write error messages to standard error (Unix traditional)

       -v, -verbose
               Output informational/diagnostic messages

       -q, -quiet
               Only output error messages

       -stdin  Input from standard input, instead of a file

       -mmax_pkts, -maxmax_pkts
               Maximum number of TS packets to read

Name

       tsdvbsub — Dump DVB subtitling from a stream

See Also

esdots(1),

Debian                                          October 28, 2015                                     TSDVBSUB(1)

Synopsis

tsdvbsub  [-errstdout]  [-errstderr]  [-verbose  |  -v]  [-quiet  | -q] [-maxmax_pkts | -mmax_pkts]
                [-pidpid_no] [-progprog_no] in_file | -stdin

See Also