Dot Crawl issues

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Elegant
Joined: Tue Jul 15, 2014 11:24 pm
Org Profile

Dot Crawl issues

Post by Elegant » Wed Jul 16, 2014 12:02 am

Hi, I've recently picked up encoding but I've encounter a dot crawl issue I can't seem to fix. https://www.dropbox.com/s/ph3ukzzhxs4upna/Clip.mkv contains a sample of the clip. More or less as the guy gets up you can clearly see dot crawl along the bottom of his shirt and a bit on his right sleeve. I've tried just about every filter I can think of (DeDot, LUTDeCrawl, Checkmate, DeCrawl, TComb), some in conjunction with others, and nothing seems to work. The source is the DVD. I'm currently using the following for my script:

Code: Select all

TComb(mode=0,fthreshC=28,othreshC=29)
AnimeIVTC(mode=1)
ChubbyRain2(th=20, radius=10, show=false, sft=23, interlaced=false)
crop(10, 0, -6, 0)
Spline36Resize(704,480) # Spline36 (Neutral)
Undot() # Minimal Noise
TTempSmooth()
SharpAAMCmod(aatype="EEDI2")
TComb does a good job cleaning up most of the dot crawl but it's not good with movement and I'm having a tough time finding a combination that is without making the screen look horrible. ChubbyRain2 took care of all the rainbows that were present something TComb seemed unable to do no matter what settings I used. I have an encode of this done years ago from someone else and the dot crawl is not present on their encode; somehow they got it out (mind you they ruined the color in quite a number of frames).

Any help/suggestions would be much appreciated!

Locked

Return to “AviSynth Help”