[xiph-commits] r13376 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Sat Jul 28 07:34:21 PDT 2007
Author: j
Date: 2007-07-28 07:34:20 -0700 (Sat, 28 Jul 2007)
New Revision: 13376
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.1
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
update manpage
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2007-07-28 01:39:06 UTC (rev 13375)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2007-07-28 14:34:20 UTC (rev 13376)
@@ -49,6 +49,7 @@
.TP
.B \-v, \-\-videoquality
[0 to 10] Set encoding quality for video (default: 5).
+ use higher values for better quality
.TP
.B \-V, \-\-videobitrate
[1 to 16778] Set encoding bitrate for video (in kb/s).
@@ -58,6 +59,9 @@
instead of a hierarchical one. This can reduce video bitrate about 5%,
but it is slower and therefore is disabled by default.
.TP
+.B \-\-speedlevel
+[0 2] encoding is faster with higher values the cost is quality and bandwidth
+.TP
.B \-x, \-\-width
Scale to given width (in pixels).
.TP
@@ -96,6 +100,7 @@
.TP
.B \-a, \-\-audioquality
[-2 to 10] Set encoding quality for audio (default: 1).
+ use higher values for better quality
.TP
.B \-A, \-\-audiobitrate
[32 to 500] Set encoding bitrate for audio (in kb/s).
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2007-07-28 01:39:06 UTC (rev 13375)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2007-07-28 14:34:20 UTC (rev 13376)
@@ -960,9 +960,10 @@
"\n"
"Video output options:\n"
" -v, --videoquality [0 to 10] encoding quality for video (default: 5)\n"
+ " use higher values for better quality\n"
" -V, --videobitrate [1 to 16778] encoding bitrate for video (kb/s)\n"
" --optimize optimize video output filesize (slower) (same as speedlevel 0)\n"
- " --speedlevel [0 2] encoding is faster with higher values the cost is quality and bandwith\n"
+ " --speedlevel [0 2] encoding is faster with higher values the cost is quality and bandwidth\n"
" -x, --width scale to given width (in pixels)\n"
" -y, --height scale to given height (in pixels)\n"
" --aspect define frame aspect ratio: i.e. 4:3 or 16:9\n"
@@ -985,6 +986,7 @@
"\n"
"Audio output options:\n"
" -a, --audioquality [-2 to 10] encoding quality for audio (default: 1)\n"
+ " use higher values for better quality\n"
" -A, --audiobitrate [32 to 500] encoding bitrate for audio (kb/s)\n"
" -c, --channels set number of output channels\n"
" -H, --samplerate set output samplerate (in Hz)\n"
More information about the commits
mailing list