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

tsfilter — Output a filtered or truncated version of a transport stream

Description

       Filter the given pid_nos out of stdin and write the result on stdout.

       -iin_file
               Take input from this file and not stdin.

       -oout_file
               Send output to this file and not stdout.

       -v, -verbose
               Be verbose.

       -mmax_pkts,-maxmax_pkts
               All packets after the nth are regarded as not matching any pids.

       -!, -invert
               Invert whatever your decision was before applying it - the output contains only pids not  in  the
               list up to max packets and all packets in the input from then on.

Name

       tsfilter — Output a filtered or truncated version of a transport stream

See Also

esdots(1),

Debian                                          October 28, 2015                                     TSFILTER(1)

Synopsis

tsfilter  [-verbose  | -v] [-iin_file] [-oout_file] [-maxmax_pkts | -mmax_pkts] [-! | -invert] pid_no
                [pid_no] ...

See Also