Deinterlace Script for The Melancholy of Haruhi Suzumiya

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Deinterlace Script for The Melancholy of Haruhi Suzumiya

Post by ffxdean » Sat Nov 17, 2007 1:17 am

Hi, i am looking for the best Deinterlace avisynth script for The Melancholy of Haruhi Suzumiya. PAL Version thanks.

Any suggestions will be excellent.

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Sat Nov 17, 2007 3:23 am

Have you tried the standard TFM/Decimate discussed here?

If those don't work, say so, but at least try the methods there first.

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Sat Nov 24, 2007 5:38 pm

No, Unfortunatly they do not work :( . I believe there frames are blended. Are there any methods to fix this?

Thanks

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Sat Nov 24, 2007 10:41 pm

If the fields are blended, there's no good solution.

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Sun Nov 25, 2007 2:42 am

I work with NTSC sources, but you might as well try this, it seems to work for me on almost everything:

Telecide(1)
Decimate(5,mode=0)
KernelBob(order=1,sharp=true,threshold=8)
BlendBob(badFrames=0)
deen("a3d",4)
ImageImage
That YouTube Thing.

Zelenia
Joined: Wed Nov 08, 2006 3:25 pm
Location: Finland
Org Profile

Post by Zelenia » Sun Nov 25, 2007 4:04 am

Code: Select all

TDeint(mode=2,order=1)
Mrestore()
AssumeFPS(25)
Well... this works pretty good on fullblended PAL but still leaves some blended frames. And it may also mess up with colors in fast scenes. -.- But it's not a big deal to
remove few garbage frames manually, is it?

You may also try this.

Code: Select all

FieldDeinterlace()
Its not such heavy than TDeint but then you're have to check your clip frame by frame. It leaves all blended parts.

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Mon Nov 26, 2007 12:37 am

Code: Select all

Telecide(1) 
Decimate(5,mode=0) 
KernelBob(order=1,sharp=true,threshold=8) 
BlendBob(badFrames=0) 
deen("a3d",4)
Unfortunalty I recieved errors:

1. There is no function called KernelBob

2. There is no function called blendbob

any ideas on how to fix this?

thankyou

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 » Mon Nov 26, 2007 12:54 am

http://avisynth.org/warpenterprises/
and
http://forum.doom9.org/showthread.php?s=&threadid=81322

if you need a filter, look through the first link and search through doom9 first
Image
Image

ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Post by ffxdean » Mon Nov 26, 2007 3:24 pm

thanks, although i cant find kernelbob anywhere. Can you provide a link to the filter?

THanks

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Mon Nov 26, 2007 3:55 pm

ffxdean wrote:thanks, although i cant find kernelbob anywhere. Can you provide a link to the filter?

THanks
-_-;;;

Five minute google search. Kernelbob is a group of filters present in KernelDeint, which can be found here.
ImageImage
That YouTube Thing.

Locked

Return to “AviSynth Help”