Why are you converting to YUY2?
And yea, its the deinterlacing that causes the problem. Why dont you ivtc it?
Weird Ghost Effect when deinterlacing(vob+caps included)
- x_rex30
- Joined: Tue Apr 10, 2001 4:30 pm
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.Zarxrax wrote:Why are you converting to YUY2?
And yea, its the deinterlacing that causes the problem. Why dont you ivtc it?
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
...please?x_rex30 wrote: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..gangstaj8 wrote:I can't even see what the problem is. After the deinterlace, your second frame looks fine.
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
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
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.
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.
- x_rex30
- Joined: Tue Apr 10, 2001 4:30 pm
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.
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! ^_^
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)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! ^_^

