1NORMALIZE-MP3(1) General Commands Manual NORMALIZE-MP3(1)
2
3
4
6 normalize-mp3 - adjust levels of mp3 or ogg files by running normal‐
7 ize(1), then re-encoding
8
10 normalize-mp3 [OPTION]... [FILE]...
11 normalize-ogg [OPTION]... [FILE]...
12
14 Normalize volume of mp3 or ogg files by decoding, running normalize,
15 and re-encoding. This requires as much extra disk space as the largest
16 mp3 or ogg file, decoded. Note that for batch and mix mode, all files
17 must be decoded, so there must be enough disk space for the decoded
18 copies of all specified mp3 and ogg files.
19
20 --ogg Convert files to OGG, regardless of original format
21
22 --mp3 Convert files to MP3, regardless of original format
23
24 --bitrate BR
25 Set bitrate of re-encoded file (default 128)
26
27 --tmpdir TMP
28 Put temporary WAV files in temp directory TMP
29
30 --notags
31 Do not copy ID3 or OGG tags to the output file
32
33 The following four options may be used to set the encoder and decoder
34 commands for mp3 and ogg vorbis. %m is expanded to the name of the mp3
35 or vorbis file, %w expands to the name of the temporary WAV file, and
36 %b expands to the bitrate, as specified by the --bitrate option. Run
37 normalize-mp3 with no arguments to see the default values.
38
39 --mp3encode=X
40 mp3 encoder
41
42 --mp3decode=X
43 mp3 decoder
44
45 --oggencode=X
46 ogg vorbis encoder
47
48 --oggdecode=X
49 ogg vorbis decoder
50
51 -h Display this help and exit.
52
53 -V Display version information and exit.
54
55 These arguments are passed as arguments to normalize.
56 Run "normalize --help" for more info.
57
58 -a AMP
59
60 -g ADJ
61
62 -n
63
64 -T THR
65
66 -b
67
68 -m
69
70 -v
71
72 -q
73
74
75 REPORTING BUGS
76 Report bugs to <chrisvaill@gmail.com>.
77
79 The normalize(1) Man page
80
82 This page was provided by Eduardo Maçan <macan@debian.org>
83
84
85
86 September 2001 NORMALIZE-MP3(1)