[xiph-cvs] cvs commit: vorbis-tools/oggenc/man oggenc.1
Stan Seibert
volsung at xiph.org
Mon Sep 1 19:17:11 PDT 2003
volsung 03/09/01 22:17:10
Modified: oggenc oggenc.c
oggenc/man oggenc.1
Log:
Document FLAC support.
Revision Changes Path
1.73 +4 -2 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- oggenc.c 24 Aug 2003 21:22:46 -0000 1.72
+++ oggenc.c 2 Sep 2003 02:17:10 -0000 1.73
@@ -407,6 +407,8 @@
" -s, --serial Specify a serial number for the stream. If encoding\n"
" multiple files, this will be incremented for each\n"
" stream after the first.\n"
+ " --discard-comments Prevents comments in FLAC and Ogg FLAC files from\n"
+ " being copied to the output Ogg Vorbis file.\n"
"\n"
" Naming:\n"
" -o, --output=fn Write file to fn (only valid in single-file mode)\n"
@@ -443,8 +445,8 @@
"\n"
"INPUT FILES:\n"
" OggEnc input files must currently be 24, 16, or 8 bit PCM WAV, AIFF, or AIFF/C\n"
- " files, or 32 bit IEEE floating point WAV. Files may be mono or stereo\n"
- " (or more channels) and any sample rate.\n"
+ " files, 32 bit IEEE floating point WAV, and optionally FLAC or Ogg FLAC. Files\n"
+ " may be mono or stereo (or more channels) and any sample rate.\n"
" Alternatively, the --raw option may be used to use a raw PCM data file, which\n"
" must be 16 bit stereo little-endian PCM ('headerless wav'), unless additional\n"
" parameters for raw mode are specified.\n"
<p><p>1.21 +6 -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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- oggenc.1 7 Nov 2002 10:47:21 -0000 1.20
+++ oggenc.1 2 Sep 2003 02:17:10 -0000 1.21
@@ -83,7 +83,9 @@
.SH DESCRIPTION
.B oggenc
reads audio data in either raw, WAV, or AIFF format and encodes it into an
-Ogg Vorbis stream. If the input file "-" is specified, audio data is
+Ogg Vorbis stream.
+.B oggenc
+may also read audio data from FLAC and Ogg FLAC files depending upon compile-time options. If the input file "-" is specified, audio data is
read from
.I stdin
and the Vorbis stream is written to
@@ -142,6 +144,9 @@
Sets an advanced option. See the Advanced Options section for details.
.IP "-s, --serial"
Forces a specific serial number in the output stream. This is primarily useful for testing.
+.IP "--discard-comments"
+Prevents comments in FLAC and Ogg FLAC files from being copied to the
+output Ogg Vorbis file.
.IP "-o output_file, --output=output_file"
Write the Ogg Vorbis stream to
.I output_file (only valid if a single input file is specified)
<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