diff options
-rw-r--r-- | libhb/decomb.c | 5 | ||||
-rw-r--r-- | test/test.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c index 370f18e17..d2d13f1b0 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -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 diff --git a/test/test.c b/test/test.c index 913b72372..60e5aac00 100644 --- a/test/test.c +++ b/test/test.c @@ -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" |