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

Michael Smith msmith at xiph.org
Sun Feb 25 21:42:26 PST 2001



msmith      01/02/25 21:42:25

  Modified:    oggenc/man oggenc.1
  Log:
  Updated manpage to reflect new options and changes in beta4.

Revision  Changes    Path
1.3       +10 -2     vorbis-tools/oggenc/man/oggenc.1

Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oggenc.1	2000/11/05 13:38:38	1.2
+++ oggenc.1	2001/02/26 05:42:25	1.3
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -Tascii oggenc.1
 .\"
-.TH oggenc 1 "August 13, 2000" "" "Vorbis Tools"
+.TH oggenc 1 "February 26, 2001" "" "Vorbis Tools beta 4"
 
 .SH NAME
 oggenc \- encode audio into the Ogg Vorbis format
@@ -43,7 +43,7 @@
 
 .SH DESCRIPTION
 .B oggenc
-reads audio data in either raw or WAV format and encodes it into an
+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
 read from
 .I stdin
@@ -69,6 +69,8 @@
 Quiet mode.  No messages are displayed.
 .IP "-b n, --bitrate=n"
 Sets encoding to the bitrate closest to n (in kb/s). Defaults to 160 kb/s for stereo.
+.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"
 Write the Ogg Vorbis stream to
 .I output_file (only valid if a single input file is specified)
@@ -87,6 +89,12 @@
 .IP "-a artist, --artist artist"
 Set the artist comment field in the comments to
 .I artist.
+
+.IP "-d date, --date date"
+Sets the date comment field to the given value. This should be the date of recording.
+
+.IP "-N n, --tracknum n"
+Sets the track number comment field to the given value.
 
 .IP "-t title, --title title"
 Set the track title comment field to

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