DeInterlacing: HELP!!!!

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

DeInterlacing: HELP!!!!

Postby 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
greydaze3
 
Joined: 05 Oct 2005

Postby 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
Keeper of Hellfire
 
Joined: 09 Jan 2005
Location: Germany

Postby greydaze3 » Wed Jan 03, 2007 11:34 am

Thanks, where do I put it? /noobie.
User avatar
greydaze3
 
Joined: 05 Oct 2005

Postby 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
greydaze3
 
Joined: 05 Oct 2005

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

Since it is an AVISynth-plugin it belongs to the AVISynth-folder.
User avatar
Keeper of Hellfire
 
Joined: 09 Jan 2005
Location: Germany

Postby 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
greydaze3
 
Joined: 05 Oct 2005

Postby 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
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby 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.
User avatar
greydaze3
 
Joined: 05 Oct 2005


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 0 guests