OSDN Git Service

Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode structure...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 31 Oct 2009 15:28:50 +0000 (15:28 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 31 Oct 2009 15:28:50 +0000 (15:28 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2904 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/decomb.c
test/test.c

index 370f18e..d2d13f1 100644 (file)
@@ -18,8 +18,11 @@ Appended for EEDI2:
     Magnitude thresh : Variance thresh : Laplacian thresh : Dilation thresh :
     Erosion thresh : Noise thresh : Max search distance : Post-processing
 
+Plus:
+    Parity
+    
 Defaults:
-    7:2:6:9:80:16:16:10:20:20:4:2:50:24:1
+    7:2:6:9:80:16:16:10:20:20:4:2:50:24:-1
 *****/
 
 #define MODE_YADIF       1 // Use yadif
index 913b723..60e5aac 100644 (file)
@@ -2305,7 +2305,8 @@ static void ShowHelp()
      "           or\n"
      "          <fast/slow/slower>\n"
      "    -5, --decomb            Selectively deinterlaces when it detects combing\n"
-     "          <MO:ME:MT:ST:BT:BX:BY:FD>   (default: 1:2:6:9:80:16:16:-1)\n"
+     "          <MO:ME:MT:ST:BT:BX:BY:FD:MG:VA:LA:DI:ER:NO:MD:PP>\n"
+     "          (default: 7:2:6:9:80:16:16:10:20:20:4:2:50:24:-1)\n"
      "    -9, --detelecine        Detelecine (ivtc) video with pullup filter\n"
      "                            Note: this filter drops duplicate frames to\n"
      "                            restore the pre-telecine framerate, unless you\n"