View Full Version : Pal 25(i) Combing/Interlace problems
chiu
18th October 2006, 23:28
Ive been trying to find a script to use on this movie
and nothing seems to work right , I tried Meguis auto deinterlace
but it never deinterlaces it correctly. (always leaves artifacts)
(PAL)
EDIT :
VOB link http://anonym.to?http://www.sendspace.com/file/zf65sa
has some really bad combing problems.
Megui gives this
ColorMatrix(hints=true)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,edeint=edeintted)
and makes it look like this
http://img239.imageshack.us/img239/5914/megui1uk1.png
I've tried using toms mo comp but it just makes it look blurry.
and leaves ghosting.
Ive tried everything I could think of to deinterlace this.
any help at all much much appreciated.
thanks.
G_M_C
19th October 2006, 00:29
Ive been trying to find a script to use on this movie
and nothing seems to work right , I tried Meguis auto deinterlace
but it never deinterlaces it correctly. (always leaves artifacts)
(PAL)
VOB link http://anonym.to?http://www.sendspace.com/file/0ry6ko
has some really bad combing problems.
Megui gives this
ColorMatrix(hints=true)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,edeint=edeintted)
and makes it look like this
picture (http://img239.imageshack.us/img239/5914/megui1uk1.png)
I've tried using toms mo comp but it just makes it look blurry.
and leaves ghosting.
Ive tried everything I could think of to deinterlace this.
any help at all much much appreciated.
thanks.
If your source is YV12 Interlaced, you have to change your script like this:
ColorMatrix(hints=true,interlaced=true)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,edeint=edeintted)
From Colormatrix.htm:
interlaced:
Interlaced YV12 video requires special handling... so if your video is YV12 and is interlaced you need to set this parameter to true. Otherwise, leave it false.
default - false (bool)
Dont know it it solves the combing problem, but it always good to get the params. in OK :)
Mug Funky
19th October 2006, 03:12
have you tried the other field order? those types of artefacts (combs with holes) comes from a motion-adaptive deinterlacer being given the wrong field order to work on.
however, if they're showing up when you use both TFF and BFF, then the source is probably screwed up somehow (i've seen similar stuff when NTSC film gets denoised as 3:2 instead of 24p).
also, this looks like it's been converted from NTSC to PAL, so you might want to look into ways to restore 24p from blended 50i (start with restore24).
manono
19th October 2006, 13:14
Hi-
I don't know why you say it's from a PAL source, as the picture.vob I got is NTSC. It's been victimized by a bad PAL2NTSC conversion.
RePAL fixes it up nicely.
LeakKernelBob(Order=1)
RePAL()
chiu
20th October 2006, 07:52
Hi-
I don't know why you say it's from a PAL source, as the picture.vob I got is NTSC. It's been victimized by a bad PAL2NTSC conversion.
RePAL fixes it up nicely.
LeakKernelBob(Order=1)
RePAL()
Because Im a dumbass that put up the wrong VOB.
I was having trouble with that movie as well , thanks for the help.
this is the PAL VOB that I meant to up originally.
http://www.sendspace.com/file/zf65sa
2Bdecided
20th October 2006, 15:48
If you do a simple bob() you can see it's (what looks to me like) a field blended conversion from NTSC 3:2 pulldown of film. The result is certainly TFF with plenty of blended fields!
I believe it's restore24's area of expertise.
Hope this helps.
Cheers,
David.
MOmonster
23rd October 2006, 08:29
this is the PAL VOB that I meant to up originally.
http://www.sendspace.com/file/zf65sa
Yes this is a source for restore24 or Mrestore. Both functions should restore the basic motion and clear most blends. But there are some fields just messing up. Some clear fields are just missing. So some blended fields (specially on scenechanges and so on) wonīt be removed, but this is no issue of restore24 or Mrestore, itīs just your source. Test both function and use the one that works better for you.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.