[Vorbis-dev] [PATCH 4/6] Document the --scale option of oggenc.

Kamil Dudka kdudka at redhat.com
Tue May 28 05:28:12 PDT 2013


---
 oggenc/man/oggenc.1 |    5 +++++
 oggenc/oggenc.c     |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/oggenc/man/oggenc.1 b/oggenc/man/oggenc.1
index 411e2a9..633e5ec 100755
--- a/oggenc/man/oggenc.1
+++ b/oggenc/man/oggenc.1
@@ -47,6 +47,9 @@ oggenc \- encode audio into the Ogg Vorbis format
 .B --downmix 
 ]
 [
+.B --scale
+]
+[
 .B -s
 .I serial
 ]
@@ -164,6 +167,8 @@ useful for downsampling for lower-bitrate encoding.
 .IP "--downmix"
 Downmix input from stereo to mono (has no effect on non-stereo streams). Useful
 for lower-bitrate encoding.
+.IP "--scale"
+Input scaling factor (helps with clipping inputs).
 .IP "--advanced-encode-option optionname=value"
 Sets an advanced option. See the Advanced Options section for details.
 .IP "-s, --serial"
diff --git a/oggenc/oggenc.c b/oggenc/oggenc.c
index 4a120f3..b6c2863 100644
--- a/oggenc/oggenc.c
+++ b/oggenc/oggenc.c
@@ -513,6 +513,7 @@ static void usage(void)
         " --resample n         Resample input data to sampling rate n (Hz)\n"
         " --downmix            Downmix stereo to mono. Only allowed on stereo\n"
         "                      input.\n"
+        " --scale              Input scaling factor (helps with clipping inputs).\n"
         " -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"));
-- 
1.7.1



More information about the Vorbis-dev mailing list