[xiph-cvs] cvs commit: vorbis-tools/oggenc/man oggenc.1

Michael Smith msmith at xiph.org
Thu Jul 11 06:55:48 PDT 2002



msmith      02/07/11 06:55:48

  Modified:    oggenc   oggenc.c
               oggenc/man oggenc.1
  Log:
  Doc updates for negative quality (ick)

Revision  Changes    Path
1.65      +2 -0      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- oggenc.c	2002/07/11 13:54:01	1.64
+++ oggenc.c	2002/07/11 13:55:47	1.65
@@ -385,6 +385,8 @@
                 "                      instead of specifying a particular bitrate.\n"
                 "                      This is the normal mode of operation.\n"
         "                      Fractional qualities (e.g. 2.75) are permitted\n"
+        "                      Quality -1 is also possible, but may not be of\n"
+        "                      acceptable quality.\n"
         " --resample n         Resample input data to sampling rate n (Hz)\n"
         " --downmix            Downmix stereo to mono. Only allowed on stereo\n"
         "                      input.\n"

<p><p>1.17      +1 -1      vorbis-tools/oggenc/man/oggenc.1

Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- oggenc.1	2002/07/09 14:44:02	1.16
+++ oggenc.1	2002/07/11 13:55:47	1.17
@@ -131,7 +131,7 @@
 much slower, and may also be lower quality. It is primarily useful for creating
 files for streaming.
 .IP "-q n, --quality=n"
-Sets encoding quality to n, between 0 (low) and 10 (high). This is the default mode of operation, with a default quality level of 3. Fractional quality levels such as 2.5 are permitted. 
+Sets encoding quality to n, between -1 (low) and 10 (high). This is the default mode of operation, with a default quality level of 3. Fractional quality levels such as 2.5 are permitted. Normal quality range is 0 - 10.
 .IP "--resample n"
 Resample input to the given sample rate (in Hz) before encoding. Primarily
 useful for downsampling for lower-bitrate encoding.

<p><p><p>--- >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