DeInterlacing: HELP!!!!

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
greydaze3
Joined: Wed Oct 05, 2005 3:23 am
Org Profile

DeInterlacing: HELP!!!!

Post by greydaze3 » Wed Jan 03, 2007 3:00 am

Background:

Computer: New Inspiron E1505. Windows XP Media Ed. Dual-Core 1.66gig core2 duo. 1gig RAM. 256meg vid card. I haven't explicitly DLd any new codecs; I'm not sure if that is pertinent.

Software: DGMpegDec, VirtualDubMod, Avid Free DV, Avisynth, DVD Decrypter, Adobe Premiere Pro, XMpeg, AMVapp (with all the software that comes with it)

Anime: Chobits DVD Disk 3 (16:9 size, NTSC interlaced)

Problem: I used the AVTech tutorial before, and I was following it again to the letter as best I could. But I ran into snags. I never had this sort of problem before, so I included all information I could think of that might in any small way be related to this issue.

While trying to deinterlace the footage in an .avs script, I ran into difficulty.

mpeg2source("C:\CHOBITS_VOL3\VIDEO_TS\VTS_02_0.d2v")
LoadLegacyDecomb()
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)

This would give me the error:

Avisynth Open Failure:
Script Error: Telecide does not have a named argument "Order"


I am following this page. I don't know if I'm missing something, but I can't get this to work. I spent four hours combing the pages before and after this, and nothing helped.

Please, please, please help if you have any idea what I'm doing wrong!

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

Post by Keeper of Hellfire » Wed Jan 03, 2007 4:44 am

Get a newer version of the decomb plugin. And you shouldn't need that line:

Code: Select all

LoadLegacyDecomb()

User avatar
greydaze3
Joined: Wed Oct 05, 2005 3:23 am
Org Profile

Post by greydaze3 » Wed Jan 03, 2007 11:34 am

Thanks, where do I put it? /noobie.

User avatar
greydaze3
Joined: Wed Oct 05, 2005 3:23 am
Org Profile

Post by greydaze3 » Wed Jan 03, 2007 11:58 am

Ok, so I put this in the VirtualDubMod containing folder, and... Nothing. Interlacing is still there when I open the file. Please help!

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

Post by Keeper of Hellfire » Wed Jan 03, 2007 3:30 pm

Since it is an AVISynth-plugin it belongs to the AVISynth-folder.

User avatar
greydaze3
Joined: Wed Oct 05, 2005 3:23 am
Org Profile

Post by greydaze3 » Wed Jan 03, 2007 4:46 pm

I've done everything you said, and still I'm not getting good outcomes.

Script:

MPEG2source("C:\CHOBITS_VOL3\VIDEO_TS\VTS_02_0.d2v")
LoadPlugin("decomb.dll")
Telecide(guide=1)
Decimate()

If I add order=1 to telecide, I get an error message saying that there is no named argument order.

Please help if you have any idea what's going on.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Wed Jan 03, 2007 5:52 pm

Does it work any better if you remove the guide=1 (just do blind field matching)?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
greydaze3
Joined: Wed Oct 05, 2005 3:23 am
Org Profile

Post by greydaze3 » Wed Jan 03, 2007 11:16 pm

Tried that, it still doesn't work. ; ; I'm starting to get to the end of my patience with this script.

Locked

Return to “AviSynth Help”