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

tsreport — get info about the streams within a transport stream.

Description

       Report on the streams in a Transport Stream.  In general the most useful inforation is returned by the -b
       option.

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

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

       -v, -verbose
               Output extra information about packets

       -q, -quiet
               Output less information

       -mmax_scan, -maxmax_scanmax_scan is the Number of TS packets to scan. Defaults to the entire file.

       -stdin  Input from standard input, instead of a file

       file    The transport stream file to get info on. If -stdin is specified then no file is expected

   -b, -buffering
       Report on the differences between PCR and PTS, and between PCR and DTS. This is relevant to the  size  of
       buffers needed in the decoder.  Also reports bitrates; the max bitrate is calculated over 0.5sec

       -ocsv_file [-32]
               Output  timing  in  to a CSV file called csv_file.  If -32 is used as well then the timing ifo is
               restricted to the bottom 32 bits

       -cntpid
               Check values of continuity_counter for pid pid.  Writes all the values of the counter to  a  file
               called continuity_counter.txt.

       -progprog_no
               Report on program prog_no [default = 1] (hopefully default will be 'all' in the future)

       -tfmttime_format
               Specify format of time differences.

       -tafmttime_format
               Specify format of absolute times.

               time_format is one of

               90      [Default] show as 90KHz timestamps (suffix 't' on the values: e.g., 4362599t).

               27      Show as 27MHz timestamps (similar, e.g., 25151:000t).

               32      Show as 90KHz timestamps, but only the low 32 bits.

               ms      Show as milliseconds.

               hms     Show  as  hours/minutes/seconds  (H:MM:SS.ssss,  the  H  can  be  more  than one digit if
                       necessary)

   -justpidpid
       Just show data (file offset, index, adaptation field and payload) for TS packets with the given PID.  PID
       0 is allowed (i.e., the PAT)

Name

       tsreport — get info about the streams within a transport stream.

See Also

tsinfo(1), pcapreport(1)

Debian                                          October 28, 2015                                     TSREPORT(1)

Synopsis

tsinfo  [-errstdout] [-errstderr] [-verbose | -v] [-timing | -t] [-maxmax_read | -mmax_read] [-data]
              file | -stdintsinfo-buffering   |   -b   [-errstdout]   [-errstderr]   [-verbose   |   -v]   [-quiet   |   -q]
              [-maxmax_read  |  -mmax_read]  [-ocsv_file [-32]] [-cnt] [-progprog_no] [-tfmttime_format]
              [-tafmttime_format] file | -stdintsinfo-justpidpid [-errstdout] [-errstderr] [-maxmax_read | -mmax_read] file | -stdin

See Also