Weird Ghost Effect when deinterlacing(vob+caps included)

Locked
User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Thu Jun 08, 2006 8:15 pm

Why are you converting to YUY2?

And yea, its the deinterlacing that causes the problem. Why dont you ivtc it?

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Thu Jun 08, 2006 10:21 pm

Zarxrax wrote:Why are you converting to YUY2?

And yea, its the deinterlacing that causes the problem. Why dont you ivtc it?
I've tried that.. same results.. and umm.. koop gave me that script.. maybe he was trying to be funny.. I don't remember thinking I should ConvertToYUY2.. may have been his idea. :oops:

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Thu Jun 08, 2006 10:39 pm

x_rex30 wrote:
gangstaj8 wrote:I can't even see what the problem is. After the deinterlace, your second frame looks fine.
If I showed you some of the sex scenes in the anime you can see the problem a lot clearer.. but I don't think I can show those..
...please?
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Thu Jun 08, 2006 10:40 pm

TomsMoComp() requires YUY2 for older versions of AviSynth (pre 2.5alpha). It should support YV12 for the newest AviSynth versions.

You could try other deinterlacers like TDeint, TIVTC, or basic DeComb.

It's possible that the issues you are having are colorspace conversion related. Try to take out the ConvertToYUY2() first and see what happens.
Having trouble playing back videos? I recommend: Image

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Mon Aug 28, 2006 8:33 am

I am happy to report I have rid this problem.. I might post caps later were you can see the difference but for now I'll just post the script I used. For some reason SmartDecimate seemed to really help out. Also guide=2 and vthresh=30 seemed to help a lot.

Code: Select all

loadplugin("C:\Programs\Programs\dgmpgdec140\DGDecode.dll")
mpeg2source("E:\BIBLE_BLACK_NEWTEST_VOL1\BIBLE_BLACK_NEWTEST_VOL1.d2v")
Telecide(1,guide=2,vthresh=30)
SmartDecimate(tel=1,noise=1)
Crop(4,0,-4,-0)
Lanczos4Resize(640,480)
AssumeFPS(24)
Anyways maybe there are better ways to fix it up but I think I've made it look pretty fine! ^_^

Also just incase someone needs help with this series I'll type in the name just incase someones looking for help through the search feature.. Bible Black: New Testament

NEway, take care! ^_^

Locked

Return to “Video & Audio Help”