mp3gain 1.5.2r2 (32 & 64bit)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

mp3gain 1.5.2r2 (32 & 64bit)

#1 Post by plinej »

http://mp3gain.sourceforge.net/

Code: Select all

# mp3gain -h
mp3gain version 1.5.2
copyright(c) 2001-2009 by Glen Sawyer
uses mpglib, which can be found at http://www.mpg123.de
Usage: mp3gain [options] <infile> [<infile 2> ...]
options:
	-v - show version number
	-g <i>  - apply gain i without doing any analysis
	-l 0 <i> - apply gain i to channel 0 (left channel)
	          without doing any analysis (ONLY works for STEREO files,
	          not Joint Stereo)
	-l 1 <i> - apply gain i to channel 1 (right channel)
	-e - skip Album analysis, even if multiple files listed
	-r - apply Track gain automatically (all files set to equal loudness)
	-k - automatically lower Track/Album gain to not clip audio
	-a - apply Album gain automatically (files are all from the same
	              album: a single gain change is applied to all files, so
	              their loudness relative to each other remains unchanged,
	              but the average album loudness is normalized)
	-m <i> - modify suggested MP3 gain by integer i
	-d <n> - modify suggested dB gain by floating-point n
	-c - ignore clipping warning when applying gain
	-o - output is a database-friendly tab-delimited list
	-t - writes modified data to temp file, then deletes original
	     instead of modifying bytes in original file
	-q - Quiet mode: no status messages
	-p - Preserve original file timestamp
	-x - Only find max. amplitude of file
	-f - Assume input file is an MPEG 2 Layer III file
	     (i.e. don't check for mis-named Layer I or Layer II files)
	-? or -h - show this message
	-s c - only check stored tag info (no other processing)
	-s d - delete stored tag info (no other processing)
	-s s - skip (ignore) stored tag info (do not read or write tags)
	-s r - force re-calculation (do not read tag info)
	-s i - use ID3v2 tag for MP3 gain info
	-s a - use APE tag for MP3 gain info (default)
	-u - undo changes made (based on stored tag info)
	-w - "wrap" gain change if gain+change > 255 or gain+change < 0
	      (use "-? wrap" switch for a complete explanation)
If you specify -r and -a, only the second one will work
If you do not specify -c, the program will stop and ask before
     applying gain change to a file that might clip
Attachments
mp3gain-1.5.2r2-x86_64.pet
compiled in Fatdog64-521
(52.29 KiB) Downloaded 624 times
mp3gain-1.5.2r2-i686.pet
(45.33 KiB) Downloaded 684 times
Last edited by plinej on Tue 15 Nov 2011, 05:30, edited 1 time in total.

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#2 Post by plinej »

added a 64bit version

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

Is this like normalizing? If I remember right, mhWaveEdit can normalize almost any kind of audio file to whatever level you want. It's been a while since I fiddled with it.

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#4 Post by plinej »

this doesn't change the audio file itself, it just adds information to the metadata that is read by some mp3 players and the playback level is adjusted.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

Ah, I see. Thanks. :)

Post Reply