diff options
author | jbrjake <[email protected]> | 2007-11-10 16:21:35 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-11-10 16:21:35 +0000 |
commit | 49d08a1765428483f4d3d45fe1d9b386f8d6aed2 (patch) | |
tree | 3d0ae81f0f93d11bdadf8a787de85dc344a7af18 /test/test.c | |
parent | e1c1cc4c11c79b2341c8eecd9a2dabac5a58a785 (diff) |
Adds help for preset commands, and also cleans up a couple of other lines that were more than 80 characters long.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1053 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index e3f7274c2..42d4d9e09 100644 --- a/test/test.c +++ b/test/test.c @@ -1077,6 +1077,10 @@ static void ShowHelp() " -u, --update Check for updates and exit\n" " -v, --verbose Be verbose\n" " -C, --cpu Set CPU count (default: autodetected)\n" + " -Z. --preset <string> Use a built-in preset. Capitalization matters, and\n" + " if the preset name has spaces, surround it with\n" + " double quotation marks\n" + " -z, --preset-list See a list of available built-in presets\n" "\n" "### Source Options-----------------------------------------------------------\n\n" @@ -1104,7 +1108,7 @@ static void ShowHelp() " -Y, --maxHeight <#> Set maximum height\n" " -X, --maxWidth <#> Set maximum width\n" " -s, --subtitle <number> Select subtitle (default: none)\n" - " -U, --subtitle-scan Scan for subtitles in an extra first pass, and choose\n" + " -U, --subtitle-scan Scan for subtitles in an extra 1st pass, and choose\n" " the one that's only used 10 percent of the time\n" " or less. This should locate subtitles for short\n" " foreign language segments. Best used in conjunction\n" @@ -1189,7 +1193,7 @@ static void ShowHelp() " 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" - " -V, --vfr Perform variable framerate detelecine on NTSC content\n" + " -V, --vfr Perform variable framerate detelecine on NTSC video\n" ); } |