Sign inSign up

dragfly/mp3norm

By dragfly

Updated about 8 years ago

A simple mp3 normalization tool

Image
0

244

dragfly/mp3norm repository overview

mp3norm

A simple mp3 normalization Docker Image

Motivation

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)

Usage

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

Tag summary

Content type

Image

Digest

Size

112.1 MB

Last updated

about 8 years ago

docker pull dragfly/mp3norm