Dot crawl after deinterlacing

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Mitsukai Mizu Amaya
Joined: Wed May 28, 2008 6:41 pm
Org Profile

Dot crawl after deinterlacing

Post by Mitsukai Mizu Amaya » Thu Jun 19, 2008 2:55 am

First I set up a script to get rid of initial dot crawl from after exporting my video from WMM. All it said was DeDot(). I then exported said file using Huffyuv. Then I reloaded it into VirtualDob to try and fix/remove deinterlace/edit the video to make it look nicer. But when I put in a deinterlacer, all this dot crawl sort of appeared around the letters in the video. What am I doing wrong?

AviSynth script for DeDoting prior to editing:

Code: Select all

#ASYNTHER DirectShowSource
DirectShowSource("C:\Users\Mitsukai Mizu Amaya\Desktop\FFVIIAMV_0001.avi")
DeDot()
ConvertToYV12(interlaced=true)
AviSynth script when attempting to deinterlace:

Code: Select all

#ASYNTHER AVISource
AVISource("C:\Users\Mitsukai Mizu Amaya\Desktop\FFVIIAMV1.avi")
ConvertToYV12(interlaced=true)
SangNom(order=1,aa=32)
Pic of when loaded into avisynth(before deinterlacing attempt)
Image

Pic of after deinterlacing attempt:
Image

Help? Please?

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Thu Jun 19, 2008 7:07 pm

I'm not seeing any dot crawl in the pics you posted, it does look like there is a bit of mosquito noise though.
I find fluxsmoothST() to work well on mosquito noise (default settings are pretty good for this filter most times)
Image
Image

Mitsukai Mizu Amaya
Joined: Wed May 28, 2008 6:41 pm
Org Profile

Post by Mitsukai Mizu Amaya » Sun Jun 22, 2008 4:28 pm

It didn't work. It got ride of some of it, but the problem of the lettering is still the same. Look at the 'h' in handle and Sephiroth in both pictures. It's still there whenever I try to deinterlace it.

Locked

Return to “AviSynth Help”