Weird Ghost Effect when deinterlacing(vob+caps included)

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

Weird Ghost Effect when deinterlacing(vob+caps included)

Post by x_rex30 » Wed Jun 07, 2006 11:17 am

Everytime I try to deinterlace this I get this weird ghost effect..

Here it is interlaced..

Image
Image
Image

after trying to deinterlace..

Image
Image
Image

anyone got any script recommendation? I have the vob so you can test something out. I tried fixing this with koop but I nor him could figure this out. Maybe there is nothing I can do and I'm going to be stuck with this ghost effect.

User avatar
gangstaj8
Joined: Sat Dec 06, 2003 1:12 pm
Location: Oregon
Contact:
Org Profile

Post by gangstaj8 » Wed Jun 07, 2006 4:07 pm

I can't even see what the problem is. After the deinterlace, your second frame looks fine.
Image
The Golden Rule of AMV's: "Render unto others as you would have them Render unto you."

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

Post by x_rex30 » Wed Jun 07, 2006 9:44 pm

gangstaj8 wrote:I can't even see what the problem is. After the deinterlace, your second frame looks fine.
No it does not.. do you see in her brown hair where it gets whitish? 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..

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 08, 2006 12:15 am

for awhile I couldn't really see any difference...but the hair on the left side of the screen is definately more pale.

if you haven't already, try messing around with back(int) and/or vthresh(int)
(just randomly guessing at a solution)

[if you don't know, back(int) compares the current frame with (int) previous frames (not sure if this is used with telecide() or decimate()) and vthresh(int) sets the sensitivity of whatever is determining if a frame is interlaced or not...useful for getting rid of interlaced mouth movements]
Image
Image

User avatar
gangstaj8
Joined: Sat Dec 06, 2003 1:12 pm
Location: Oregon
Contact:
Org Profile

Post by gangstaj8 » Thu Jun 08, 2006 3:27 am

x_rex30 wrote:
gangstaj8 wrote:I can't even see what the problem is. After the deinterlace, your second frame looks fine.
No it does not.. do you see in her brown hair where it gets whitish? 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..
Nor do I really want to see them. But I can see what you're talking about now. If it were me, I would either ignore it, or just remove that frame. Depending on how much of a problem this is, that might be more trouble than it's worth though. You should probably post your script too. Good luck getting it fixed, sorry I can't really help.
Image
The Golden Rule of AMV's: "Render unto others as you would have them Render unto you."

User avatar
Keeper of Hellfire
Joined: Sun Jan 09, 2005 6:13 am
Location: Germany
Org Profile

Post by Keeper of Hellfire » Thu Jun 08, 2006 3:53 am

There's no problem, or you have chosen a bad example. As you can see, the third frame is brighter than the first, and the (de-)interlaced frame is inbetween. Don't look at the single frames, watch it at the original speed. Beside this, no matter what deinterlacing method you choose, a deinterlaced frame looks always not as good as a progressive frame because the half of the information has to be interpolated.

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

Post by x_rex30 » Thu Jun 08, 2006 1:06 pm

Keeper of Hellfire wrote:There's no problem, or you have chosen a bad example. As you can see, the third frame is brighter than the first, and the (de-)interlaced frame is inbetween. Don't look at the single frames, watch it at the original speed. Beside this, no matter what deinterlacing method you choose, a deinterlaced frame looks always not as good as a progressive frame because the half of the information has to be interpolated.
There is no problem whah?? I've deinterlaced over a hundred DVDs before and I've NEVER ran into this problem before so I do see a problem. Like I said the better examples are in the sex scenes but I can't show that. I guess I'll try getting more help at the doom9 forums.

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

Post by Zarxrax » Thu Jun 08, 2006 2:41 pm

As others have said, its just due to the deinterlacing, and also you have still failed to post your script.

User avatar
Keeper of Hellfire
Joined: Sun Jan 09, 2005 6:13 am
Location: Germany
Org Profile

Post by Keeper of Hellfire » Thu Jun 08, 2006 3:52 pm

Strange. As I judged that you have no problem I was sitting behind a LCD. And there is no problem. Picture 3 is brighter than picture 1 and even 2. So it looks like a sequenz that gets brighter. Now, behind a CRT, picture 3 has the same brightness as picture one, only picture 2 has brighter colors. I've checked at my second monitor, a LCD, and again is picture 3 the brightest. :roll:

I think what causes the different looks at CRT and LCD displays is responsible for your problems. But I have no idea what it could be. Beside this, as Zarxrax said, post your script.

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

Post by x_rex30 » Thu Jun 08, 2006 7:45 pm

OK, I'm back.. here is the script..

Code: Select all

loadplugin("C:\Programs\Programs\dgmpgdec140\DGDecode.dll")
mpeg2source("E:\BIBLE_BLACK_NEWTEST_VOL1\BIBLE_BLACK_NEWTEST_VOL1.d2v")
ConvertToYUY2(interlaced=true)
TomsMoComp(1,5,1)
Bicubicresize(640,480)
Crop(4,0,-4,-0)
AssumeFPS(24)
I've tried other ways of deinterlacing here

Locked

Return to “Video & Audio Help”