OS4 DepotLogo by McFly 
(anonymous IP: 3.141.24.134,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Audio » Edit » mp3gain.lha

Mp3gain

Description: Changes the volume of mp3s
Download: mp3gain.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 290kb
Version: 1.6.2
Date: 24 Nov 2018
Author: Glen Sawyer
Submitter: Raziel
Homepage: http://mp3gain.sourceforge.net/
Category: audio/edit
Replaces: audio/edit/mp3gain.lha
License: LGPL
Distribute: yes
Min OS Version: 4.1
FileID: 10742
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 112  (Current version)
768  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
First AmigaOS4 port by Thematic

Tired of reaching for your volume knob every time your mp3 player changes to a
new song?
MP3Gain analyzes and adjusts mp3 files so that they have the same volume.

MP3Gain does not just do peak normalization, as many normalizers do. Instead,
it does some statistical analysis to determine how loud the file actually
sounds to the human ear.
Also, the changes MP3Gain makes are completely lossless. There is no quality
lost in the change because the program adjusts the mp3 file directly, without
decoding and re-encoding.

mp3gain version 1.6.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 - mp3gain writes modified mp3 to temp file, then deletes original 
	     instead of modifying bytes in original file (default)
	-T - mp3gain directly modifies mp3 file (opposite of -t)
	-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

Copyright © 2004-2024 by Björn Hagström All Rights Reserved