M2VRequantiser accepts the raw MPEG-2 video data (not VOB) from the standard input and writes the recompressed frames to the standard output. M2VRequantiser represents a good replacement for tcrequant, an obsolete utility provided by some versions of the transcode suite.
M2VRequantiser is often used in place of tcrequant to shrink DVDs from DVD9 to DVD5. See https://www.linuxquestions.org/questions/linux-software-2/dvd9-to-dvd5-guide-244913/
M2VRequantiser accepts the raw MPEG-2 video data (not VOB) from the standard input and writes the recompressed frames to the standard output. M2VRequantiser represents a good replacement for tcrequant, an obsolete utility provided by some versions of the transcode suite.
M2VRequantiser is often used in place of tcrequant to shrink DVDs from DVD9 to DVD5. See https://www.linuxquestions.org/questions/linux-software-2/dvd9-to-dvd5-guide-244913/
To install M2VRequantiser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install M2VRequantiser
To see what files were installed by M2VRequantiser, run:
port contents M2VRequantiser
To later upgrade M2VRequantiser, run:
sudo port selfupdate && sudo port upgrade M2VRequantiser
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.