[xiph-cvs] cvs commit: vorbis-tools/oggenc/man oggenc.1
Michael Smith
msmith at xiph.org
Mon Aug 13 03:55:53 PDT 2001
msmith 01/08/13 03:55:53
Modified: oggenc/man oggenc.1
Log:
Updates - comment out unimplemented bits, clarify a message.
Revision Changes Path
1.8 +26 -26 vorbis-tools/oggenc/man/oggenc.1
Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- oggenc.1 2001/08/13 05:19:13 1.7
+++ oggenc.1 2001/08/13 10:55:53 1.8
@@ -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
]
@@ -88,12 +88,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 [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 "-s, --serial"
Forces a specific serial number in the output stream. This is primarily useful for testing.
.IP "-o output_file, --output=output_file"
@@ -163,13 +163,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
@@ -209,8 +209,8 @@
Stan Seibert <indigo at aztec.asu.edu>
.SH BUGS
-The min and max bitrate options are not yet implemented
-in the vorbis encoder, nor is the -q option.
+Options -m, -M, and -q for for flexible bitrate/quality selection exist, but are not
+implemented in the vorbis encoder, and so are not documented here yet.
.SH SEE ALSO
--- >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