summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test.c10
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"