[xiph-cvs] cvs commit: vorbis-tools/oggenc/man oggenc.1
Jack Moffitt
jack at xiph.org
Mon Dec 17 22:42:13 PST 2001
jack 01/12/17 22:42:13
Modified: oggenc/man oggenc.1
Log:
Update manpage for new options (thankfully these were already written, just
commented out).
Revision Changes Path
1.10 +24 -24 vorbis-tools/oggenc/man/oggenc.1
Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- oggenc.1 2001/09/28 09:51:37 1.9
+++ oggenc.1 2001/12/18 06:42:12 1.10
@@ -15,19 +15,19 @@
.B -b
.I nominal bitrate
]
-.\"[
-.\".B -m
-.\".I minimum bitrate
-.\"]
-.\"[
-.\".B -M
-.\".I maximum bitrate
-.\"]
-.\"[
-.\".B -q
-.\".I quality
-.\"]
[
+.B -m
+.I minimum bitrate
+]
+[
+.B -M
+.I maximum bitrate
+]
+[
+.B -q
+.I quality
+]
+[
.B -o
.I output_file
]
@@ -92,12 +92,12 @@
Quiet mode. No messages are displayed.
.IP "-b n, --bitrate=n"
Sets encoding to the bitrate closest to n (in kb/s).
-.\".IP "-m n, --min-bitrate=n [unsupported]"
-.\"Sets minimum bitrate to n (in kb/s).
-.\".IP "-M n, --max-bitrate=n [unsupported]"
-.\"Sets maximum bitrate to n (in kb/s).
-.\".IP "-q n, --quality=n [unsupported]"
-.\"Sets encoding quality to n, between 0 (low) and 10 (high). This is the default mode of operation.
+.IP "-m n, --min-bitrate=n"
+Sets minimum bitrate to n (in kb/s).
+.IP "-M n, --max-bitrate=n"
+Sets maximum bitrate to n (in kb/s).
+.IP "-q n, --quality=n"
+Sets encoding quality to n, between 0 (low) and 10 (high). This is the default mode of operation.
.IP "-s, --serial"
Forces a specific serial number in the output stream. This is primarily useful for testing.
.IP "-o output_file, --output=output_file"
@@ -171,13 +171,13 @@
oggenc infile.wav -b 128 -M 160 out.ogg
.RE
.PP
+
+Specifying quality rather than bitrate (to a very high quality mode)
+.RS
+oggenc infile.wav -q 9 out.ogg
+.RE
+.PP
-.\"Specifying quality rather than bitrate (to a very high quality mode)
-.\".RS
-.\"oggenc infile.wav -q 9 out.ogg
-.\".RE
-.\".PP
-.\"
Adding some info about the track:
.RS
oggenc somefile.wav -t "The track title" -a "artist who performed this" -l
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list