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.
I discovered that 'tcrequant' (part of the transcode suite of tools) has been deprecated and that when I ran 'tcrequant' on my 64-bit Ubuntu workstation is was corrupting the video. See the links below for details.
- http://
- http://
Therefore I decided to get the M2VRequantiser code from Metakine working on both 32-bit and 64-bit Linux as a replacement for 'tcrequant'.
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. 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
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- C
All packages Packages in Distributions
-
m2vrequantiser source package in Xenial
Version 1.1-2 uploaded -
m2vrequantiser source package in Trusty
Version 1.1-1 uploaded -
m2vrequantiser source package in Sid
Version 1.1-5 uploaded -
m2vrequantiser source package in Oracular
Version 1.1-5 uploaded -
m2vrequantiser source package in Noble
Version 1.1-5 uploaded