mp3gaim

IGUALAR EL SONIDO EN ARCHIVOS .MP3

# apt-get install -y mp3gain

$ cd /al_directorio_a_igualar

$ find . -type f -iname ‘*.mp3′ -print0 | xargs -0 mp3gain -r -k

El punto (.) es el directorio actual. Sinó sustituir por su ruta (/home/usuario/…)

Escribe un comentario