mp3_check helps to identify in explicit detail MP3s that do not correctly follow the MP3 format. It also looks for invalid frame headers, missing frames, etc., and generates useful statistics. This can be useful when building a high-quality mp3 archive...
mp3_check helps to identify in explicit detail MP3s that do not correctly follow the MP3 format. It also looks for invalid frame headers, missing frames, etc., and generates useful statistics. This can be useful when building a high-quality mp3 archive...
To install mp3_check, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mp3_check
To see what files were installed by mp3_check, run:
port contents mp3_check
To later upgrade mp3_check, run:
sudo port selfupdate && sudo port upgrade mp3_check
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.