[x264-devel] commit: Document slow/fast firstpass in --fullhelp (Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Sun Mar 28 04:44:34 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sun Mar 21 09:10:00 2010 -0700| [a882f7a6ada6018006c264ab5f16bc0ed55dcf10] | committer: Jason Garrett-Glaser
Document slow/fast firstpass in --fullhelp
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a882f7a6ada6018006c264ab5f16bc0ed55dcf10
---
x264.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/x264.c b/x264.c
index 147e7b4..5aecaca 100644
--- 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" );
More information about the x264-devel
mailing list