I've tried playing around with sharpeners/dehaloAlpha but I haven't really gotten any satisfactory results. I actually can't really pinpoint exactly what type of filter I should use since it's kind of a weird problem.
Here's my current script, which those screenshots came from:
Code: Select all
mpeg2source("F:\D2V files\avatar1_5.d2v")
Crop(6,0,-2,0)
Lanczosresize(720,480)
TFM(order=-1, field=0, mode=5, PP=7, slow=2)
tdecimate()
DeHalo_alpha(rx=2.5, ry=2.5, darkstr=1.5, brightstr=1.8, lowsens=50, highsens=150, ss=2)
ConvertToRGB32()