diff options
author | Rodeo <[email protected]> | 2013-04-12 21:17:25 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-12 21:17:25 +0000 |
commit | 5fdd9e4fa997f405953259c093a2d4934f77d0e1 (patch) | |
tree | 7cdac929b55bd67f92fa9d54c8c1941bf284d9dc /test | |
parent | dae67887aad878ac11f9ce15aa9067f6ca01c043 (diff) |
CLI: improve help for video filters.
Includes mention of the new "bob" mode for decomb and deinterlace.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5400 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/test.c b/test/test.c index c15615e38..3ae09cbca 100644 --- a/test/test.c +++ b/test/test.c @@ -3240,10 +3240,12 @@ static void ShowHelp() "### Filters---------------------------------------------------------\n\n" " -d, --deinterlace Deinterlace video with yadif/mcdeint filter\n" - " <YM:FD:MM:QP> (default 0:-1:-1:1)\n" + " <fast/slow/slower/bob> or omitted (default settings)\n" " or\n" - " <fast/slow/slower>\n" + " <YM:FD:MM:QP> (default 0:-1:-1:1)\n" " -5, --decomb Selectively deinterlaces when it detects combing\n" + " <fast/bob> or omitted (default settings)\n" + " or\n" " <MO:ME:MT:ST:BT:BX:BY:MG:VA:LA:DI:ER:NO:MD:PP:FD>\n" " (default: 7:2:6:9:80:16:16:10:20:20:4:2:50:24:1:-1)\n" " -9, --detelecine Detelecine (ivtc) video with pullup filter\n" @@ -3252,9 +3254,9 @@ static void ShowHelp() " specify a constant framerate (--rate 29.97)\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" - " <SL:SC:TL:TC> (default 4:3:6:4.5)\n" + " <weak/medium/strong> or omitted (default settings)\n" " or\n" - " <weak/medium/strong>\n" + " <SL:SC:TL:TC> (default 4:3:6:4.5)\n" " -7, --deblock Deblock video with pp7 filter\n" " <QP:M> (default 5:2)\n" " --rotate Flips images axes\n" |