[xiph-cvs] cvs commit: vorbis-tools/oggenc/man oggenc.1
Ralph Giles
giles at xiph.org
Sun Aug 12 22:19:13 PDT 2001
giles 01/08/12 22:19:13
Modified: oggenc/man oggenc.1
Log:
manpage cleanup. mention unsupported nature of -M -m and -q.
Revision Changes Path
1.7 +11 -7 vorbis-tools/oggenc/man/oggenc.1
Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oggenc.1 2001/08/13 04:45:22 1.6
+++ oggenc.1 2001/08/13 05:19:13 1.7
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii oggenc.1
.\"
-.TH oggenc 1 "May 27, 2001" "" "Vorbis Tools release candidate 2"
+.TH oggenc 1 "2001 August 13" "" "Vorbis Tools release candidate 2"
.SH NAME
oggenc \- encode audio into the Ogg Vorbis format
@@ -79,20 +79,20 @@
header information. If other options are not specified, defaults to 44.1kHz
stereo 16 bit. See next three options for how to change this.
.IP "-B n, --raw-bits=n"
-Sets raw input bits/sample rate. Default is 16
+Sets raw input sample size in bits. Default is 16.
.IP "-C n, --raw-chan=n"
-Sets raw input number of channels. Default is 2
+Sets raw input number of channels. Default is 2.
.IP "-R n, --raw-rate=n"
-Sets raw input samplerate. Default is 44100
+Sets raw input samplerate. Default is 44100.
.IP "-Q, --quiet"
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"
+.IP "-m n, --min-bitrate=n [unsupported]"
Sets minimum bitrate to n (in kb/s).
-.IP "-M n, --max-bitrate=n"
+.IP "-M n, --max-bitrate=n [unsupported]"
Sets maximum bitrate to n (in kb/s).
-.IP "-q n, --quality=n"
+.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.
@@ -207,6 +207,10 @@
Manpage Author:
.br
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.
.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