[xiph-commits] r16459 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Sat Aug 8 05:44:58 PDT 2009


Author: j
Date: 2009-08-08 05:44:58 -0700 (Sat, 08 Aug 2009)
New Revision: 16459

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
document speedlevel

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-08-08 11:46:40 UTC (rev 16458)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-08-08 12:44:58 UTC (rev 16459)
@@ -1778,8 +1778,13 @@
         "                         data must come from a first encoding pass\n"
         "                         using identical input video to work\n"
         "                         properly.\n\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 bandwidth\n"
+        "      --optimize         optimize video output filesize (slower)\n"
+        "                         (same as speedlevel 0)\n"
+        "      --speedlevel       encoding is faster with higher values\n"
+        "                         the cost is quality and bandwidth\n"
+        "                         - 0: Slowest (best)\n"
+        "                         - 1: Enable early skip (default)\n"
+	"                         - 2: Disable motion compensation\n"
 
         "  -x, --width            scale to given width (in pixels)\n"
         "  -y, --height           scale to given height (in pixels)\n"



More information about the commits mailing list