diff options
author | jbrjake <[email protected]> | 2008-07-11 21:59:15 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-07-11 21:59:15 +0000 |
commit | 4ac57457da4b980f1e49a1cf8905be0917648d9f (patch) | |
tree | bb822276bd2e9a29767e4e68cb0b57abf2e8a154 /test | |
parent | 88fa043fa37a190b8fb9258698e03e166318016c (diff) |
Much improved decomb filter. Totally different algorithm, with a temporal element, a block window, and a simple weighting decision for which deinterlacer to use. See code comments.
The code isn't well optimized yet, and would probably benefit from -O3 (as opposed to the -Os optimization level currently used in macosx builds).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1566 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 8f8d272eb..fec091a93 100644 --- a/test/test.c +++ b/test/test.c @@ -1504,7 +1504,7 @@ static void ShowHelp() " -9, --detelecine Detelecine video with pullup filter\n" " <L:R:T:B:SB:MP> (default 1:1:4:4:0:0)\n" " -5, --decomb Selectively deinterlaces when it detects combing\n" - " <M:EQ:DF:TR:EQ:DF:TR> (default: 4:10:15:9:10:35:9)\n" + " <MO:ME:MT:ST:BT:BX:BY> (default: 1:2:6:9:80:16:16)\n" " -g, --grayscale Grayscale encoding\n" " -p, --pixelratio Store pixel aspect ratio in video stream\n" " -P, --loosePixelratio Store pixel aspect ratio with specified width\n" |