



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()
Granted, it's a really tiny thing and most of the time I don't edit with scenes with a lot of dialogue in them, but I'd really like to be able to fix this if possible. Any ideas?






