diff options
author | Rodeo <[email protected]> | 2013-04-30 23:22:45 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-30 23:22:45 +0000 |
commit | 943f45363b14482b55b7a14f18a903ca96ac7737 (patch) | |
tree | f7b47ec898c57c5a20eb84ae44edbbc31d5a4f97 /test/test.c | |
parent | 57debc692488cc7dc9d522984e9c42076bad46b6 (diff) |
CLI: minor help text updates in preparation for the next release.
Remove some outdated comments, simplify and clarify a bit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5432 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 45 |
1 files changed, 21 insertions, 24 deletions
diff --git a/test/test.c b/test/test.c index 3ae09cbca..a430098b9 100644 --- a/test/test.c +++ b/test/test.c @@ -2902,7 +2902,6 @@ static void ShowHelp() " double quotation marks\n" " -z, --preset-list See a list of available built-in presets\n" " --no-dvdnav Do not use dvdnav for reading DVDs\n" - " (experimental, enabled by default for testing)\n" "\n" "### Source Options-----------------------------------------------------------\n\n" @@ -2916,8 +2915,8 @@ static void ShowHelp() " -c, --chapters <string> Select chapters (e.g. \"1-3\" for chapters\n" " 1 to 3, or \"3\" for chapter 3 only,\n" " default: all chapters)\n" - " --angle <number> Select the DVD angle\n" - " --previews <#:B> Select how many preview images are generated (max 30),\n" + " --angle <number> Select the video angle (DVD or Blu-ray only)\n" + " --previews <#:B> Select how many preview images are generated,\n" " and whether or not they're stored to disk (0 or 1).\n" " (default: 10:0)\n" " --start-at-preview <#> Start encoding at a given preview.\n" @@ -2931,10 +2930,10 @@ static void ShowHelp() " -o, --output <string> Set output file name\n" " -f, --format <string> Set output format (mp4/mkv, default:\n" " autodetected from file name)\n" - " -m, --markers Add chapter markers (mp4 and mkv output formats only)\n" - " -4, --large-file Use 64-bit mp4 files that can hold more than\n" - " 4 GB. Note: Breaks iPod, PS3 compatibility.\n""" - " -O, --optimize Optimize mp4 files for HTTP streaming\n" + " -m, --markers Add chapter markers\n" + " -4, --large-file Create 64-bit mp4 files that can hold more than 4 GB\n" + " of data. Note: break pre-iOS iPod compatibility.\n" + " -O, --optimize Optimize mp4 files for HTTP streaming (\"fast start\")\n" " -I, --ipod-atom Mark mp4 files so 5.5G iPods will accept them\n" "\n" @@ -3052,10 +3051,8 @@ static void ShowHelp() " -q, --quality <number> Set video quality\n" " -b, --vb <kb/s> Set video bitrate (default: 1000)\n" " -2, --two-pass Use two-pass mode\n" - " -T, --turbo When using 2-pass use the turbo options\n" - " on the first pass to improve speed\n" - " (only works with x264, affects PSNR by about 0.05dB,\n" - " and increases first pass speed two to four times)\n" + " -T, --turbo When using 2-pass use \"turbo\" options on the\n" + " 1st pass to improve speed (only works with x264)\n" " -r, --rate Set video framerate (" ); for( i = 0; i < hb_video_rates_count; i++ ) { @@ -3207,14 +3204,14 @@ static void ShowHelp() "\n" "### Picture Settings---------------------------------------------------------\n\n" - " -w, --width <number> Set picture width\n" + " -w, --width <number> Set picture width\n" " -l, --height <number> Set picture height\n" - " --crop <T:B:L:R> Set cropping values (default: autocrop)\n" - " --loose-crop Always crop to a multiple of the modulus\n" - " <#> Specifies the maximum number of extra pixels\n" + " --crop <T:B:L:R> Set cropping values (default: autocrop)\n" + " --loose-crop <#> Always crop to a multiple of the modulus\n" + " Specifies the maximum number of extra pixels\n" " which may be cropped (default: 15)\n" - " -Y, --maxHeight <#> Set maximum height\n" - " -X, --maxWidth <#> Set maximum width\n" + " -Y, --maxHeight <#> Set maximum height\n" + " -X, --maxWidth <#> Set maximum width\n" " --strict-anamorphic Store pixel aspect ratio in video stream\n" " --loose-anamorphic Store pixel aspect ratio with specified width\n" " --custom-anamorphic Store pixel aspect ratio in video stream and\n" @@ -3239,7 +3236,7 @@ static void ShowHelp() "### Filters---------------------------------------------------------\n\n" - " -d, --deinterlace Deinterlace video with yadif/mcdeint filter\n" + " -d, --deinterlace Deinterlace video with Libav, yadif or mcdeint\n" " <fast/slow/slower/bob> or omitted (default settings)\n" " or\n" " <YM:FD:MM:QP> (default 0:-1:-1:1)\n" @@ -3252,7 +3249,7 @@ static void ShowHelp() " Note: this filter drops duplicate frames to\n" " restore the pre-telecine framerate, unless you\n" " specify a constant framerate (--rate 29.97)\n" - " <L:R:T:B:SB:MP:FD> (default 1:1:4:4:0:0:-1)\n" + " <L:R:T:B:SB:MP:FD> (default 1:1:4:4:0:0:-1)\n" " -8, --denoise Denoise video with hqdn3d filter\n" " <weak/medium/strong> or omitted (default settings)\n" " or\n" @@ -3308,14 +3305,14 @@ static void ShowHelp() " subtitle track is used instead.\n" " --srt-file <string> SubRip SRT filename(s), separated by commas.\n" " --srt-codeset Character codeset(s) that the SRT file(s) are\n" - " <string> encoded in, separted by commas.\n" + " <string> encoded in, separated by commas.\n" " Use 'iconv -l' for a list of valid\n" - " codesets. If not specified latin1 is assumed\n" - " --srt-offset Offset in milli-seconds to apply to the SRT file(s)\n" - " <string> separted by commas. If not specified zero is assumed.\n" + " codesets. If not specified, 'latin1' is assumed\n" + " --srt-offset Offset (in milliseconds) to apply to the SRT file(s),\n" + " <string> separated by commas. If not specified, zero is assumed.\n" " Offsets may be negative.\n" " --srt-lang <string> Language as an iso639-2 code fra, eng, spa et cetera)\n" - " for the SRT file(s) separated by commas. If not specified\n" + " for the SRT file(s), separated by commas. If not specified,\n" " then 'und' is used.\n" " --srt-default Flag the selected srt as the default subtitle\n" " <number> to be displayed upon playback. Setting no default\n" |