diff options
Diffstat (limited to 'audio/mp3gain/mp3gain.1')
-rw-r--r-- | audio/mp3gain/mp3gain.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/audio/mp3gain/mp3gain.1 b/audio/mp3gain/mp3gain.1 index fb3cf2ddbd..a4aa917eeb 100644 --- a/audio/mp3gain/mp3gain.1 +++ b/audio/mp3gain/mp3gain.1 @@ -1,4 +1,4 @@ -.TH MP3GAIN "1" "April 2009" "mp3gain version 1.4.6" "User Commands" +.TH MP3GAIN "1" "Jan 2018" "mp3gain version 1.6.1" "SlackBuilds.org" .SH NAME mp3gain \- analyzes and adjusts mp3 files so that they have the same volume .SH SYNOPSIS @@ -27,6 +27,9 @@ not Joint Stereo mp3s) \fB\-l\fR 1 <i> apply gain i to channel 1 (right channel) of mp3 .TP +\fB\-e\fR 1 <i> +skip Album analysis, even if multiple files listed +.TP \fB\-r\fR apply Track gain automatically (all files set to equal loudness) .TP @@ -55,6 +58,9 @@ output is a database\-friendly tab\-delimited list mp3gain writes modified mp3 to temp file, then deletes original instead of modifying bytes in original file .TP +\fB\-T\fR +Assume input file is an MPEG 2 Layer III file (i.e. don't check for mis-named Layer I or Layer II files) +.TP \fB\-q\fR Quiet mode: no status messages .TP @@ -69,7 +75,7 @@ Force mp3gain to assume input file is an MPEG 2 Layer III file (i.e. don't check for mis\-named Layer I or Layer II files) .TP \-? or \fB\-h\fR -show this message +show built-in help message .TP \fB\-s\fR c only check stored tag info (no other processing) @@ -83,6 +89,12 @@ skip (ignore) stored tag info (do not read or write tags) \fB\-s\fR r force re\-calculation (do not read tag info) .TP +\fB\-s\fR i +use ID3v2 tag for MP3 gain info +.TP +\fB\-s\fR a +use APE tag for MP3 gain info (default) +.TP \fB\-u\fR undo changes made by mp3gain (based on stored tag info) .TP |