I can't seem to get a few things done properly
1) No matter what I do I cannot get the damn thing to deinterlace properly.
2) All my flitering seems to make the source look washed out.
I'll post my script ATM, but keep in mind that this is just a result of me playing with various filter combinations so don't go saying "it's not working because you have too much crap" I know I do... but any advice on what can help will be appreciated.
Code: Select all
mpeg2Source("D:\KareKano1\karekano1.d2v",cpu=6)
DeDot()
TComb()
BiFrost()
#Sangnom(order=1,aa=32)
LeakKernelDeint(order=1, threshold=10)
Deen("w3d",3,3,5)
UnDot()
TISophote()
Tweak(sat=1.0)
Crop(16,16,-8,-28)
LanczosResize(640,480)
<a href="http://i2.photobucket.com/albums/y37/Kr ... .jpg">With no filtering done</a>
<a href="http://i2.photobucket.com/albums/y37/Kr ... .jpg">With this script active</a>