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

M2VRequantiser - MPEG-2 streams requantization

Author

       The m2vrequantiser was written by Martin Wimpress <flexiondotorg@gmail.com>.

       This  manual page was written by Fabio Augusto De Muzio Tobich <ftobich@gmail.com> for the Debian project
       (but may be used by others).

M2VRequantiser-1.1                                 10 Jun 2020                                 M2VRequantiser(1)

Description

       m2vrequantiseris  a tool that requantize MPEG-2 streams without recompressing. M2VRequantiser accepts raw
       MPEG2 video data (not VOB) from standard input and writes the recompressed frames to standard output.

       m2vrequantiser represents a good replacement for tcrequant, an obsolete utility provided by some versions
       of the transcode suite.

Example

       The following command would recompress 'original.m2v', whose size is 1024000 bytes, by a factor of 1.25:

           $ M2VRequantiser 1.25 1024000 < original.m2v > requantised.m2v

Name

M2VRequantiser - MPEG-2 streams requantization

Options

M2VRequantiser accepts the raw MPEG2 video data  (not  VOB)  from  the  standard  input  and  writes  the
       recompressed frames to the standard output.

       M2VRequantiser  takes  two  arguments.  The  first  one is a floating point value specifying the ratio of
       compression. The second is the size of the M2V, since the data is streamed to  M2VRequantiser  it  cannot
       know the M2V size.

       There isn't any options and the usage is:

           $ M2VRequantiser <RECOMPRESSION_FACTOR> <inputM2Vsize>

Synopsis

M2VRequantiserM2VRequantiser <RECOMPRESSION_FACTOR> <inputM2Vsize>

See Also