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

m2ts2ts — convert .m2ts to .ts

Description

       Converts BDAV MPEG-2 Transport Stream file (M2TS) to an 'ordinary' TS file

   Filesin_file
               is a BDAV MPEG-2 Transport Stream file (M2TS)(but see -stdin below).

       out_file
               is an H.222 Transport Stream file (but see -stdout below).

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

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

       -v, -verbose
               Output extra information

       -q, -quiet
               Only output error messages

       -stdin  Input from standard input instead of a file

       -stdout
               Output to standard output instead of a file. Forces -quiet and -errstderr.

       -bbuf_pkts, -bufferbuf_pkts
               Number of TS packets to buffer for reordering [default = 4]

Name

       m2ts2ts — convert .m2ts to .ts

See Also

esdots(1),

Debian                                          October 28, 2015                                      M2TS2TS(1)

Synopsis

m2ts2ts  [-errstdout]  [-errstderr]  [-verbose  |  -v] [-quiet | -q] [-bufferbuf_pkts | -bbuf_pkts]
               in_file | -stdinout_file | -stdout

See Also