1. loudgain(1)
  2. loudgain(1)

NAME

loudgain - loudness normalizer based on the EBU R128 standard

SYNOPSIS

loudgain [OPTIONS] FILES...

DESCRIPTION

loudgain is a loudness normalizer that scans music files and calculates loudness-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain-compatible metadata.

loudgain implements a subset of mp3gain's command-line options, which means that it can be used as a drop-in replacement in some situations.

OPTIONS

-r, --track

       Calculate track gain (default).

-a, --album

       Calculate album gain.

-c, --clip

       Ignore clipping warnings.

-k, --noclip

       Lower track and album gain to avoid clipping.

-d, --db-gain

       Apply the given pre-amp value (in dB).

-s d, --tag-mode d

       Delete ReplayGain tags from files.

-s i, --tag-mode i

       Write ID3v2 ReplayGain tags to files.

-s s, --tag-mode s

       Don't write ReplayGain tags (default).

-o, --output

       Database-friendly tab-delimited list output.

-q, --quiet

       Don't print status messages.

AUTHOR

Alessandro Ghedini alessandro@ghedini.me

Copyright (C) 2014 Alessandro Ghedini alessandro@ghedini.me

This program is released under the 2 clause BSD license.

  1. May 2014
  2. loudgain(1)