]> git.sesse.net Git - x264/commitdiff
Document slow/fast firstpass in --fullhelp
authorFiona Glaser <fiona@x264.com>
Sun, 21 Mar 2010 16:10:00 +0000 (09:10 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 27 Mar 2010 19:47:29 +0000 (12:47 -0700)
x264.c

diff --git a/x264.c b/x264.c
index 147e7b483f68230001a811efa72dd86e09bdbe89..5aecacaddede92959b6060b71dd2ca48239a3efd 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -348,7 +348,10 @@ static void Help( x264_param_t *defaults, int longhelp )
         "                                    --sync-lookahead 0 --sliced-threads\n" );
     else H0( "                                  - psy tunings: film,animation,grain,psnr,ssim\n"
              "                                  - other tunings: fastdecode,zerolatency\n" );
-    H1( "      --slow-firstpass        Don't use faster settings with --pass 1\n" );
+    H2( "      --slow-firstpass        Don't force these faster settings with --pass 1:\n"
+        "                                  --no-8x8dct --me dia --partitions none --ref 1\n"
+        "                                  --subme {2 if >2 else unchanged} --trellis 0\n" );
+    else H1( "      --slow-firstpass        Don't force faster settings with --pass 1\n" );
     H0( "\n" );
     H0( "Frame-type options:\n" );
     H0( "\n" );