deinterlacing Boogiepop Phantom

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Beowulf
Joined: Wed Feb 27, 2002 9:41 pm
Location: in the art house
Contact:
Org Profile

deinterlacing Boogiepop Phantom

Post by Beowulf » Wed Sep 26, 2007 6:45 pm

I've got the region 1 dvds, and these things are a complete fucking mess. When you load them up in DGIndex, it alternates between interlaced and progressive at lightning speeds, while maintaining 50% film, 50% ntsc, sometimes it goes to 70/30, sometimes to 60/40, and everywhere in between.

Does anyone have a good script to get this thing IVTC'd? I remember Trythl did a boogiepop video with perfect deinterlacing, get in here trythl!

<3<3<3

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Thu Sep 27, 2007 4:28 am

A script I once used which was based on trythil's...

Code: Select all

MPEG2Source("C:\boogiepop\03.d2v",cpu=4)

Telecide(order=1)
Decimate(cycle=5,quality=3)

c = TDeint(type=1)

LoadPlugin("C:\Program Files\AviSynth 2.5\SDDeRainbow\mipsmooth.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\SDDeRainbow\masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\SDDeRainbow\msharpen.dll")
Import("C:\Program Files\AviSynth 2.5\SDDeRainbow\DeRainbow.avs")
DeRainbow(10)

FFT3DFilter(sigma=2,bw=48,bh=48,bt=3)
No guarantees whatsoever. :P

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Thu Sep 27, 2007 10:27 am

I'm pretty sure the only reason why my footage looked okay is because I was torturing the crap out of it via VCRs, a TV, a Handycam, and speed manipulations.

Seriously, though, I think tools such as TIVTC will handle it well.

Locked

Return to “AviSynth Help”