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

Ralph Giles giles at xiph.org
Sun Aug 12 21:53:19 PDT 2001



giles       01/08/12 21:53:19

  Modified:    oggenc   oggenc.c
  Log:
  Improve usage message on supported same rates.

Revision  Changes    Path
1.20      +3 -3      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- oggenc.c	2001/08/13 04:45:21	1.19
+++ oggenc.c	2001/08/13 04:53:19	1.20
@@ -328,9 +328,9 @@
                 "\n"
                 "INPUT FILES:\n"
                 " OggEnc input files must currently be 16 or 8 bit PCM WAV, AIFF, or AIFF/C\n"
-		" files. Files may be mono or stereo (or more channels) and sampling rates \n"
-		" from 8 kHz up, but currently the encoder is only tuned for 44.1 and 48 kHz\n"
-		" rates. Others will be accepted but quality will not be as good.\n"
+		" files. Files may be mono or stereo (or more channels) and any sampling rate\n"
+		" However, the encoder is only tuned for rates of 44.1 and 48 kHz and while\n"
+		" others will be accepted but quality will be significantly degraded.\n"
                 " Alternatively, the --raw option may be used to use a raw PCM data file, which\n"
                 " must be 16bit stereo little-endian PCM ('headerless wav'), unless additional\n"
                 " parameters for raw mode are specified.\n"

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