~ubuntu-branches/ubuntu/utopic/normalize-audio/utopic

« back to all changes in this revision

Viewing changes to .pc/rename-binary.patch/doc/normalize-mp3.1

  • Committer: Package Import Robot
  • Author(s): Joachim Reichel
  • Date: 2012-04-15 16:23:36 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120415162336-vn3xg71e66e2sxea
Tags: 0.7.7-9
* Change packaging format to "3.0 (quilt)" (Closes: #668782).
* Use new minimal debian/rules file and debhelper compat level 9.
* Use DEP5 format for debian/copyright.
* Update Standards-Version to 3.9.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH NORMALIZE-MP3 "1" "September 2001"
 
2
.SH NAME
 
3
normalize-mp3 - adjust levels of mp3 or ogg files by running
 
4
normalize(1), then re-encoding
 
5
.SH SYNOPSIS
 
6
\fB normalize-mp3
 
7
[\fIOPTION\fR]... [\fIFILE\fR]...
 
8
\fB normalize-ogg
 
9
[\fIOPTION\fR]... [\fIFILE\fR]...
 
10
.SH DESCRIPTION
 
11
.PP
 
12
Normalize volume of mp3 or ogg files by decoding, running normalize,
 
13
and re-encoding.  This requires as much extra disk space as the
 
14
largest mp3 or ogg file, decoded.  Note that for batch and mix mode,
 
15
all files must be decoded, so there must be enough disk space for the
 
16
decoded copies of all specified mp3 and ogg files.
 
17
.TP
 
18
\fB\-\-ogg\fR
 
19
Convert files to OGG, regardless of original format
 
20
.TP
 
21
\fB\-\-mp3\fR
 
22
Convert files to MP3, regardless of original format
 
23
.TP
 
24
\fB\-\-bitrate\fR BR
 
25
Set bitrate of re-encoded file (default 128)
 
26
.TP
 
27
\fB\-\-tmpdir\fR TMP
 
28
Put temporary WAV files in temp directory TMP
 
29
.TP
 
30
\fB\-\-notags\fR
 
31
Do not copy ID3 or OGG tags to the output file
 
32
.PP
 
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
 
35
mp3 or vorbis file, %w expands to the name of the temporary WAV file,
 
36
and %b expands to the bitrate, as specified by the --bitrate option.
 
37
Run \fBnormalize-mp3\fR with no arguments to see the default values.
 
38
.TP
 
39
\fB--mp3encode=\fIX\fR
 
40
mp3 encoder
 
41
.TP
 
42
\fB--mp3decode=\fIX\fR
 
43
mp3 decoder
 
44
.TP
 
45
\fB--oggencode=\fIX\fR
 
46
ogg vorbis encoder
 
47
.TP
 
48
\fB--oggdecode=\fIX\fR
 
49
ogg vorbis decoder
 
50
.TP
 
51
\fB\-h\fR
 
52
Display this help and exit.
 
53
.TP
 
54
\fB\-V\fR
 
55
Display version information and exit.
 
56
.TP
 
57
\fBThese arguments are passed as arguments to normalize.
 
58
Run "normalize \fB\-\-help\fR" for more info.
 
59
.TP
 
60
\fB\-a\fR AMP
 
61
.TP
 
62
\fB\-g\fR ADJ
 
63
.TP
 
64
\fB\-n\fR
 
65
.TP
 
66
\fB\-T\fR THR
 
67
.TP
 
68
\fB\-b\fR
 
69
.TP
 
70
\fB\-m\fR
 
71
.TP
 
72
\fB\-v\fR
 
73
.TP
 
74
\fB\-q\fR
 
75
.TP
 
76
.SH "REPORTING BUGS"
 
77
Report bugs to <chrisvaill@gmail.com>.
 
78
.SH "SEE ALSO"
 
79
The
 
80
.B normalize(1)
 
81
Man page
 
82
.SH "NOTES"
 
83
This page was provided by Eduardo Ma�an <macan@debian.org>