From 78ca42c56ec53e153fef1b2a1a612191c840d797 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Thu, 14 Apr 2005 21:59:00 +0000 Subject: [PATCH] CLI: cosmetics git-svn-id: svn://svn.videolan.org/x264/trunk@204 df754926-b1dd-0310-bc7b-ec298dee348c --- x264.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/x264.c b/x264.c index a3e708b5..94b0d2df 100644 --- a/x264.c +++ b/x264.c @@ -164,7 +164,7 @@ static void Help( x264_param_t *defaults ) "\n" " -I, --keyint Maximum GOP size [%d]\n" " -i, --min-keyint Minimum GOP size [%d]\n" - " --scenecut How aggresively to insert extra I frames [%d]\n" + " --scenecut How aggressively to insert extra I-frames [%d]\n" " -b, --bframe Number of B-frames between I and P [%d]\n" " --no-b-adapt Disable adaptive B-frame decision\n" " --b-bias Influences how often B-frames are used [%d]\n" @@ -193,11 +193,11 @@ static void Help( x264_param_t *defaults ) " - 3: Nth pass, overwrites stats file\n" " --stats Filename for 2 pass stats [\"%s\"]\n" " --rceq Ratecontrol equation [\"%s\"]\n" - " --qcomp 0.0 => CBR, 1.0 => CQP [%.2f]\n" - " --cplxblur reduce fluctuations in QP (before curve compression) [%.1f]\n" - " --qblur reduce fluctuations in QP (after curve compression) [%.1f]\n" + " --qcomp QP curve compression: 0.0 => CBR, 1.0 => CQP [%.2f]\n" + " --cplxblur Reduce fluctuations in QP (before curve compression) [%.1f]\n" + " --qblur Reduce fluctuations in QP (after curve compression) [%.1f]\n" "\n" - " -A, --analyse Analyse options: [\"i4x4|p8x8|b8x8\"]\n" + " -A, --analyse Analyse options: [\"i4x4,p8x8,b8x8\"]\n" " - i4x4\n" " - p8x8, p4x4, b8x8\n" " - none, all\n" @@ -208,13 +208,13 @@ static void Help( x264_param_t *defaults ) " --no-chroma-me Ignore chroma in motion estimation\n" "\n" " --level Specify level (as defined by Annex A)\n" - " -s, --sar width:height Specify Sample Aspect Ratio\n" + " --sar width:height Specify Sample Aspect Ratio\n" " --fps Specify framerate\n" " --frames Maximum number of frames to encode\n" " -o, --output Specify output file\n" "\n" - " --no-asm Disable any CPU optims\n" - " --no-psnr Disable PSNR computaion\n" + " --no-asm Disable all CPU optimizations\n" + " --no-psnr Disable PSNR computation\n" " --quiet Quiet Mode\n" " -v, --verbose Print stats for each frame\n" " --aud Use access unit delimiters\n" @@ -371,7 +371,7 @@ static int Parse( int argc, char **argv, int c; - c = getopt_long( argc, argv, "hi:I:b:r:cxB:q:f:o:s:A:m:p:vw", + c = getopt_long( argc, argv, "hi:I:b:r:cxB:q:f:o:A:m:p:vw", long_options, &long_options_index); if( c == -1 ) -- 2.39.2