A simple mp3 normalization Docker Image
I needed a simple and quick tool to normalize mp3 files, so I created this bare bones image to process all files in a directory using mp3gain (thanks to Martin Wimpress for his PPA)
To normalize files in the current folder just use $PWD (macOS or Linux) or %CD% (Windows)
Usage:
Linux
docker run --rm -v $PWD:/files dragfly/mp3norm
Windows
docker run --rm -v %CD%:/files dragfly/mp3norm
Content type
Image
Digest
Size
112.1 MB
Last updated
about 8 years ago
docker pull dragfly/mp3norm