I just found the PERFECT 3/2,2/2 24/30fps pulldown deinterlacer from a old thread on Doom9 forum.
Get the LeakKernelBob filter here.
Get the BlendBob filter here.
Put the 2 .DLLs under your Avisynth plugins folder.
Call the Avisynth fuction in FFDShow->Avisynth as the following 2 lines:
Make sure your DVD decoder outputs in YV12 format and make sure the Avisynth function be the FIRST called filter on the FFDShow filter list priority.
This pulldown deinterlace filter works on real 24/30fps source only. The author said it should not be used on real 60i video content.
The filter gives THE BEST deinterlace quality (compare to ALL other software/hardware pulldown deinterlacers I saw) on my problem clips. Now I need to rewatch all my shot on 24/30fps film MTV DVDs which have tons of bad edit and encoded as 60i video!
SIMPLY AMAZING! AND SCARY! HOW CAN THIS BE DONE SO PERFECTLY? :D
regards,
Li On
Get the LeakKernelBob filter here.
Get the BlendBob filter here.
Put the 2 .DLLs under your Avisynth plugins folder.
Call the Avisynth fuction in FFDShow->Avisynth as the following 2 lines:
Code:
LeakKernelBob(1,8,false) BlendBob()
This pulldown deinterlace filter works on real 24/30fps source only. The author said it should not be used on real 60i video content.
The filter gives THE BEST deinterlace quality (compare to ALL other software/hardware pulldown deinterlacers I saw) on my problem clips. Now I need to rewatch all my shot on 24/30fps film MTV DVDs which have tons of bad edit and encoded as 60i video!
SIMPLY AMAZING! AND SCARY! HOW CAN THIS BE DONE SO PERFECTLY? :D
regards,
Li On









