[xiph-commits] r15711 - trunk/vorbis-tools/oggenc/man

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Sat Feb 21 23:00:11 PST 2009


Author: gmaxwell
Date: 2009-02-21 23:00:10 -0800 (Sat, 21 Feb 2009)
New Revision: 15711

Modified:
   trunk/vorbis-tools/oggenc/man/oggenc.1
Log:
The oggenc man page incorrectly claimed some advanced options were in bits/sec when they are actually in kilobits per second.

Modified: trunk/vorbis-tools/oggenc/man/oggenc.1
===================================================================
--- trunk/vorbis-tools/oggenc/man/oggenc.1	2009-02-22 00:42:50 UTC (rev 15710)
+++ trunk/vorbis-tools/oggenc/man/oggenc.1	2009-02-22 07:00:10 UTC (rev 15711)
@@ -267,14 +267,14 @@
 transient response is a higher bitrate.
 
 .IP "bitrate_hard_max=N"
-Set the allowed bitrate maximum for the encoded file to N bits per 
+Set the allowed bitrate maximum for the encoded file to N kilobits per 
 second.  This bitrate may be exceeded only when there is spare bits
 in the bit reservoir; if the bit reservoir is exhausted, frames will
 be held under this value.  This setting must be used with --managed 
 to have any effect.
 
 .IP "bitrate_hard_min=N"
-Set the allowed bitrate minimum for the encoded file to N bits per
+Set the allowed bitrate minimum for the encoded file to N kilobits per
 second.  This bitrate may be underrun only when the bit reservoir is
 not full; if the bit reservoir is full, frames will be held over this
 value; if it impossible to add bits constructively, the frame will be
@@ -300,7 +300,7 @@
 thus biasing slightly toward transient reproduction.
 
 .IP "bitrate_average=N"
-Set the average bitrate for the file to N bits per second.  When used
+Set the average bitrate for the file to N kilobits per second.  When used
 without hard minimum or maximum limits, this option selects
 reservoirless Average Bit Rate encoding, where the encoder attempts to
 perfectly track a desired bitrate, but imposes no strict momentary



More information about the commits mailing list